I am having the same problem and I have looked all over for the answer but all I ever see is the question being asked with no answer.
Thanks
:frusty:
Printable View
hi ppl i have just installed rss feeds 2 , it seems to be working well , just can't go over 250 items , we have over 3000+ , i wans hopeing to have a rss feed for all items ,
can anyone think y this is happening ?...
http://www.ultracheapauto.com.au
http://www.ultracheapauto.com.au/ind..._page=rss_feed
RSS feed not working in ie6 and google chrome!
i downloaded RSS feed addon. it works fine in firefox.
but in ie6 and google chrome i just see the html code.
i tried googling this topic whole day didn't find any fix..
so i ended up here.. is there any fix????? :frusty::frusty:
I am trying to remove the borders around the "buy now" image and the product image.
Did anyone ever get an answer on what the edit needs to be in the rss.css?
Hi there, I have a query about the RSS feed contribution and multiple images.
It seems as if the contribution by default shows multiple images in the XML when listing a single product (feed=products&products_id=xxx), but not all products (feed=products). If I dim the isset-check on line #441 in includes/modules/pages/rss_feed/header_php.php, I can list multiple images for a couple of products, but it goes haywire after a while and starts listing images that don't belong to a certain product. Not sure how this code could be modified to show multiple images for the all-product feed?
Also, is it possible to iterate the list of multiple images? For a single product, I now get:
This might cause problems so wouldn't it be better if the list would be:Code:<g:image_link>Image 1</g:image_link>
<g:image_link>Image 2</g:image_link>
Great if anyone has any input. Thanks, KarlCode:<g:image_link_1>Image 1</g:image_link>
<g:image_link_2>Image 2</g:image_link>
@TheScannerStore.com,
I don't have borders around the "Buy now" button or image - did you make some alterations to the rss.css file? Both are images inside the feedEntryContent class (and linked), so perhaps you could use something like this?
Code:div.feedEntryContent a img {
border: none;
}
What if I only want to support a feed for New Products? Which lines do I have to comment out? Been searching like a mad man... :frusty:
Ok, it's not pretty, but I've sorted it out. In file includes\functions\extra_functions\rss_feed.php...
Line 123, make the following change (the comment is there for backup)
Line 128-131, comment out everything to remove the flyout menu when pressing the RSS icon when inside a category or product, i.e. the customer cannot (easily) follow a feed other than the "New products feed".Code:$feed_array = array('new_products'); // $feed_array = array('specials', 'new_products', 'upcoming', 'featured', 'best_sellers'); // 'news'
Code:/* list($feed, $title) = rss_feed_current_page();
if($feed && !in_array($feed, $feed_array)) {
$link .= '<link rel="alternate" type="application/rss+xml" title="' . $title . '" href="' . zen_href_link(FILENAME_RSS_FEED, 'feed=' . $feed, 'NONSSL', false) . '" />' . "\n";
} */
Hi,
Does anyone know how to remove/disable a particular feed, so it can no longer be accessed? For instance I want to make the 'best_sellers' RSS feed inaccessible to everyone (search engines, customers, competition! etc.).
Is their a way to do this?
Thanks :smile: