• Resolved plarkin

    (@plarkin)


    Hello –

    I have a WordPress Multisite hosting 22 sites for our school district. For one of the sites, Metaslider will not open URLs defined in the slider. When I create a slider in other sites and add URLs, it works. They all use the same theme so I’m assuming the theme isn’t the issue. They all use the same plugins. Anything else I should try?

Viewing 4 replies - 1 through 4 (of 4 total)
  • matchalabs

    (@matchalabs)

    Hi there,

    Do you have a link to the slider that’s not working?

    Thanks,
    Dave

    Thread Starter plarkin

    (@plarkin)

    matchalabs

    (@matchalabs)

    Hi there,

    Try adding the following CSS to your theme’s style.css file:

    .metaslider .flex-control-nav {
        bottom: inherit;
    }

    I can’t tell whether this will affect other sliders you have so this might be worth testing after being added.

    If it does and you only want to apply the change/fix to this specific slider then use the following code instead which references the slider ID:

    .metaslider-280 .flex-control-nav {
        bottom: inherit;
    }

    This issue is happening because of some Flex Slider styling in the theme:

    .flex-control-nav {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 100;
    }

    I’m not sure why this isn’t affecting the other sliders.

    Thanks,
    Dave

    Thread Starter plarkin

    (@plarkin)

    Much appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Metaslider URL not working’ is closed to new replies.