• Resolved jakras

    (@jakras)


    Hi

    Sorry for my bad english.

    I have a really strange problem with http://brandbloggen.dk/

    If you look at the right widget called “SENESTE INDLÆG”.

    When moving mouse over the header “SENESTE INDLÆG” it acts like a link. It also happens to the headline if I move an other widget to the top.

    I really can’t figure out why it is acting like that. It puts <a> tags in the code (several places) – but i can only see them if I look into the code with FireBug or mark the text and press View Selection Source in FireFox. Looks like this:

    </a><a>
    
    		</a><div role="complementary" class="widget-area" id="tertiary"><a>
    					</a><aside class="widget widget_recent_entries" id="recent-posts-2"><a>		<h3 class="widget-title">Seneste indlæg</h3>		</a>

    And its the around the <h3> causing the trouble.
    It causes the widget not showing properly in IE8 (maybe other versions of IE). Other browsers shows it properly, but the “empty” links is still annoying me.

    When i just view the source code normally it doesn’t show the <a> tags:

    <div id="tertiary" class="widget-area" role="complementary">
    			<aside id="recent-posts-2" class="widget widget_recent_entries">		<h3 class="widget-title">Seneste indlæg</h3>

    I really can’t figure out why it’s putting the <a></a> tags in my code. I haven’t put it and can’t figure out where they come from.

    Any suggestions?

    Thanks in advance

    // jakras

Viewing 2 replies - 1 through 2 (of 2 total)
  • Have you tried:

    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the Twenty Eleven theme to rule out any theme-specific problems.

    resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.

    Thread Starter jakras

    (@jakras)

    Thank you, but I solved it.

    It was the last widget (a html text widget) in left widget side that had an <a/> instead of </a>

    That really took me a lot of hours to figure out…

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘yoko theme adding tags’ is closed to new replies.