Hi,
after updates, Slider articles and Logo/partner not working WP 4.5 Enfold 5.4.2 : it’s not displayed
Thanks
My slider is gone on the homepage too.
Hi!
can u please clear your cache – disable all plugins – and try again?
Thank you
Best regards,
Basilis
Disabled plugins, and it is still not there. :0\
my partner logo is also not working on my clients site…please help
Added a user account just in case you can help out on that front. Thanks!
Hi!
You are probably using an old theme and I see the below error in the js console
Uncaught Error: Syntax error, unrecognized expression: #mega_main_menu a[href*=#]:not([href=#])
Please back up your site and update your theme to the latest version 3.5.2
Best regards,
Vinay
Theme was updated today.
i did back it up and had to restore the old backup, when I updated wordpress and enfold the whole theme stopped working correctly. Grid rows werent working, the masonry gallery wasnt working and the partner logos werent working. So I have to leave it on the old platform until there are fixes?
Hi,
Could you try adding the following to your functions.php file please?
function modify_jquery() {
if (!is_admin()) {
wp_deregister_script('jquery');
wp_register_script('jquery', 'https://code.jquery.com/jquery-1.11.3.min.js');
wp_enqueue_script('jquery');
}
}
add_action('init', 'modify_jquery');
Best regards,
Rikard
Hi Rikard,
thanks for your response, it works.