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

    (@nextendweb_gabor)

    Hi @dcutri500!

    You don’t need the between steps to get to 3.2.13., so I would suggest updating directly to that version. If for some reason on your Plugins list you wouldn’t be able to choose that as an update, you should delete your Smart Slider 3 from the Plugins list (don’t worry, your sliders will stay!) and then install it again as you did the first time:
    https://smartslider3.helpscoutdocs.com/article/55-wordpress-installation#free

    Since these versions there were many codechanges, so hopefully this will fix the arrows.

    Thread Starter Dave

    (@dcutri500)

    Hi, Gabor

    Thanks for the quick reply. No, I’ve already tried 3.2.13 and the same problem occurs. I’m using the WP Rollback plugin, so I can try any version at any given time. None of the in-between versions work either. The last working version for me is 3.2.4.

    Thread Starter Dave

    (@dcutri500)

    Upon further inspection, I believe my CSS is no longer working because the markup in the slider has changed. There is no longer a <div id=”slider_controls”> div wrapping the controls. I think it can be fixed with some CSS modifications.

    Plugin Support Gabor

    (@nextendweb_gabor)

    Okey, I see now the problem. You are using your own custom CSS codes to position the navigation, not our settings. Since our code changed, your CSS code should be changed too. So in this file:
    https://dev-tarina.pantheonsite.io/wp-content/themes/tarina/style.css
    there are the parts under /* Slider */ like this code:

    #n2-ss-3-arrow-previous {
        position: absolute;
        left: -20px !important;
        bottom: 56px !important;
    }

    with the negative left position it moves the arrow outside the slider’s area, because left:0; should be the very left point. You should change these values to reposition them where you want to have these controls.

    Thread Starter Dave

    (@dcutri500)

    Yes! This is the problem. Thanks a lot for your support. I really appreciate it.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Version 3.2.5 breaks the slider’ is closed to new replies.