• Resolved Blake

    (@alexanderblake)


    I’ve read countless threads on the permalinks being the issue for a myriad of other situations, but this is a little different.

    The links on internal pages aren’t working. The code is correct, the link looks right on the page, but is inactive (unclickable). Even the Facebook box on the right isn’t active.

    https://eaglemountainlakemarinas.com/our-marinas/eagle-mountain-marina/

    I have disabled all plugins without any change.

    Permalinks are set to PostName

    Theme is RT Theme 15 (they’re no help with this issue)

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Blake

    (@alexanderblake)

    Strangely enough, it’s only this page and one other page on the site. Other links on other pages work just fine. I’m not sure what the deal is.

    Thread Starter Blake

    (@alexanderblake)

    It appears to be only when I use Columns in my theme. Apparently, I hyperlinks are dead when placed inside a column box…

    Your floats are not cleared properly (long version: https://www.quirksmode.org/css/clearing.html ). Because of that, the map is technically on top of your text (even though on the page, it’s properly placed under it).

    The quickest way to fix it is to add this to your CSS:

    .boxes {
        overflow:hidden;
    }
    Thread Starter Blake

    (@alexanderblake)

    You, my friend, are brilliant! Thank you for finding and fixing my issue! Easy fix!

    I hope you have the most ridiculously awesome day.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Internal Page Links Dead’ is closed to new replies.