Godaddy Linux Shared Hosting
PHP 5.x, Mysql database
Chrome Browser Version 26.0.1410.64 m
Hello,
When using a theme with this declaration: W3C//DTD XHTML+RDFa 1.0
The feed item titles do not show as links, yet viewing the source code shows for example:
<h3 class="feed-item-title">
<a href="http://news.yahoo.com/sprout-healthy-vending-partners-hope-hummus-070425330.html">Sprout Healthy Vending Partners with Hope Hummus</a>
</h3>
However the 'a href' tagged titles do not turn into links. I have read elsewhere on the web that in XHTML you are not allowed to place an anchor 'a' tag inside of an 'h3' tag. Is this correct? And if so this code is generated by the core module 'aggregator' and do I have to hack the core module to fix this? Or is there another way? Please, any suggestions will be appreciated.
You can view the page here: http://www.vend-resource.com/aggregator
Thanks,
Frank
Comments
Comment #0.0
fdg123 commentedcorrecting errors 1,2
Comment #1
ParisLiakos commentedThis is because of some javascript code.
if you disable the javascript links work as should
Comment #2
fdg123 commentedHello rootatwc,
thanks for the quick response.
Which java script code? If you know this is because of JS script code, you should know where the code is I need to disable. Or you could at least explain how JS is causing my problem and what type of JS code causes this problem and I might be able to find and fix it.
If I disable all the JS on my website, large parts of my website are not going to work. That is not a option. :(
Thanks,
Frank
Comment #3
ParisLiakos commentedhi..i suspect it is because of this
Comment #4
fdg123 commentedDeleted JavaScript and H3 Links Now Working!
Thanks for the info,
For the benefit of anybody else who has this problem, here's what I did.
In searching for the source of the JavaScript I found it was put in there by a PHP includes file for the head tag section of my site. This was done by the theme designer RocketTheme. When reading the PHP code I found that it was generated if a theme setting was set to 'Fontspan On'. Soooo, I went to theme settings and toggled it off. Problem solved. I have ran into this same situation on other RocketTheme themes and this has worked there as well also. (Now 2 friend's sites are fixed as well.)
Thank you again ParisLiakos.
FRANK
Comment #5
ParisLiakos commentedgreat!
Comment #6.0
(not verified) commentedcorrect more errors