dimned
Forum Replies Created
-
Forum: Reviews
In reply to: [Stratum Widgets for Elementor] Widgets pour elementor super efficaceHi @filou81,
Thank you so much for your review 😉Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Call to Slick Slider – change settingsHi @celes15,
It looks like you have put 50 milliseconds instead of 100. Please, try to put back 100 milliseconds for correct slider initialization.Forum: Plugins
In reply to: [MotoPress Hotel Booking] Request to pay the deposit in manual bookingHi @kolumb55, Thanks for your feedback. Other requests are added to the list of features. Perhaps it will be released in one of the next updates. Stay tuned and check the release notes not to miss them.
Hi, We are sorry for the temporary inconvenience. It is fixed and will be released in the next update shortly.
Forum: Plugins
In reply to: [MotoPress Hotel Booking] Request to pay the deposit in manual bookingHi @kolumb55,
Thanks for your reply and for your further questions. There is used the same email template for all the confirmation modes because the owner can enable only 1 confirmation mode.
You may try to switch to the Text tab while editing an email template and try to add HTML tags.Let me know if it is helpful.
Forum: Themes and Templates
In reply to: [Oceanica Lite] Change header fontHi @vnforgiven,
You need to enqueue custom style to the theme and then add your custom CSS to override the default font in the header. You may follow this article to learn how it works https://www.wpbeginner.com/wp-themes/how-to-add-custom-fonts-in-wordpress/Forum: Plugins
In reply to: [Timetable and Event Schedule by MotoPress] I need 3 more timetables…how?Hi @nancyboltonrawles,
Thanks for your question. You need to add 3 timeTable blocks and select proper columns and events to show in each block.
You may use our Getwid plugin https://wordpress.org/plugins/getwid/ to add tabs block and put different Timetable blocks to each tab. Let me know if it is helpful.Hi @jessecheruiyot, Unfortunately, there is no possibility to set a shorter increment in the TimeTable plugin. We have added your request to our list of features.
Let us know if you have any further questions.Hi @jessecheruiyot,
Thanks for your question. You may add custom CSS to adjust the layout in the way you need. For example, you may try to add the code below to Appearance Customize > Additional CSS:.mptt-inner-event-content { display: flex; align-self: center; }Let me know if it is helpful.
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Error using Custom Post Type blockHi @korinektomas, We are sorry for the delay. Our developers are reviewing this question now. I’ll update the topic once I have any news.
Hi @theguy1605, You are welcome. It would be helpful if you rate the plugin here https://wordpress.org/support/plugin/stratum/reviews/
Hi, Thanks for letting us know. Feel free to contact us if you have any further questions.
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Call to Slick Slider – change settingsHi @celes15,
You need to enqueue the script in this wayfunction global_script_setup() { wp_enqueue_script( 'your-name', get_theme_file_uri( '/assets/js/file-name.js' ), array( 'jquery' ), wp_get_theme()->get( 'Version' ), true ); } add_action( 'init', 'global_script_setup' );Hi @theguy1605,
Could you plese try adding the styles below to the Appearance > Customize > Additional CSS?:
.stratum-advanced-posts__post-categories{ flex-wrap:wrap; }Let me know if it is helpful.
Hi @webtopus024, Thanks for sorting this out.