Viewing 1 replies (of 1 total)
  • Ramona

    (@nextend_ramona)

    Hi @osmanender

    I can see you’re using LiteSpeed Cache. Can you make sure it’s cache is cleared in order to see the changes you made in the page?

    Caches speed up your site in a way that they save down the page’s codes in a given time and keep displaying that state until their cache is cleared. However, they usually don’t show the cached version for logged in users, that’s why you can see the slider as a logged in user, but not as a visitor.

    Also, I can see a JavaScript error on your site, which you can check like this: https://smartslider3.helpscoutdocs.com/article/318-chrome
    JavaScript errors stop every other JavaScript code on the page and prevent them from working, so they need to be solved.

    The error on your site is:
    Uncaught ReferenceError: et_core_api_spam_recaptcha is not defined
    and it points to the following file on your site:
    /min/623e1.js​

    As it’s a minified file, first I would suggest turning off the minification to see if the problem is that you have a plugin on the site which isn’t compatible with minification.
    If the error won’t appear after that, turn off all your plugins but the minification plugin and switch to a default WordPress theme (basically, run a plugin/theme conflict test) and see if everything if fine like that.
    Then start enabling your plugins one by one. Make sure your cache is cleared after every plugin you enable, and then check the site to see if the error is back. When it comes back, the plugin you enabled last causes it, and I suggest contacting its developers about it.

Viewing 1 replies (of 1 total)

The topic ‘Slider doesn’t appear’ is closed to new replies.