• In IE using the image replacement plugin and the the default rss reader I get an empty box with a red X in it.

    When I turn the image replacement plugin off the empty box with red X goes away.

    You can see the problem viewing in IE here https://www.sbe38.org in the sidebar about half way down the page.

    Glenn, the author of the image replacement plugin provided me this help. How best do I implement the code he provided?

    Glenns help to me.

    Don, that’s because there’s 2 a tags inside the h2 tag, the plugin doesn’t count on that, and so it’s looking for the text inside the 1st anchor tag, which only has the rss image. So it’s making an image with empty text, which fails. That’s another thing I’ll need to account for in the new version.

    To fix it now, you can have the h2 tag with just the text anchor inside it, and float the RSS anchor next to it, i.e.:

    <a title="Syndicate this content" href="https://www.topix.net/rss/us/fcc.xml"><img width="14" height="14" alt="RSS" src="https://www.sbe38.org/wp-content/plugins/widgets/rss.png"/></a>
    <h2 style="float:left;" class="title"><a title="News on FCC from Topix.net" href="https://www.topix.net/us/fcc">FCC FEEDS</a></h2>
    <ul style="clear:left;">

    As always help to best implement the code Glen provided is welcome and appreciated.

    thanks

    don (el paso)

Viewing 1 replies (of 1 total)
  • Thread Starter jharis

    (@jharis)

    I need a little more help with this guys.

    I would like to get WP’S 2.0.4 widget rss feeder to play nice with Glens image replacement.

    Glen provided me the above code as an example.

    I am using multiple rss widgets so how should the above code look for multiple rss reader in my sidebar?

    Do I add to sidebar or rss template???

    I’m just not sure if the code as is will work and where do I place it.

    thanks.
    don (el paso)

Viewing 1 replies (of 1 total)
  • The topic ‘not sure how to make this work’ is closed to new replies.