Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #617335

    Hello,

    After update my WordPress to version 4.5 my LayerSlider stop working. Other sliders working, maybe with not properly animation but working. I tried to update theme to latest version, my extensions too and clean all caches, but without result. I added the code to my functions.php, but again no result. I tried to restore my old files and database from backup, but again no effect. Maybe problem is not with update, but but before that there is no problem.

    I use Cloudflare Caching system, W3 Total Cache and BWP Minify but with them on old version all sliders work fine. Please help!

    #618587

    I have the same problem. The home page on my website is not working. Please Help! It worked fine until today.

    #619532
    #619577

    Yes, I tried that but no result :( . Please help!

    #619653

    Hi!


    @ivailo_georgiev
    I think the issue with your site is that the plugins script is loading before jQuery is fully loaded. To resolve this add the below script in functions.php to make sure jQuery loads before other plugin scripts.

    
    if (!is_admin()) add_action("wp_enqueue_scripts", "my_jquery_enqueue", 11);
    function my_jquery_enqueue() {
       wp_deregister_script('jquery');
       wp_register_script('jquery', "http" . ($_SERVER['SERVER_PORT'] == 443 ? "s" : "") . "://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js", false, null);
       wp_enqueue_script('jquery');
    }
    

    Please hard refresh and clear the cache before you review the site :)


    @enfolium
    The site looks good on my end. Try to hard reload and empty browser cache and review the site again.
    To do a hard refresh… First press Ctrl + Shift + i to open the Chrome Dev Tools then hold down Ctrl and click on the Reload button.

    Cheers!
    Vinay

    #620665

    @Vinnie I tried and your soludion but again no result. Maybe I need to acces to my site. I don’t know what to do :( .

    #620683

    I restored an old version of my website from April 1st via my Updraft backup plugin. It seemed to fix the problem after I updated my enfold theme to the latest version.

    #620742

    Hi!

    @ivailo_georgiev
    Could you please provide login details to your site, so that we can have a closer look. You can place the information in the Private Content section of your reply.


    @enfolium
    Glad to hear the issue is fixed.

    Regards,
    Jordan

    #620750

    Yes, I provide.

    #621885

    Hi,

    You are getting some javascript errors on the page but I’m not sure why, could you please try to overwrite the theme files with a fresh copy from your Themeforest account via FTP to see if that helps? http://kriesi.at/documentation/enfold/updating-your-theme-files/. Also, please try to keep all plugins deactivated in case there is a conflict from one of them.

    Thanks,
    Rikard

    #621989

    Hello,

    First I will test my site on original DNS on my hosting, because, at this moment I am using CloudFlare and maybe problem is that. If that not help me I will share FTP control.

    #622010

    Hi,

    All my problems were from CloudFlare. When I paused CF slider works fine. Please check my site now for errors and thanks for help

    #622812

    Hi,

    I can’t see any errors on your site anymore, so I’m guessing that fixed it for you?

    Best regards,
    Rikard

    #622819

    Hi,

    Yes everything is fine now.

    Thank’s for the help!

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘My LayerSlider not working after update to WP 4.5’ is closed to new replies.