Free and Premium WordPress Plugins & Themes Forums WordPress Plugins Hotel Booking Amenities as list
- This topic has 3 replies, 2 voices, and was last updated 2 years ago by J. Davis.
- AuthorPosts
- October 21, 2022 at 1:57 pm #1368310Dani PratiknoParticipant
Hi, Support
I want to display amenities as list any suggestions how to display it?November 6, 2022 at 10:54 pm #1373594J. DavisKeymasterHi Dani,
Thanks for your question. You may add the following style to Appearance > Customize > Additional CSS:
span.mphb-attribute-value > * { display: block; }
You may refer to this article to learn how to remove comma separator https://support.motopress.com/hc/en-us/articles/360037808151-How-to-edit-separators-delimiters-in-Hotel-Booking-plugin-
best regards,
John DavisNovember 9, 2022 at 6:25 pm #1374799Dani PratiknoParticipantHi Davis thank you for your reply
I have another question, right now I’m using bricks builder I create a custom template for accommodations type, if I’m using dynamic data {post_content} all will show up like description, detail, etc I only need to show description only and I can’t use shortcode because in shortcode I don’t find description [mphb_room price=”false” title=”false” featured_image=”false” book_button=”false” view_button=”false” details=”false” excerpt=”false” gallery=”false” id=”‘ . $currentID. ‘”] do you have any functions for this case?best regards
Dani
November 14, 2022 at 10:37 pm #1376631J. DavisKeymasterHi Dani,
Thanks for your further question. You may try to navigate to Accommodation > Settings and enable Developer mode. This may remove the details and other sections from the post content widget.
Otherwise, you may go to edit Accommodation Type and add Description to the Excerpt field. Then add the Excerpt widget to the layout of the post.best regards,
John Davis - AuthorPosts
- You must be logged in to reply to this topic.