Hi @magapascansky,
Thanks for contacting us,
I hope you are doing well, We have forwarded this to our technical team and we will get back to you soon.
Thanks & Regards
WP Experts Support Team
Hi @magapascansky,
It seems that you are using any plugin which loads header scripts into the footer of the site that is why this issue is happening.
Here the options we have is either to deactivate that “scripts to footer“ plugin or to use the following script and please paste it into your functions.php file of the active theme.
function add_jquery_to_header() {
echo '<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>';
}
add_action('wp_head', 'add_jquery_to_header');
Thank you
that fixed it! Thank you so much 🙂
Hello again! Now it’s working but it opens in random moments without the user clicking…
Hi @magapascansky,
A setting called ”Open slider by default” opens the slider by default when the page is loaded.
Please uncheck that setting if you want to stop the slider opening on the page load.
Please have a look at the screenshot.
Thank you