Issue found – Content carousel
-
Hi,
Hopefully you will reply soon.
I did not find better place to report an issue so I will write it here.
Hopefully you will reply and fix it soon.With Elementor and Astra theme when content carousel is used with more than 1 element mobile menu disappears it is really weird.
This is strange because desktop version works without any issue, but once I get into mobile:
CSS looks like it changed completely css – Even though css comes from Astra: wp-content/themes/astra/assets/css/minified/style.min.css?ver=3.0.3
For mobile for button that should appear it says
.ast-mobile-menu-buttons {
display:none;
}
I don’t know how is content carousel related to this – but completely messes up that button.Once I take mobile for different screen I actually get everything working – css is dynamically changed.
ast-header-break-point .ast-mobile-menu-buttons {
text-align:right;
-js-display:flex;
display:flex;
justify-content:flex-end;
}style.min.c…ver=3.0.3:3
.ast-header-break-point .ast-mobile-menu-buttons {
display:block;
align-self:center;
}
style.min.c…ver=3.0.3:3
.ast-mobile-menu-buttons {
display:none;
}
style.min.c…ver=3.Once this plugin is deactivated or content carousel removed everything works fine.
I also got report from wordpress that says something like this:
When seeking help with this issue, you may be asked for some of the following information:
WordPress version 5.5.3
Current theme: Astra (version 3.0.2)
Current plugin: All-in-One Addons for Elementor – WidgetKit (version 2.3.9)
PHP version 7.3.27Error Details
=============
An error of type E_ERROR was caused in line 182 of the file /home/********************/public_html/wp-content/plugins/widgetkit-for-elementor/admin/includes/changelog.php. Error message: Uncaught Error: Cannot use object of type WP_Error as array in /home/********************/public_html/wp-content/plugins/widgetkit-for-elementor/admin/includes/changelog.php:182
Stack trace:
#0 /home/********************/public_html/wp-content/plugins/widgetkit-for-elementor/admin/includes/changelog.php(25): WKFE_Dashboard_Changelog->widgetkit_get_changelog_data()
#1 /home/********************/public_html/wp-content/plugins/widgetkit-for-elementor/admin/includes/changelog.php(16): WKFE_Dashboard_Changelog->wkfe_dashboard_changelog_content()
#2 /home/********************/public_html/wp-content/plugins/widgetkit-for-elementor/admin/includes/changelog.php(9): WKFE_Dashboard_Changelog->__construct()
#3 /home/********************/public_html/wp-content/plugins/widgetkit-for-elementor/admin/includes/content.php(72): WKFE_Dashboard_Changelog::init()
#4 /home/********************/public_html/wp-content/plugins/widgetkit-for-elementor/admin/includes/content.php(18): WKFE_Dashboard_Content->wkfe_dashboard__content()
#5 /home/********************/public_html/wp-content/plugins/widgetkit-for-elementor/a
- The topic ‘Issue found – Content carousel’ is closed to new replies.