• Resolved ecollot

    (@ecollot)


    Hello,

    Since recent updates, my smart sliders are no longer interactive.

    It seems that the smart slider is “hidden” behind the image map pro plugin just above, which was not the case beforehand. I tried removing the image map pro plugin from the page, and when I do that, the smart slider works fine.

    Is there a way to force the smart slider on top? Both plugins have been working fine on the same page for nearly a year. I was hoping that 1-2 updates of each plugin would solve the problem, but it did not.

    Thank you in advance for your help.

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

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

    (@nextendweb_gabor)

    Hi @ecollot!

    You should add this code to your theme’s style.css file:

    .postid-874 #pg-874-4 {
        position: relative;
        z-index: 10000;
    }

    maybe try this, if the same issue happens on multiple pages:

    #pg-874-4 {
        position: relative;
        z-index: 10000;
    }

    This will put the placement, where you put our slider on top of the other part.

    Thread Starter ecollot

    (@ecollot)

    Hi,

    This solves the problem, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Smart slider no longer interactive’ is closed to new replies.