dimned
Forum Replies Created
-
Hi @aarvarkc,
You are welcome. Do not hesitate to put additional questions.Thanks for your feedback, @himahuja
It would be extremely helpful if you rate the Stratum plugin here https://wordpress.org/support/plugin/stratum/reviews/Hi @himahuja,
Thanks for getting back to us. I’ve added your request to our list of features. Meanwhile, you may try to use this style instead of the one we suggested before:@media(max-width:990px){ .stratum-vertical-timeline .stratum-vertical-timeline-item__meta { display: inherit !important; width:80%; } .stratum-vertical-timeline-item__card{ max-width:80%; } .stratum-vertical-timeline-item__point { position: absolute; top: 50%; left: 0; } .stratum-vertical-timeline .stratum-vertical-timeline-item__inner { flex-direction: column-reverse !important; flex-wrap: wrap; } }Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Link to post for Background Featured ImageHi @saxcbr,
Thanks for your question. By default, there is no possibility to link the background image however we have this task in our to-do list and hopefully, we will be able to make it possible within further plugin updates. Stay tuned and check the release noted of the plugin to see when this feature is released.Hi @aarvarkc,
At the moment there is no possibility to break the line in the description field. I’ve added your request to our list of features and perhaps we will be able to ease this option in one of the further updates. Stay tuned and check further release notes of the plugin not to miss this option released.Forum: Plugins
In reply to: [Stratum Widgets for Elementor] Elementor Entrance Animation Stop WorkingHi @ironheart99,
Unfortunately, I was not able to replicate the issue locally and Entrance Animation > Fade-in works correctly with the Stratum plugin activated, and even when this animation is applied on Stratum widgets. Could you try disabling other third-party plugins one by one to find if the conflict is not caused by any other plugins?Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Media & Text Slider srcset questionHi @petetheprogrammer,
Thanks for your reply and for your feedback. Feel free to put any further questions.Hi @seattleareahomes4sale,
Thanks for your reply. The Hotel Booking plugin is the plugin that offers all the booking functionality. It can be used by users of different page builders like Gutenberg, elementor, divi, etc. While this addon (Hotel Booking & Elementor Integration) was created for Hotel Booking users who use Elementor to edit page on their websites so it adds Hotel Booking shortcodes to the list of Elementor widgets. So you may add various parts of Hotel Booking using elementor widgets and not using shortcodesHi @webdee75,
Could you please clarify the steps to replicate the behavior you have described?Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Query/Feature Request: More aria compatibilityHi @carlitos750,
Thanks for your feedback and for your suggestion. We will do keep this in mind for further plugin development and perhaps it will be adjusted within further updates.Hi @seattleareahomes4sale,
This is an addon for this base plugin https://wordpress.org/plugins/motopress-hotel-booking-lite/ Make sure you have installed this plugin and configured properties and availability. Let me know if it is helpful or whether you had this plugin installed tooForum: Plugins
In reply to: [Stratum Widgets for Elementor] Elementor Entrance Animation Stop WorkingHi @ironheart99,
Thanks for your reply. Could you please describe the exact steps to help us replicate the issue? Specify the tools you used to add animations and what exactly animations you applied.
You may also submit a request to our support team referring to this topicYou are welcome @webdee75 😉
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Media & Text Slider srcset questionHi Peter @petetheprogrammer,
Thanks for your question. The size of the image depends on pre-registered sizes in a theme that you use. You may use the function add_image_size to register new image sizes. You can learn more here https://developer.wordpress.org/reference/functions/add_image_size/
You may also look for third-party plugins that might help you add new image sizes via the dashboard interface.Hi @webdee75,
You may try using this code to disable scrollif ( $( '.wp-block-getwid-video-popup__link')[0] ) { $('.wp-block-getwid-video-popup__link').on('mfpOpen', e => { $('body, html').css('overflow', 'hidden'); }); $('.wp-block-getwid-video-popup__link').on('mfpClose', e => { $('body, html').css('overflow', ''); }); }