Weird! – Some links not working
-
Hi, I haven’t found any help with this problem. In a wordpress installation I’ve been installing for a client, some links on pages and posts work, some don’t. The CSS is parsed, apparently, as they look correctly, but some work, some don’t. The Markup appears to be correct.
The weird thing is, the link’s position in the markup determines whether is works or not. Example from a post –
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Vestibulum elementum massa ut libero.<flv href="[URI]" width="320" height="240" autostart="false" />Fusce pharetra nonummy magna? Donec at elit? <a href="[URI]">Integer</a> sollicitudin orci "eu nisi".That’s the code in which the link “integer” will work. Now just move the one word to the right in the sentence, and it will stop working – [last paragraph of the above only] –
Fusce pharetra nonummy magna? Donec at elit? sollicitudin <a href="[URI]">Integer</a> orci "eu nisi".
The markup still is fine, the source code looks correct (to me) but the link will not work, whatsoever. But copy and past the code and put it above the magic hidden cut-off point for link functionality, and it will work.
I should mention that the problem is not related tot he flv code above, it still occurs if the code is not in the post.
Strangely, the “links not working problem appeared before, but not in such a consistent and reproducable manner. The Comment pop-up link did not work until after being reinserted into the template – same code, same postion in template. Did not work before saving, worked thereafter.
I have disabled all formatting options available from the editor, but WP still converts, say, speechmarks into typgraphically correct ones, but I think I have excluded the possibility of some misplaced speechmark.
So, I’m really at a loss here – this is an error that’s not supposed to happen, and yet it occurs consistently, both in FF and IE7b3.
I’m grateful for any help!!!
YMS
The topic ‘Weird! – Some links not working’ is closed to new replies.