dimned
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Emmet Lite] FooterHi @nestrelda,
I’m happy to know you have managed to get this sorted out. It would be highly appreciated if you rate the theme here https://wordpress.org/support/theme/emmet-lite/reviews/Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Conflict with Minimal Lite theme by ThematicHi @albert239825,
You are welcome! I’d highly appreciate it if you rate the Getwid plugin https://wordpress.org/support/plugin/getwid/reviews/Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Contact form is missing a check boxHi @codestylist,
Unfortunately, there is no news about the implementation of the feature yet. This task is in our list of requests though there are not so many votes like for other features. We will do notify you if we have any news.Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Problems with the Custom Post Type BlockHi @captaincrash,
Thanks for your feedback.
1. I’ve replicated the case and forwarded the case to the developers.
2. and 3 This case also has been forwarded to our developers
We will notify you when we have any news.Forum: Themes and Templates
In reply to: [Palmeria] delete price in the service pageduplicated
- This reply was modified 5 years, 4 months ago by dimned.
Forum: Themes and Templates
In reply to: [Palmeria] delete price in the service pageHi @elenaconteddu,
You may add the line below to functions.php of your theme
remove_action( 'mphb_render_single_room_type_metas', array( '\MPHB\Views\SingleRoomTypeView', 'renderCalendar' ), 40 );
You may find more details in this article https://support.motopress.com/hc/en-us/articles/360013539291-How-to-edit-accommodation-type-pages-Or you may apply the style below:
.single-mphb_room_type .mphb-calendar, .single-mphb_room_type .mphb-calendar-title{ display:none !important; }It would be much appreciated if you review the Palmeria theme and Hotel Booking plugin by the links below
https://wordpress.org/support/theme/palmeria/reviews/
https://wordpress.org/support/plugin/motopress-hotel-booking-lite/reviews/Forum: Plugins
In reply to: [Stratum Widgets for Elementor] Excerpt Controls Not WorkingHi @spandews,
Thanks for your question. Unfortunately, the page does not exist anymore
https://www.pureholidayoffers.co.uk/handpicked-hotels-2 You may try to disable Content to hide the description completely.Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] CPT Block Product Filter for visibility is brokenHi @stk_jj,
Thanks for your feedback. The Custom Post Type block works properly if we look at it like at a block for listing the post types – it simply shows the posts and allows you to filter by various parameters. Though it requires special adjustments to be fully compatible with the peculiarities of WooCommerce. So I’ve added a request to review the adjustments for the Custom Post Type block to offer advanced options for listing products of WooCommerce. Thanks for your feedback though.Forum: Themes and Templates
In reply to: [Emmet Lite] Compatibility with WP 5.6Thanks for your collaboration, @zodiac1978. We appreciate it.
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Conflict with Minimal Lite theme by ThematicThanks, @albert239825, we will notify you if we have any news. Meanwhile, you may try to apply the style below:
.slick-dots li{ width:auto; } .slick-dots li button:before{ display:none; } .slick-prev.slick-arrow, .slick-next.slick-arrow { font-size: 0px !important; }Forum: Themes and Templates
In reply to: [Palmeria] delete price in the service pageHi if you mean you want to hide the price on the page like this https://themes.getmotopress.com/palmeria/service/boat-tours/ then yu may add the style below to Appearance > Customize > Additional CSS:
.single-mphb_room_service .mphb-price-title, .single-mphb_room_service .mphb-price-wrapper{ display:none; }Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Hooks for Custom Post TypeHi @alantygel,
When you override the file you apply the changes to all post templates.Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] RTL for Media & Text Slider?Hi @rajatr,
We have added your feedback and will notify you when we have any news.Forum: Themes and Templates
In reply to: [Emmet Lite] Jquery scriptHi @pavanbhat,
Thanks for your feedback. Could you specify the steps to replicate the issue?Forum: Themes and Templates
In reply to: [Emmet Lite] FooterHi @nestrelda,
In the lite version of the theme, you need to install a child theme in order to copy the footer.php file and edit the text within this file in the child theme.
In the Pro version of the theme, it is possible to edit that text via Customizer.