• Resolved Alison Miller

    (@alison-miller)


    Since I updated this evening the layer slide tabs are not working e.g. SEO, Edit Source Code etc. Also getting the white background and border, and images not stretching to 100% wide.

    Launch layer mode also has an odd button and down arrow. Looks like a coding error.

    Trying not to panic!

Viewing 3 replies - 16 through 18 (of 18 total)
  • Thread Starter Alison Miller

    (@alison-miller)

    Sorry no – same problem in Chrome. You have to zoom out to see – to help I’ve now uploaded a smaller image as the previous one was very large so probably appeared to be ok. https://milleradmin.co.uk

    Hi Alison,

    I asked some of my team members who work on other projects to take a look and they figured out that the issue is with a style that needs correcting. I’m looking to put in a fix tonight, but in the meantime, you can try one of these two:

    .metaslider .slides {
        display: block;
    }

    or

    .metaslider .slides {
        width: 100%;
    }
    Thread Starter Alison Miller

    (@alison-miller)

    Excellent! Looks like the following has fixed it:

    .metaslider .slides {
    width: 100%;
    }

    Thank you so much.

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Admin tabs not working’ is closed to new replies.