• Resolved plarkin

    (@plarkin)


    A year or so ago, one of our schools reported that Metaslider URLs didn’t work. I was given some CSS code to resolve the problem. (That thread is now closed to new responses. https://wordpress.org/support/topic/urls-stopped-working/). Suddenly, last week, URLs stopped working again. I have no idea how to troubleshoot this and am dealing with a lot of frustration by our webmasters.

    The example page above contains a 5 photo slider. The last 4 have URLs and should be “clickable” but they are not.

    Any help appreciated.

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @plarkin

    You have some custom styles added but not enough to override the positionling of the dots. You should update it to this, specifically with the addition of “bottom”

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

    Let me know if that doesn’t work.

    Thread Starter plarkin

    (@plarkin)

    Hi –

    I’m sorry, it still doesn’t work.

    Hi @plarkin

    The style I gave you does not appear to be added in. Please make sure you have added it correctly, and make sure you can see it in the developer tools.

    Here’s a quick guide from Google on how to check the developer tools for CSS styling.

    https://designtlc.com/use-chrome-inspector-edit-website-css/

    Thread Starter plarkin

    (@plarkin)

    OK, I added it to “custom.css” in the theme. Maybe thats the wrong spot.

    Thread Starter plarkin

    (@plarkin)

    I have confirmed I have added the css into the custom.css file and that the file is activated to have it placed in each header. I also added it to the theme’s main CSS file at the end. Can you tell if its there? I cannot figure out the developer tool.

    Hi @plarkin,

    It appears to be working perfectly to me. Are you still having issues on your end?

    Thread Starter plarkin

    (@plarkin)

    Yes, it does appear to be working when I used a different browser. Caching issue I suppose. Thanks for your help!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘URLs Not Working Again’ is closed to new replies.