Tagged: slider, Wordpress 4.5
-
AuthorPosts
-
April 19, 2016 at 12:26 pm #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!
April 20, 2016 at 6:53 pm #618587I have the same problem. The home page on my website is not working. Please Help! It worked fine until today.
April 22, 2016 at 6:18 am #619532Hi,
Please try following this: https://kriesi.at/support/topic/having-problems-after-updating-to-wordpress-4-5-please-read-this-first/
Best regards,
RikardApril 22, 2016 at 7:23 am #619577Yes, I tried that but no result :( . Please help!
April 22, 2016 at 9:14 am #619653Hi!
@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!
VinayApril 23, 2016 at 10:22 pm #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 :( .
April 23, 2016 at 10:58 pm #620683I 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.
April 24, 2016 at 5:12 am #620742Hi!
@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,
JordanApril 24, 2016 at 7:05 am #620750Yes, I provide.
April 26, 2016 at 5:47 am #621885Hi,
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,
RikardApril 26, 2016 at 8:56 am #621989Hello,
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.
April 26, 2016 at 10:07 am #622010Hi,
All my problems were from CloudFlare. When I paused CF slider works fine. Please check my site now for errors and thanks for help
April 27, 2016 at 8:01 am #622812Hi,
I can’t see any errors on your site anymore, so I’m guessing that fixed it for you?
Best regards,
RikardApril 27, 2016 at 8:10 am #622819Hi,
Yes everything is fine now.
Thank’s for the help!
-
AuthorPosts
- The topic ‘My LayerSlider not working after update to WP 4.5’ is closed to new replies.