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

    Do you have a link to your site?

    We’ve not had other reports of this issue so it’s unlikely to be directly linked to the 4.5.3.

    Thanks,
    Dave

    I’m having a similar problem. When the site launched last year, the client wasn’t using hyperlinks in the slider, so I’m not sure if it ever worked on the site.

    You can see the links wrapped around the slides upon inspection, but they aren’t showing on render.

    Site details:
    https://lmrchamberalliance.org/
    * Theme: customized from a Genesis Framework theme
    * WP Ver: 4.7.1
    * Slider Ver: 3.4

    Thanks,
    Dave

    Hi there,

    We’ve tracked down the issue to the following theme CSS, line 1823:
    https://lmrchamberalliance.org/wp-content/themes/lmrca/style.css?ver=2.2.4

    .theme-default .nivoSlider {
        z-index: -1;
    }

    You could override this for Meta Slider by adding the following CSS:

    .metaslider .theme-default .nivoSlider { 
        z-index:inherit; 
    }

    Thanks,
    Dave

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Nivo Slider Links not working’ is closed to new replies.