• http://www.savoringkentucky.com
    Problem has just begun. In Sidebar 2 a text widget containing a link is affecting the Twitter Pro text widget below it, causing the body of the tweet to be a text link to the item in the text link above. In more than two weeks with this configuration, no problems until tonight. Could the Event Brite Calendar Pro widget in Sidebar 1, which has a bug, be affecting Sidebar 2? (I deactivated; no change, so I don’t think so.) It may be code, as I’m a copy/paster. I have tried several things, no luck.

Viewing 5 replies - 1 through 5 (of 5 total)
  • paste the code of the top text widget if it’s a small chunk

    if very large paste at pastebin,com

    <a href="http://www.savoringkentucky.com/wordpress/events">View all events.</>

    you missed the a in the closing link tag; needs to be:

    <a href="http://www.savoringkentucky.com/wordpress/events">View all events.</a>

    Thread Starter ronavroberts

    (@ronavroberts)

    Samuel B and Alchymyth, you are so kind.

    I fixed the missing a, but my problem remains. I disabled the calendar widget completely, but the problem continued. (I have feared the problem is related to the calendar widget, an Event Brite Calendar Pro installation that worked briefly as a displayed calendar right in the widget, and then stopped working due to a bug, acc. to the designers.)

    So, as I should have done before, here I’ll paste in the html in the top text widget:

    <a title="Holly Hill Inn" target="_blank" href="http://www.hollyhillinn.com"/><img style="margin: 0pt 0px 2pt 0pt;" src="http://savoringkentucky.com/wordpress/wp-content/gallery/sponsors/ouitatake1001.jpg" alt="Holly Hill Inn, Midway, Kentucky"</a>
    &nbsp;
    <a title="Wallace Station Deli and Bakery" target="_blank" href="http://www.wallacestation.com"/><img style="margin: 0pt 0px 2pt 0pt;" src="http://savoringkentucky.com/wordpress/wp-content/gallery/sponsors/ws-color-logo-pxm.jpg" alt="Wallace Station Deli and Bakery, Versailles, Kentucky"</a>
    &nbsp;
    <a title="Windy Corner Market" target="_blank" href="http://www.windycornermarket.com"/><img style="margin: 0pt 0px 2pt 0pt;" src="http://savoringkentucky.com/wordpress/wp-content/gallery/sponsors/wc-logo-2-1.jpg" alt="Windy Corner Market, Lexington, Kentucky"</a>

    hhe problem didn’t show in FF3.6, but does show in IE7;

    the image tags in the code are not closed; corrected below:

    <a title="Holly Hill Inn" target="_blank" href="http://www.hollyhillinn.com"/><img style="margin: 0pt 0px 2pt 0pt;" src="http://savoringkentucky.com/wordpress/wp-content/gallery/sponsors/ouitatake1001.jpg" alt="Holly Hill Inn, Midway, Kentucky" /></a>
    &nbsp;
    <a title="Wallace Station Deli and Bakery" target="_blank" href="http://www.wallacestation.com"/><img style="margin: 0pt 0px 2pt 0pt;" src="http://savoringkentucky.com/wordpress/wp-content/gallery/sponsors/ws-color-logo-pxm.jpg" alt="Wallace Station Deli and Bakery, Versailles, Kentucky" /></a>
    &nbsp;
    <a title="Windy Corner Market" target="_blank" href="http://www.windycornermarket.com"/><img style="margin: 0pt 0px 2pt 0pt;" src="http://savoringkentucky.com/wordpress/wp-content/gallery/sponsors/wc-logo-2-1.jpg" alt="Windy Corner Market, Lexington, Kentucky" /></a>

    http://www.w3schools.com/tags/tag_img.asp

    Thread Starter ronavroberts

    (@ronavroberts)

    Oh! Duh, and thank you so very much. That fixed the problem.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Text widget link affects text widget below it’ is closed to new replies.