• zoorod

    (@zoorod)


    Hi I have built the following site http://gloryhomethailand.com/ to help a friend in a NGO and have added a facebook and You tube image and even a donate paypal button and linked them to respective sites. What im finding is that they each also link other widgets below them eg the last link (youtube) then links the calander widget below and adds a bullet point in the category section. I cannot find anyway to stop these issues so far. Any ideas would be apprechiated. Heres the code that i added for the you tube text widget:

    <a href="http://www.youtube.com/channel/UCQn5fCFgF1-aizg99EerKAQ/videos?flow=grid&view=0/">
    <img class="size-full wp-image-301 aligncenter" title="You Tube" src="http://gloryhomethailand.com/wp-content/uploads/2013/03/youtube-logo.jpg"</a>
Viewing 4 replies - 1 through 4 (of 4 total)
  • mbeasi

    (@mbeasi)

    <a href="http://www.youtube.com/channel/UCQn5fCFgF1-aizg99EerKAQ/videos?flow=grid&view=0/">
    <img class="size-full wp-image-301 aligncenter" title="You Tube" src="http://gloryhomethailand.com/wp-content/uploads/2013/03/youtube-logo.jpg"</a>

    You’re missing a closing > for the image. Try this:

    <a href="http://www.youtube.com/channel/UCQn5fCFgF1-aizg99EerKAQ/videos?flow=grid&view=0/">
    <img class="size-full wp-image-301 aligncenter" title="You Tube" src="http://gloryhomethailand.com/wp-content/uploads/2013/03/youtube-logo.jpg"></a>
    Krishna

    (@1nexus)

    It’s due to unclosed <a> tags and large number of markup errors.

    You can either correct the errors or replace the customized the Twenty Eleven theme with a freshly downloaded copy to overcome the issues.

    Please do not edit default themes. Instead create a child theme for modifications.

    Thread Starter zoorod

    (@zoorod)

    thanks a million, worked like a charm.

    Krishna

    (@1nexus)

    You are welcome 🙂 Please mark the thread as resolved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘widget link errors effecting other widgets below’ is closed to new replies.