Seems Dolphin has trouble if you try and use multiple RSS feeds on the same page, only the first 1 or 2 will load, the rest just die. Anyone have an explanation or a fix for this?
Seems Dolphin has trouble if you try and use multiple RSS feeds on the same page, only the first 1 or 2 will load, the rest just die. Anyone have an explanation or a fix for this? http://towtalk.net ... Hosted by Zarconia.net! |
Works for me: http://houstonlively.com/page/topnews
TIP: Adding this css to general.css will get rid of those annoying, other peoples, google ads from the feed. .rss_item_desc img {
Must be some sort of operator problem. You should go have a few beers, and a tequila shot or two... maybe it'll start working when you get back. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
That's a very nice news page. I want to do exactly the same thing, only for towing & recovery related topics... I will give your .CSS change a try and see what happens... Thanks.... http://towtalk.net ... Hosted by Zarconia.net! |
The question still remains though. How come my RSS feeds won't load more than 1 or 2 per page? http://towtalk.net ... Hosted by Zarconia.net! |
I also did not have a problem. https://www.deanbassett.com |
Yeah, I used a two word search term and forgot the damned + sign, lol. I got it working.... http://towtalk.net ... Hosted by Zarconia.net! |
Works for me: http://houstonlively.com/page/topnews
TIP: Adding this css to general.css will get rid of those annoying, other peoples, google ads from the feed. .rss_item_desc img {
Must be some sort of operator problem. You should go have a few beers, and a tequila shot or two... maybe it'll start working when you get back. I would sure like to know how you setup the scroll bars in the blocks.... http://towtalk.net ... Hosted by Zarconia.net! |
Does it matter where in templates\base\css\general.css you place this code?
thanks in advance! Works for me: http://houstonlively.com/page/topnews
TIP: Adding this css to general.css will get rid of those annoying, other peoples, google ads from the feed. .rss_item_desc img {
Must be some sort of operator problem. You should go have a few beers, and a tequila shot or two... maybe it'll start working when you get back.
There are none so blind as those that will not see. |
Works for me: http://houstonlively.com/page/topnews
TIP: Adding this css to general.css will get rid of those annoying, other peoples, google ads from the feed. .rss_item_desc img {
Must be some sort of operator problem. You should go have a few beers, and a tequila shot or two... maybe it'll start working when you get back. I would sure like to know how you setup the scroll bars in the blocks.... Add to general.css This will target all rss blocks site wide .RSSAggrCont { If you only want to target specific rss blocks, then you need this: div[rssid="569"] {
** In the second example, you'll have create the feed first, and find out the feed number to target it
My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
Does it matter where in templates\base\css\general.css you place this code?
I always add any new css at the end of the file...mainly just to see everything I added at a glance. I also always put a comment line to identify everything that follows, as something I added, like this: /* Added by me */ * {
If you want to remove images from only a specific rss block: div[rssid="569"] img {
Removes some extra crap from USA Today news feed: .feedflare { Adds bottom margin to WSJ feed: div[rssid="570"] .rss_item_wrapper { My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
Very nice, thank you! http://towtalk.net ... Hosted by Zarconia.net! |