Static element with a scrolling element in the same RSS ticker

Asked by Edson Zabot

Hi, I'd like to maintain an static element and a scrolling element in the same RSS Ticker. Is It Possible? I want to overlap a static shadow image over the scrolling text.

Ticker's code:

<div style="position:relative; top:0px; width:190px; height:142px; z-index:1;">
 <img src="http://localhost/xibo/img/shadow.png" /></div>
<p>
 <span style="font-size:50px; font-family:Clan-Medium; color:#00aeef;"><img src="http://localhost/xibo/img/logo.png" /> &nbsp; [Title]&nbsp;&nbsp;</span></p>

Many Thanks,

Question information

Language:
English Edit question
Status:
Solved
For:
Xibo Edit question
Assignee:
No assignee Edit question
Solved by:
Alex Harrington
Solved:
Last query:
Last reply:
Revision history for this message
Best Alex Harrington (alexharrington) said :
#1

No - it will scroll the whole lot.

Alex

Revision history for this message
Edson Zabot (edson-zabot) said :
#2

Thanks Alex Harrington, that solved my question.

Revision history for this message
kobus44 (kobus44) said :
#3

You could insert two identical RSS regions, one only showing the <TITLE> tag from the RSS feed (assuming this is your fixed text/picture etc), which does not scroll, and another one showing <DESCRIPTION>, which scrolls in whatever direction you would want it to. This would obviously not result in the RSS feed showing in 1 single line, which might be what you really want.

Revision history for this message
Alex Harrington (alexharrington) said :
#4

It'll very likely go out of sync because the Windows client runs in a
single thread, so you'll end up with the wrong title and description
being shown together.

You could do it with the Linux client by drawing another region over
the top of your feed.

Alex

Revision history for this message
Timothy B (beran) said :
#5

Is there a way to do this? On the windows client?

I would like the ABC News logo on the left side while the text scrolls and when I jump to the espn feed have the espn logo with the ESPN feed. I tried two different regions (one with the ticker and one with the image) though I find that they get out of sync.