dimned
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Palmeria] Single product headerHi @zaredesign,
Unfortunately, there is no such option to display the header image when there is picked a featured image for the product.Hi @chrism5,
Thanks for letting us know.Forum: Plugins
In reply to: [Another Mailchimp Widget] spl_autoload_register function faultyHi @skinperforator,
I’ve tested the plugin with WooCommerce and could not replicate the issue locally. I’ve forwarded this case to our developers. We will notify you if we have any news.Hi @chrism5,
Most likely the case you have described can not be replicated on our live demo https://themes.getmotopress.com/palmeria/ I think you should check the third-party plugins or server configuration.Forum: Plugins
In reply to: [Another Mailchimp Widget] spl_autoload_register function faultyHi @skinperforator,
Could you try to deactivate all plugins except Another MailChimp Widget and see if the warning is gone? Then activate them one by one to find what exactly causes it.
Also, you can try to switch the theme to see if the warning is gone.Hi @reaganalida,
I’ve tested WooCommerce with Stratum and products could be added to the cart successfully. Perhaps there is a conflict with some other third-party plugin. I recommend disabling plugins one by one to find the one that causes an issue.Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Tested with WordPress 5.6 RC2 – no issues found.Hi Bjarne @oldrup,
Thanks for your feedback. We highly appreciate it.
You may also rate the plugin here https://wordpress.org/support/plugin/getwid/reviews/Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] SEO related improvementHi @john4jcgm,
1. Unfortunately I could not replicate the issue with typing when FAQ (2 columns layout) is added from Template Library. It works properly on my side.2. I’m not sure I get the question about LSON correctly. Could you clarify it by referring to some google documentation?
3. As far as I understand you wish to output the FAQ section from the pages of your site in google search like this https://developers.google.com/search/docs/data-types/faqpage
I’ve added your request to enhance the TOC block adding the ability to remove a specific title and to divide the list into 2 columns4. I’ve added your suggestion to embed the block to template files. Thank you.
Forum: Themes and Templates
In reply to: [Getwid Base] Lines and spacingHi @ackmetishyper,
Thanks for contacting us.You may try adding the style below to remove the margin:
p.more-tag-wrapper { margin-top: 0; }If you wish to remove space between posts then apply these additional styles
body.archive .site-main > .hentry, body.blog .site-main > .hentry, body.search .site-main > .hentry { margin-top: 0 !important; padding-bottom: 0 !important; }Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Unable to get user email in contact formHi @leeonard89,
Thanks for your reply. Let us know if you have any further questions.Hi Cemal @acekin,
Thanks for the provided information. We have found out that there is a conflict with the NextGen gallery. We will do our best to fix it as soon as possible. Thank you so much for your collaboration.Forum: Themes and Templates
In reply to: [Palmeria] Single product headerHi @zaredesign
This is the single page of accommodation type that is added by the Hotel Booking plugin and not WooCommerce https://themes.getmotopress.com/palmeria/accommodation/standard-single-room/ You may override its layout by editing this file\wp-content\themes\palmeria\template-parts\content-mphb_room_type.phpYou can use a child theme to override this.
Forum: Themes and Templates
In reply to: [Palmeria] Display only 4 properties (rooms) in main pageHi @sunriseplaya,
The room listing is added by shortcode on your site. It means you may add the following parameters to make the changes I’ve described–
ids="88,52"– you will need to replace 88, 52 with IDs of the accommodation types you want to display. You may add more IDs to show more accommodation types.examle of shortcode
[mphb_rooms ids="88,52" view_button="false" book_button="false" gallery="false" details="false" excerpt="false"]–
posts_per_page="4"in order to display 4 properties per 1 page of paginationexamle of shortcode
[mphb_rooms posts_per_page="4" view_button="false" book_button="false" gallery="false" details="false" excerpt="false"]If you wish to control the look of the list in this way http://prntscr.com/vpnx2e you may remove the shortcode and add the Accommodation Type Listing block.
Hi @swmchau,
Thanks for your question though I’m not sure I get it correctly. Could you clarify it in more detail providing some screenshots or examples? Could you describe the steps to replicate the issue?Forum: Themes and Templates
In reply to: [Palmeria] Display only 4 properties (rooms) in main pageHi @sunriseplaya,
Thanks for using the Palmeria theme and Hotel Booking plugin. You may indicate IDs of 4 accommodation types to list those properties only. Otherwise, you may limit to show 4 accommodation types per page of pagination. Both options are captured on the screenshot http://prntscr.com/vpnx2e
Let me know if it is helpful.