dimned
Forum Replies Created
-
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Image slider with custom linksHi @jusch23,
I could not replicate the issue. Could you please provide the website URL to the page with a slider so I’ll be able to inspect styles there?Hi @elvyrageyer,
1. It looks like the last line is cut off because of 10px margin that is added to the Elementor Widget with TimeTable http://prntscr.com/x436ff You may select this widget and check its settings and remove the 10px margin for tablets only.2. You may try to add the style below to Appearance > Customize > Additional CSS in order to show the list view for tablets as well as for mobile devices:
@media screen and (max-width: 920px) { .mptt-shortcode-wrapper .mptt-shortcode-list { display: block !important; } .mptt-shortcode-wrapper .mptt-shortcode-table { display:none !important; } }Let us know if it is helpful.
Forum: Plugins
In reply to: [Block Editor Colors] Problem with colorsHi @taisa1984,
This plugin allows you to add colors to Gutenberg blocks. Gutenberg is the default WordPress Editor since WordPress 5+. Our plugin was not intended to be used with Divi.Forum: Plugins
In reply to: [MotoPress Hotel Booking] Custom email adresses for confirmation emailHi @antsandelephants, By default, there is no functionality for multi owners. As for the emails so you may try to forward emails to various email addresses depending on the name of accommodation type by adding a filter https://support.google.com/mail/answer/6579?hl=en#zippy=
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Advanced HeaderHi @chazzer1955,
Thanks for contacting us. I’ve tested Advanced Heading on multise and could not replicate the issue. The block works correctly. Could you try disabling third-party plugins or switch a theme to detect what causes an issue exactly?Forum: Plugins
In reply to: [MotoPress Hotel Booking] The Main image in Accommodation not visible fullyHi @harshgoyaa,
Thanks for your feedback. It would be much appreciated if you review Hotel Booking Lite https://wordpress.org/support/plugin/motopress-hotel-booking-lite/reviews/Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Instagram block has suddenly stopped workingHi @speculabilis,
Thanks for sorting this out on your own. Feel free to contact us if you have any further questions.Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Popup VideoHi @deniskorablev,
Thanks for your feedback. I’ve forwarded this information to our developers. We will notify you if we have any news.Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Background Video – iphone autoplayHi @deniskorablev,
Thanks for your feedback. I’ve forwarded this information to our developers. We will notify you if we have any news.Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Post SliderHi @stephanieohanley,
Thanks for your question.Unfortunately there is no way to add an action to show custom content when there are no posts to slideshow. I’ve added your request to our list of features and we will notify you when we have any news.Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Instagram block has suddenly stopped workingHi @speculabilis,
Have you tried to refresh token? Is there any possibility to check the live page with Instagram block?
If it is not helpful then probably there is conflict with third-party plugin. Could you try disable third-party plugins one by one and check the page with Instagram block to find out the plugin that causes an issue.Hi @iriselisabeth,
You may try to apply the style below to Appearance > Customize > Additional CSS to override color of the header and the footer:.front-page-header-wrapper, .site-footer { background: #333; }Forum: Plugins
In reply to: [MotoPress Hotel Booking] The Main image in Accommodation not visible fullyHi @harshgoyaa,
Thanks for your question. Most likely the issue is caused by the Lazy Loading effect that was enabled in WordPress by default. Our developers are working to get this fixed as soon as it is possible. Meanwhile, you may install this plugin to disable the lazy loading effect https://wordpress.org/plugins/disable-lazy-loading/Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Small issue with PHP 8.0.0Hi Bjarne @oldrup,
Thanks for your feedback and for your question. Getwid has not been tested for compatibility with PHP 8 yet. I’ve added your request to our list of features and notify you if we have any news.Forum: Plugins
In reply to: [MotoPress Hotel Booking] Myanmar Kyat Currency didn’t foundHi @nang90,
This currency (MMK) is named as Burmese kyat in the plugin and it is available there http://prntscr.com/wllgt8
Let me know if it is helpful.