Hi, I updated WordPress to version 4.9.6 on my testing site (http://edgewebpages.com), and I also updated all the plugins and the Divi theme on this site. I have not been able to see any issues with the WordPress Post/Page default Visual editor.
Can you provide more details – what exactly happens?
Hi Simon,
I’ve updated to the latest version of wordpress and all my sliders have disappeared from my website http://vilaguara.com/pt/a-pousada/
Can you see what happened?
You are getting a JavaScript error:
Uncaught TypeError: logoSticky.show is not a function
If you press CTRL + SHIFT + J keys together, you will see this in your JavaScript console. So I would guess that you have a plugin (or a theme feature) that is not compatible with the latest version of WordPress. Maybe a ‘sticky header/menu’ plugin.
Hi, But I don’t think that causes my sliders to all disappear after updating to wordpress. Can you check with you update as well please?
(I’ve deleted that script and it still isn’t working, that’s why I’m insisting)
Ok, lets break this down…
Slide Anything will never work on your site until you get the JavaScript errors resolved.
See this image:
http://images.devs-on.net/Image/9Ddr8CORhJap6QqY-Region.png
Now within your theme there is a file called scripts.js, with the following error – see here:
http://images.devs-on.net/Image/PoowDk0hctYoLUuI-Region.png
This line should be:
iconOpen.style.display = “inlineBlock”;
and not:
iconOpen.style.display = “inline-block”;
So you can maybe drop a note to the theme developers mentioning this.
Hi Simon, Thank you for your help, I didn’t know SA wouldn’t work with any JS error, it’s good to know.
Thanks again, have a great day, Aurelia