Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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_7367348

    Question: 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.
    #298826

    Hi 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!
    Yigit

    #298863

    1000 thanks Yigit :)

    #298874

    I 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.
    #299038

    Hi!

    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,
    Ismael

    #299112

    Hi, 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.
    #299113
    This reply has been marked as private.
    #299738

    Hey!

    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,
    Peter

    #299778

    Thanks 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_7367348

    However, do not worry, for now it’s okay! :)

    Regards
    Cesare

    • This reply was modified 10 years, 3 months ago by czar.
    #300017

    Hey!

    Thank you for the info.

    We already asked Kriesi to update layer slider to 5.1.2. The update should be included on the latest patch of the theme.

    Cheers!
    Ismael

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.