• Hi,
    I have an error with the News Ticker if anyone could please advise?

    We have several items featured in our homepage news ticker, each linked to external sites. However, we are currently experiencing display errors resulting in various code now becoming visible. Please take a look here:

    http://thisisgoodwork.org/

    Also, another minor issue is logos we have accompanying the scrolling text links now overlap the accompanying wording (see above link).

    Would really appreciate any advice!

    Many thanks,

    Richard.

    http://ww.wp.xz.cn/plugins/ditty-news-ticker/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author metaphorcreations

    (@metaphorcreations)

    The latest update modified the ticker to allow for multiline text via carriage returns in each tick. It looks like you have a carriage return within a few of your ticks that is breaking up the <img> tags. Here is one example I’m seeing when view the page source:

    <img src="http://thisisgoodwork.org/wp-content/uploads/2013/06/fox-news-latino.jpg
    " style="padding:10px 10px 0 0;"/>Fox News Latino News Coverage
    

    Make sure there are no carriage returns in the html you have inserted in your ticks. Also, when placing images you should set a width and height.

    This tick should look like:

    <img src="http://thisisgoodwork.org/wp-content/uploads/2013/06/fox-news-latino.jpg" width="80" height="26" style="width:80px;height:26px;padding:10px 10px 0 0;"/>Fox News Latino News Coverage
    
    Thread Starter thisisgoodwork

    (@thisisgoodwork)

    Hi,
    Thanks for your quick reply which has been a great help!

    The issue of the visible code has now been fixed. However, I haven’t been able to fix the minor issue of the images overlapping the text, as featured in below link –

    http://thisisgoodwork.org/

    I’ve adjusted various image settings but this has had no effect.

    I’d appreciate any advice.

    Many thanks,

    Richard.

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

The topic ‘Ditty News ticker text display errors’ is closed to new replies.