TinyPortal

Development => Support => Topic started by: jarska on July 09, 2012, 07:38:52 AM

Title: RSS feeds block and Google chrome
Post by: jarska on July 09, 2012, 07:38:52 AM
Hi,

with Google Chrome RSS feed blocks pictures don't show right?
See attached picture

TP 1.0 and SMF 2.0.2
Title: Re: RSS feeds block and Google chrome
Post by: IchBin on July 10, 2012, 04:01:33 AM
Can I see a link to your problem?
Title: Re: RSS feeds block and Google chrome
Post by: jarska on July 11, 2012, 07:05:53 AM
Quote from: IchBin™ on July 10, 2012, 04:01:33 AM
Can I see a link to your problem?

Example Kliks (http://www.bmwsportbikes.fi/).
All of my forums same thing happens.
Title: Re: RSS feeds block and Google chrome
Post by: lurkalot on July 11, 2012, 09:36:44 AM
Confirmed.   Works fine in IE9, and Firefox, but not in Chrome
Title: Re: RSS feeds block and Google chrome
Post by: IchBin on July 11, 2012, 03:51:25 PM
In tp-style.css file about line #327 add this code to the rss_body class.

display: table;

That should fix the images and the layout problems I noticed there hopefully.
Title: Re: RSS feeds block and Google chrome
Post by: jarska on July 11, 2012, 07:26:13 PM
Quote from: IchBin™ on July 11, 2012, 03:51:25 PM
In tp-style.css file about line #327 add this code to the rss_body class.

display: table;

That should fix the images and the layout problems I noticed there hopefully.

Fixed with that, thank you. O0