Tagged: slider
In backend I only see navs of the slideshow. No plugins, WP 4.5.2, Theme 3.5.4.
In backend everything looks correct. No browser cache problem.
Added in functions.php:
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’);
Without success. Any ideas?
Hi enoetzel!
Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
Your website should be publicly accessible for us to check
Regards,
Yigit
sorry, browser cache flushed, several times on different browsers and computers.
Hi,
We need to be able to inspect the site to exactly tell you what is going on is there any way you can quickly setup a staging site using a plugin like wordpress.org/plugins/duplicator/ so we can have a closer look at it and help.
Best regards,
Vinay
I am not able to duplicate.
Hi!
Please check private content.
Regards,
Vinay
Thank you. I use a slider plugin.
Hi,
glad you found a solution. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Best regards,
Andy