mojtabam Posted May 24, 2013 Share Posted May 24, 2013 (edited) Hi, I am using prestashop 1.5.4.1 on a remote server and I am using rss products feed 0.3 The problems are: 1) although I have customized the favicon, but in the URL of the rss feed (http://www.example.co.../feeder/rss.php) the favicon is something else. 2) I have customized my logo, but still prestashop's logo is there. 3) Just ten products are showing there! Does anybody know how can I overcome these problems? Best Regards, Mojtaba Edited May 24, 2013 by mojtabam (see edit history) Link to comment Share on other sites More sharing options...
SmartDataSoft Posted May 25, 2013 Share Posted May 25, 2013 hello, Mojtaba if your page is rss and full xml format of rss standard than the top address bar the icon will not your site it will be rss icon. You can view your rss generator code they may be limit to show product no. Link to comment Share on other sites More sharing options...
mojtabam Posted May 25, 2013 Author Share Posted May 25, 2013 Hi, Could you please let me know where in the file I can change the number of the products? Also could you please let me know how can I fix the favicon in this page? I have customized it for other pages and it is working in other pages. Link to comment Share on other sites More sharing options...
arash_a2k Posted May 30, 2013 Share Posted May 30, 2013 Hi, I am using prestashop 1.5.4.1 on a remote server and I am using rss products feed 0.3 The problems are: 1) although I have customized the favicon, but in the URL of the rss feed (http://www.example.co.../feeder/rss.php) the favicon is something else. 2) I have customized my logo, but still prestashop's logo is there. 3) Just ten products are showing there! Does anybody know how can I overcome these problems? Best Regards, Mojtaba 1) 2) you should change the logo.jpg file in prestashop/img Link to comment Share on other sites More sharing options...
mojtabam Posted May 30, 2013 Author Share Posted May 30, 2013 Hi Arash_a2k, Actually the logo is not the problem, as I have fixed it before. The remained problem is still the favicon of the site in the rss page. (It shows the favicon of my hosting company right now.) Do you know any solution? Thanks, Mojtaba Link to comment Share on other sites More sharing options...
arash_a2k Posted June 1, 2013 Share Posted June 1, 2013 mmmm I think you should log in to your Cpanel and change somthing in the public html folder of your file manager on server. I believe that your host logo is coming from there,but I am not sure Link to comment Share on other sites More sharing options...
mojtabam Posted June 1, 2013 Author Share Posted June 1, 2013 I guess I might put the favicon file somewhere in the rss module, but I do not know how should I point to it! Because usually whenever you do not define the favicon, the hosting company put its favicon up there by default. Do you have any idea about what should I do? Thanks, Mojtaba Link to comment Share on other sites More sharing options...
arash_a2k Posted June 2, 2013 Share Posted June 2, 2013 In the typical websites, you should put the favicon in the root folder of your website, but in prestashop in my version (1.5.3.1) in the rss module it reads from the logo.jpg from the img folder Sorry I cannot help you with your problem Link to comment Share on other sites More sharing options...
mojtabam Posted June 2, 2013 Author Share Posted June 2, 2013 I think for the favicon we should put .ico file somewhere and refer to it. Mojtaba Link to comment Share on other sites More sharing options...
arash_a2k Posted June 2, 2013 Share Posted June 2, 2013 <url><?php echo _PS_BASE_URL_.__PS_BASE_URI__.'img/logo.jpg'; ?></url> line 51 in modules/feeder/rss.php It is reading its icon from logo.jpg which it is placed in img folder Link to comment Share on other sites More sharing options...
mojtabam Posted June 2, 2013 Author Share Posted June 2, 2013 I think it must be a link between <link> and </link> tags. http://www.w3schools.com/tags/att_link_sizes.asp http://www.w3.org/2005/10/howto-favicon Any idea? Link to comment Share on other sites More sharing options...
arash_a2k Posted June 2, 2013 Share Posted June 2, 2013 That is a link ! but it is script . It will generate the link from the variables :PS_BASE_URL and..... Link to comment Share on other sites More sharing options...
mojtabam Posted June 2, 2013 Author Share Posted June 2, 2013 Could you please let me know what <url> and </url> do? Because ?php echo variable, just put the value of that variable between these two tags. By the way, may I see your favicon in this page? Thanks, Mojtaba Link to comment Share on other sites More sharing options...
arash_a2k Posted June 2, 2013 Share Posted June 2, 2013 Could you please let me know what <url> and </url> do? Because ?php echo variable, just put the value of that variable between these two tags. By the way, may I see your favicon in this page? Thanks, Mojtaba I want to attach an image but I cant I cant find any option here for attachement ! Link to comment Share on other sites More sharing options...
mojtabam Posted June 2, 2013 Author Share Posted June 2, 2013 You should use more reply options. Link to comment Share on other sites More sharing options...
arash_a2k Posted June 2, 2013 Share Posted June 2, 2013 this is my logo in rss that is loaded from img/logo.jpg Link to comment Share on other sites More sharing options...
mojtabam Posted June 2, 2013 Author Share Posted June 2, 2013 This is not what I mean by favicon. The favicon is the one up there in your browser new tab. like the red finger and green bag for prestashop. Link to comment Share on other sites More sharing options...
arash_a2k Posted June 2, 2013 Share Posted June 2, 2013 you should change that in the html header of your website something like this <link rel="icon" type="image/vnd.microsoft.icon"href="/prestashop/img/favicon.ico" /> Link to comment Share on other sites More sharing options...
mojtabam Posted June 2, 2013 Author Share Posted June 2, 2013 Do you know which file should I edit? Link to comment Share on other sites More sharing options...
arash_a2k Posted June 3, 2013 Share Posted June 3, 2013 from prestashop back office preferences/theme you can set the favicon for your website. But if it does not work for the rss, you shoulld change the tpl file that is generating that rss, It may be on a module called feeder or something like that 1 Link to comment Share on other sites More sharing options...
mojtabam Posted May 17, 2014 Author Share Posted May 17, 2014 I found the solution. You need to just change the favicon file in /. 1 Link to comment Share on other sites More sharing options...
David Dotou Posted April 21, 2015 Share Posted April 21, 2015 hi everyone, mojtaban could you explain your solution a little more in detail "you just need to change favicon /."i'm bugging out here to change favicon on my rss page thanks ahead! Link to comment Share on other sites More sharing options...
Recommended Posts