RSS and XML Feed pictures not showing. 1.8.2

Hi everybody.

I have same problem about ticker. Rss and XML data has a picture but the program does not showing anywhere.

I try too many method. Now i am tired. :tired_face:

when i was using version 1.7.9 this Rss working “https://www.ntv.com.tr/gundem.rss” perfectly.


But nowadays i am uploading system 1.8.2

same rss feed does not work. Also i check the rss from “https://validator.w3.org/feed/

This feed does not validate. But rss working perfectly = "http://www.trt.net.tr/rss/turkiye.rss"
This feed does not validate. But rss Notworking = “https://www.ntv.com.tr/gundem.rss” or “http://feeds.bbci.co.uk/turkce/rss.xml


Do we have a any method to use all rss and xml?

Do we have a any open source or free using rss feed widget?

The best way would be to use valid feeds, correctly formatted at that too.

What did you have on Appearance tab to show images from those feeds in 1.7 series?

Version 1.7.9

Code is this

[Link|image]

[Title]

[Description]


I changed CSS little bit.

.image{
width:100%;
height:30vh;
display:table;
}
.image .vAlign img{
max-width;100%
max-height:100%;
margin:0 auto;
position:relative;
}
.vAlign{
display:table-cell;
vertical-align:middle;
}
/----------------------------------/

.title{
font-family:sans-serif;
font-size:20px;
color:white;
font-weight:bolder;
width:65% !important;
margin-top:15px;
text-align:left;
}
p.desc{
width:65% !important;
color:white;
margin-top:15px
}

This css is workig perfectly on V. 1.7.9.


On Version 1.8.2 really made me angry. This rss is vaild but i have same problem. “http://www.nytimes.com/services/xml/rss/nyt/International.xml

I think we have the jquery problem ? What do you think?

I think that you should use
[media:content|image|url]

at least in case of that valid feed.

That seems to work for me, as the images in this feed are very small, you will probably want them small in the Ticker widget as well - your CSS seems to confirm that you know that already.

1 Like

Yes Perfect. It is start to work. Than i can understand what we need from rss or xml data. For the other rss and xml i will check. Thank You.