- This topic is empty.
-
AuthorPosts
-
January 26, 2013 at 10:15 am #42268
kmullins131
MemberSo I have a normal loop that you can see here:
rosspenman
ParticipantThat `esc_url` function is one I haven’t seen before. Does it work if you remove it? Or use `esc_attr` instead?
January 26, 2013 at 10:22 pm #122427kmullins131
MemberI tried that and the normal and still nothing. I still have no clue and I am still going threw forums and posts with no luck.
January 26, 2013 at 10:36 pm #122429kmullins131
MemberHere is a link to a screenshot of the inspect. As you can see it shows the link there:
January 27, 2013 at 5:15 am #122462rosspenman
ParticipantPerhaps it’s something in your JavaScript. Try turning JS off and see if the links work.
January 27, 2013 at 4:16 pm #122506kmullins131
MemberJust disabled Javascript and still not working :(
January 28, 2013 at 1:19 pm #122613kmullins131
MemberDoes anybody know why links would not be clickable even though they show up in the source code as a link?
January 28, 2013 at 1:35 pm #122618rosspenman
ParticipantTry typing in the URL manually (or copy/paste from the Inspector) and make sure that works. It might just lead to the same page, which WordPress sometimes create if the link doesn’t exist.
January 28, 2013 at 1:58 pm #122621TheDoc
MemberDo you not have a link to send us to?
Are you being taken to a 404 page? If so, go to Settings > Permalinks and just hit save again. Sounds like it could be something wrong with your htaccess.
If you can’t even click it, then it sounds like something is either covering the button or you’ve got some sort of `e.PreventDefault();` or `return false` going on in your JS.
January 28, 2013 at 3:15 pm #122639rosspenman
Participant@TheDoc we’ve already established that it isn’t a JS problem – it still didn’t work with JS off.
January 31, 2013 at 12:16 pm #122923TylerNYC
Memberkmullins,
Check your divs and CSS to make sure nothing is overlapping the link. You can do these easily with inspecting elements. Right-click the TITLE TWO and inspect element and see what pops up.
AuthorPostsViewing 11 posts - 1 through 11 (of 11 total)- The forum ‘Back End’ is closed to new topics and replies.