• Resolved rubian

    (@rubian)


    I’m using slider anything with 2 different themes: enfold and The7.
    The fuction show pagination doesn’t work with the theme The7.
    I always see a dot, only one and clicking on it scrolls to the last page.
    It has always worked like this with this theme.
    Here an example:
    https://myedu.it/myedu-family/
    “Show Pagination” is selected “V”
    Any suggestion?
    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author simonpedge

    (@simonpedge)

    Your theme (The7) is overriding some of the CSS for these pagination dots – see:
    https://i.imgur.com/a5PxXKr.png
    (by setting the ‘position’ of each dot as ‘absolute’ with a top-left of 0px, each dot is sitting on top of each other)

    So the following CSS should correct this:

    #slider_12439 .owl-dots button span {
       position:relative !important;
    }
    Thread Starter rubian

    (@rubian)

    Thank you!

    • This reply was modified 5 years, 5 months ago by rubian.
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Show pagination doesn’t work’ is closed to new replies.