dimned
Forum Replies Created
-
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Image Slider – Cannot Toggle CaptionsHi @3rror,
Thanks for your feedback. I’m happy to know it works correctly. It would be helpful if you review the Getwid plugin here https://wordpress.org/support/plugin/getwid/reviews/ Thank you.Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Image Slider – Cannot Toggle CaptionsHi @3rror,
Thanks for contacting us. Could you please try to re-add the slider where you can not toggle the captions?Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Meda and Text sliderHi @bloke,
Thanks for your question. Unfortunately, there is no possibility to link the whole slide at the moment. I’ve added your request to our list of features and we will notify you if we have any news.Forum: Plugins
In reply to: [Timetable and Event Schedule by MotoPress] Link SettingHi @priskabroese,
I’ve just sent an answer in thin new topic
https://wordpress.org/support/topic/link-with-event-head/Forum: Plugins
In reply to: [Timetable and Event Schedule by MotoPress] Link with event headHi @priskabroese,
You may get this by overriding the templates of the plugin. Here you may download the archive that should be uploaded to /wp-content/themes/your_theme_folder/ folder and extracted there. The event head will be linked to the author page. It is recommended to use a child theme and upload the archive to the folder of the child theme to keep the changes if the theme is updated.Forum: Plugins
In reply to: [Restaurant Menu and Food Ordering] Quantity option ?Hi Phil @philcambo,
Thanks for your question. The quantity can be edited on the checkout page
http://prntscr.com/z721n1Forum: Themes and Templates
In reply to: [Palmeria] Text below single accommodation view / edit template?Hi @w-sky,
Thanks for your reply you may add this code to your custom plugin or use a third-party plugin to add functions and other PHP code to your site in a safe way.
I’ve already added your request to our list of the features for the Hotel Booking plugin. We will notify you if we have any news.Forum: Plugins
In reply to: [MotoPress Hotel Booking] How to customize accommodation pageHi @charlieab,
I’d recommend creating a new layout for accommodation type by duplicating the single.php file of the theme and re-naming it into single-mphb_room_type.php Then you might remove the featured image and title by editing this file.
As an easy solution, you may hide them with CSS. You may provide a link to your site if you need assistance with this.Hi @w-sky, I’m happy to know it is sorted out. Feel free to contact us if you have any further questions.
Forum: Plugins
In reply to: [Timetable and Event Schedule by MotoPress] How to delete time slots?Hi @loc_rabbirt,
We are for such a delay. The Timeslot can be removed by editing the Event post http://prntscr.com/yy1iz4 I hope it is helpful.Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Default icon settingsHi @novaknt,
Thank you for your feedback. We have added your request to our list of features and notify you if we have any news.Forum: Themes and Templates
In reply to: [Palmeria] Footer menu does not work in mobileHi @zaredesign,
Thank you for contacting us and for sorting this question on your own.Forum: Plugins
In reply to: [MotoPress Hotel Booking] How to customize accommodation pageHi @charlieab,
You may hide the system generated meta blocks (gallery, details, calendar. gallery) by using the actions from this article https://support.motopress.com/hc/en-us/articles/360013539291You may copy the lines below to the functions.php file of the child theme:
remove_action( 'mphb_render_single_room_type_metas', array( '\MPHB\Views\SingleRoomTypeView','renderGallery' ), 10 ); remove_action( 'mphb_render_single_room_type_metas', array( '\MPHB\Views\SingleRoomTypeView','renderAttributes' ), 20 ); remove_action( 'mphb_render_single_room_type_metas', array( '\MPHB\Views\SingleRoomTypeView','renderDefaultOrForDatesPrice' ), 30 ); remove_action( 'mphb_render_single_room_type_metas', array( '\MPHB\Views\SingleRoomTypeView','renderCalendar' ), 40 ); remove_action( 'mphb_render_single_room_type_metas', array( '\MPHB\Views\SingleRoomTypeView', 'renderReservationForm' ), 50 );Then you will be able to edit the whole page using Divi Builder.
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Font family not workingHi @ravisakya,
Could you specify the method you have used to display the content of Page A on Page B? Can you send a URL to the example page?Hi Matt @mybcn,
Thanks for your feedback. I’ve just checked the Timeline on our demo using the mobile device and it looks properly https://stratum.getmotopress.com/vertical-timeline/ Could you provide a page example from your site so we see how it looks there?