Page 79 of 96 FirstFirst ... 2969777879808189 ... LastLast
Results 781 to 790 of 955
  1. #781
    Join Date
    Feb 2010
    Location
    San Antonio
    Posts
    1
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by fiberphile View Post
    I'm running this mod and it worked great on the first day but after that it does not update and show new products as they are added. Do I need to change a setting? Thanks!
    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


  2. #782
    Join Date
    Feb 2010
    Posts
    27
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    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

  3. #783
    Join Date
    Mar 2010
    Location
    Ooty, India
    Posts
    40
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    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?????

  4. #784
    Join Date
    Feb 2010
    Posts
    27
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by xeontranq View Post
    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
    anyone gone this mad with rss feeds yet ... i was hopeing to get all items in the feed , or have it change /cycle items in the rss feed

  5. #785
    Join Date
    May 2010
    Posts
    4
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    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?

  6. #786
    Join Date
    Jun 2007
    Posts
    62
    Plugin Contributions
    0

    Default g:image_link

    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:

    Code:
    <g:image_link>Image 1</g:image_link>
    <g:image_link>Image 2</g:image_link>
    This might cause problems so wouldn't it be better if the list would be:

    Code:
    <g:image_link_1>Image 1</g:image_link>
    <g:image_link_2>Image 2</g:image_link>
    Great if anyone has any input. Thanks, Karl

  7. #787
    Join Date
    Jun 2007
    Posts
    62
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    @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;
    }

  8. #788
    Join Date
    Mar 2009
    Posts
    102
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    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...

  9. #789
    Join Date
    Mar 2009
    Posts
    102
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    Quote Originally Posted by scrap View Post
    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...

    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)
    Code:
        $feed_array = array('new_products'); //   $feed_array = array('specials', 'new_products', 'upcoming', 'featured', 'best_sellers'); // 'news'
    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:
    /*    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";
        } */

  10. #790
    Join Date
    May 2009
    Posts
    413
    Plugin Contributions
    0

    Default Re: RSS2 Feed Contribution

    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

 

 
Page 79 of 96 FirstFirst ... 2969777879808189 ... LastLast

Similar Threads

  1. Rss2 feed & Ultimate SEO URL
    By Jerry5763837 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 1 Feb 2009, 12:42 PM
  2. RSS2 feed contribution support
    By Woodymon in forum All Other Contributions/Addons
    Replies: 73
    Last Post: 26 Sep 2007, 07:38 AM
  3. How to display Price in Rss2.php ( Rss Feed )
    By anand in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 27 Jan 2007, 10:38 PM
  4. rss2.php rss feed contribution - YAHOO picks up only IMAGE URL?
    By gsh in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 29 Dec 2006, 05:19 AM
  5. Does rss2 mod also do mailing lists?
    By levander in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 3 Sep 2006, 11:15 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR