• Resolved cuttazy

    (@cuttazy)


    Hi,

    I have an error on my sliders after update.
    I have now Version 3.7.2 of the plugin.

    Wordpress version: 4.9.5

    The preview works fine. In the preview I have the arrows in sliders (Arrow box is checked), but when I go on the slider page I don’t have the arrows printed in code. Auto-transition doesn’t work too.
    I have the same error for each sliders of my website.
    It works with other themes: Haven’t Tried.

    I don’t have any error logs in php or in javascript console.

    Thanks for your support.

    Yann

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi,

    My first guess is that you should double check you have PrintJS and PrintCSS on in the advanced settings. It looks like they might be disabled.

    Hi, I am in trouble with my meta slider. It does not work. I did try within lots of way. but nothing worked. please help!

    Theme changed : yes
    Plugin Deactivate : Yes
    New slider create : Yes

    Everything I did try. Nothing is worked. Please help ASAP.

    site link is: https://thetravelingepicurean.com/

    • This reply was modified 6 years, 7 months ago by zahid3d9.
    • This reply was modified 6 years, 7 months ago by zahid3d9.
    Thread Starter cuttazy

    (@cuttazy)

    Hi,

    Thank you for the answer.

    Print CSS and Print JS are enabled, and I have no CSS classes in “developer options” field. All settings are correctly setted I think..

    I’m having the exact same issue. I created a new slideshow to see if there was just something wrong with the old one but it still doesn’t work. The first slide displays but it doesn’t advance through the slideshow and the forward / backward arrows and navigation dots aren’t showing.

    As above, Print CSS and Print JS are enabled, and I have no CSS classes in “developer options” field. WordPress v4.95 and MetaSlider v3.7.2

    https://www.khas.co.uk/

    • This reply was modified 6 years, 7 months ago by sharkyblunt.

    Note to everyone, please open up your own issue so that I can help you directly. The cause might not be the same for everyone. If you need to reference someone else’s issue the easiest way is to link to it.

    @zahid3d9 – Your slideshow appears to be working. If you’re still having an issue, please do not reply here, and instead open a new issue for yourself. Thanks!

    @sharkyblunt – I see you’re having issues with another plugin, that is stopping JavaScript from running on your page. you have to resolve those first. Maybe a plugin called “jquery-updater” https://prntscr.com/j7w6ja – If you have more questions, please open a new issue. Thanks!

    @cuttazy – It looks like your theme is using it’s own version of MetaSlider, which means it may have disabled our scripts. Our inline script to enable the slider requires that the theme use our script name.

    Thread Starter cuttazy

    (@cuttazy)

    Hi,

    Thank you for the answer.

    The problem was that JQuery 3 was not able to work with metaslider.
    My old code was:
    wp_deregister_script(‘jquery’);
    wp_register_script(‘jquery-3’, get_template_directory_uri() . ‘/js/jquery-3.1.1.min.js’ , array(), ‘v3.1.1’, false);
    wp_enqueue_script(‘jquery-3’);

    Now I use jquery + jquery 3 and that’s working!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Arrow not displaying and auto-transition doesn’t work’ is closed to new replies.