-
AuthorPosts
-
August 1, 2014 at 4:43 pm #298817
Hi, I purchased this plugin: http://codecanyon.net/item/weatherslider-wp-jquery-anim-wordpress-widget/1250593, but I have error conflict with LayerSlider when active plugins.
For solution please refer to this link, thank you:
http://codecanyon.net/item/weatherslider-wp-jquery-anim-wordpress-widget/1250593/comments?page=18&filter=all#comment_7367348Question: why do not LayerSlider can turn off when you do not use? (for faster open site)
thanks
- This topic was modified 10 years, 3 months ago by czar.
August 1, 2014 at 4:51 pm #298826Hi urlatore!
I asked Kriesi to take a look at this topic. In the meantime, you can deactivate LayerSlider by adding following code to Functions.php file in Appearance > Editor
add_theme_support( ‘deactivate_layerslider’ );
Cheers!
YigitAugust 1, 2014 at 5:48 pm #2988631000 thanks Yigit :)
August 1, 2014 at 6:05 pm #298874I added code to function.php of my child-theme, but in the menu, LayerSlider still available. Anyway, I have always the same error:
————————————–
Fatal error: Cannot redeclare class KM_PluginUpdates in /web/htdocs/www.xxxx/home/wp-content/themes/enfold/config-layerslider/LayerSlider/classes/class.km.autoupdate.plugins.php on line 26
————————————thanks
- This reply was modified 10 years, 3 months ago by czar.
August 2, 2014 at 2:14 am #299038Hi!
Yigit’s suggestion should disable layer slider plugin. Please try this code:
add_theme_support( 'deactivate_layerslider' );
If possible, please post the functions.php code on pastebin.com. We would like to check it.
Best regards,
IsmaelAugust 2, 2014 at 9:54 am #299112Hi, now layerslider is disabled. Now plugin works but I can not activate LayerSlider
I look forward solution to the problem.
thank you very much Ismael- This reply was modified 10 years, 3 months ago by czar.
August 2, 2014 at 9:56 am #299113This reply has been marked as private.August 4, 2014 at 4:29 pm #299738Hey!
Unfortunately we can’t solve this problem on our end. It seems like the author of LayerSlider (kreatura) is also the author of the WeatherSlider WP. They use the same update class (called KM_PluginUpdates) in both plugins and apparently they didn’t add a class_exits check to the code which loads the update class only if it’s required. If you want to solve the issue use the code Ismael provided above to deactivate LayerSlider or deactivate the WeatherSlider plugin. Then contact the plugin author (kreatura) and ask them to fix their plugin code and to make LayerSlider compatible with the WeatherSlider plugin…
Best regards,
PeterAugust 4, 2014 at 5:23 pm #299778Thanks for reply Peter, I assumed it was their problem. I had already asked solution @ Kreatura Media , and response is: “…There was a small issue that needed us to release updates to both WeatherSlider and LayerSlider. You will need to request the new update to LayerSlider from the author of your theme in order to solve this issue…”
http://codecanyon.net/item/weatherslider-wp-jquery-anim-wordpress-widget/1250593/comments?page=18&filter=all#comment_7367348However, do not worry, for now it’s okay! :)
Regards
Cesare- This reply was modified 10 years, 3 months ago by czar.
August 5, 2014 at 4:12 am #300017 -
AuthorPosts
- You must be logged in to reply to this topic.