• Resolved magapascansky

    (@magapascansky)


    Hello!

    I have used this plugin for fixed sliders a couple times now, and every single one I have this problem that I can’t understand.

    Everything seems to be ok but the slider won’t open on click.

    Could you check it out for me? https://koments.mustachecreative.com/

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Mirza Hamza

    (@hamza1010)

    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

    Plugin Support Mirza Hamza

    (@hamza1010)

    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

    Thread Starter magapascansky

    (@magapascansky)

    that fixed it! Thank you so much ??

    Thread Starter magapascansky

    (@magapascansky)

    Hello again! Now it’s working but it opens in random moments without the user clicking…

    Plugin Support Mirza Hamza

    (@hamza1010)

    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

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Fixed slider doesn’t open’ is closed to new replies.