Anam Hossain
Forum Replies Created
-
Forum: Plugins
In reply to: [All-in-One Addons for Elementor - WidgetKit] Bootstrap Styles are loadedHello @seitenwind,
Please our latest update 1.5.8 .
Hope your issue will be fixed.
Let me know your feedback.
ThanksHello, @jentour @barbaramottart ,
We fix this issue. Please check the latest version 1.5.8 of our plugin.
Let me know if this update fix your issue.
Thanks.@jdembowski thanks. I got your point.
I won’t do this again. Thanks.
By the way @jentour,
as a team member of this plugin, We will cross this issue.
and let you know here. Till then stick with previous version.
Thanks.Thanks for using our plugin. We are working our best to solve every one problem. before 1.5.5 .. widgetkit depended all resources was loaded everywhere. which is very problematic for your site loading. But in 1.5.5 we only load our element specific resource if our element is there. So chances are very low to conflict with your menu.
I appreciate if you please give me a screenshot about your problem. Thats helps me to bebug your problem first.
Thanks.Forum: Plugins
In reply to: [All-in-One Addons for Elementor - WidgetKit] Bootstrap Styles are loadedHello,
Before 1.5.5, our all resources are loaded everywhere both in admin and frontend.
From version 1.5.5 we only load our element specific resources where our addon is loaded. Otherwise our plugin won’t interfere with others. We did it for your site loading purpose and other callback issue.If you need bootstrap where our element doesn’t exists then just enqueue it inside your themes function.php file.
wp_enqueue_style( ‘bootstrap’, ‘https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css’, array(‘jQuery’), 3.3.7, true );Hope you will understand. Let me know if it help.
Will Love to help you again.Thanks.