ondrovic Posted March 22, 2010 Share Posted March 22, 2010 here is the way I found to get an animated favicon for prestashop1.) Move favicon.ico to root /2.) Upload your favicon.gif to root /3.) Navigated to themes/4.) Download header.tpl5.) Open header.tpl with favorite text editor6.) Look for the following around line 14 or 15 <link rel="icon" type="image/vnd.microsoft.icon" href="{$img_ps_dir}favicon.ico" /> <link rel="shortcut icon" type="image/x-icon" href="{$img_ps_dir}favicon.ico" /> 7.) Comment out so it looks like this <!--<link rel="icon" type="image/vnd.microsoft.icon" href="{$img_ps_dir}favicon.ico" /> <link rel="shortcut icon" type="image/x-icon" href="{$img_ps_dir}favicon.ico" />--> 8.) Under your original commented out code add the following lines <link rel="shortcut icon" href="../favicon.ico" > <link rel="icon" href="../favicon.gif" type="image/gif" > 9.) Save file10.) Reupload to server11.) Clear cache12.) Reload SiteHope this helpsyou can see mine here http://chrellisjewelry.com 1 Link to comment Share on other sites More sharing options...
alexlario Posted April 22, 2010 Share Posted April 22, 2010 Perfect it works great.Thank you Link to comment Share on other sites More sharing options...
kerokid Posted May 3, 2010 Share Posted May 3, 2010 here is the way I found to get an animated favicon for prestashop1.) Move favicon.ico to root /2.) Upload your favicon.gif to root /3.) Navigated to themes/4.) Download header.tpl5.) Open header.tpl with favorite text editor6.) Look for the following around line 14 or 15 <link rel="icon" type="image/vnd.microsoft.icon" href="{$img_ps_dir}favicon.ico" /> <link rel="shortcut icon" type="image/x-icon" href="{$img_ps_dir}favicon.ico" /> 7.) Comment out so it looks like this <!--<link rel="icon" type="image/vnd.microsoft.icon" href="{$img_ps_dir}favicon.ico" /> <link rel="shortcut icon" type="image/x-icon" href="{$img_ps_dir}favicon.ico" />--> 8.) Under your original commented out code add the following lines <link rel="shortcut icon" href="../favicon.ico" > <link rel="icon" href="../favicon.gif" type="image/gif" > 9.) Save file10.) Reupload to server11.) Clear cache12.) Reload SiteHope this helpsyou can see mine here http://chrellisjewelry.com Hi! ThereI found problem, favicon.gif not show on the other pageI change No. 8from <link rel="shortcut icon" href="../favicon.ico" > <link rel="icon" href="../favicon.gif" type="image/gif" > to <link rel="shortcut icon" href="{$base_dir_ssl}favicon.ico" > <link rel="icon" href="{$base_dir_ssl}favicon.gif" type="image/gif" > Now! favicon.gif show on every pages--- SHARE FOR ALL --- Link to comment Share on other sites More sharing options...
Pinkloveshy Posted May 3, 2010 Share Posted May 3, 2010 ondrovic Love your site. Please can you help me with a couple of pointers.1) Where did you get your Header/Footer toolbars from as I would like to do the same. Can you help me?2) How did you achieve the background.Would be most greatful if you could share the code. Your site is very clean and I reall like the look. I've been working hard at mine but still need to improve.Ps. how did you get the rounded edges on your blocks?Best regardsPinkloveshy Link to comment Share on other sites More sharing options...
jeffreywinmart™ Posted May 11, 2010 Share Posted May 11, 2010 @Pinkloveshy,Visit this site: http://www.ezytrader.com/ Link to comment Share on other sites More sharing options...
adiboo Posted May 11, 2010 Share Posted May 11, 2010 what's the name of your translate module it's great. Link to comment Share on other sites More sharing options...
webby Posted June 14, 2010 Share Posted June 14, 2010 Hi,I followed your instructions for the favicon and my slideshow shifted to the left and my top menu disappeared!!This is how it looks; http://www.missmadisonfinelinens.com, I'm using version 1.2.5 and template Black & White.Any ideas on how I can fix this? This is a site I'm creating for my client, so I need this fixed.OOPS!!Any help is appreciated! Link to comment Share on other sites More sharing options...
webby Posted June 14, 2010 Share Posted June 14, 2010 I figured it out. I just replaced the header.tpl in the theme file.Thanks anyways. Maybe this will help someone else. Link to comment Share on other sites More sharing options...
MrBaseball34 Posted June 15, 2010 Share Posted June 15, 2010 Isn't 16X16 a little small for an animated icon? Link to comment Share on other sites More sharing options...
rololo88 Posted February 5, 2011 Share Posted February 5, 2011 Thx for the tips, work fine! Link to comment Share on other sites More sharing options...
mouse1 Posted July 8, 2012 Share Posted July 8, 2012 I am using an old Prestashop version 1.1.0.5. In my case, I first added my icon through the BO (Preferences - Appearance - Favicon). This only made my icon to appear in the header of BO, but my FO was still showing the original Prestashop icon. So I searched for the code to find out what was wrong. I found it in header.tpl in my theme folder and changed the code as follows: <link rel="icon" type="image/vnd.microsoft.icon" href="{$img_ps_dir}favicon.ico" /> <link rel="shortcut icon" type="image/x-icon" href="{$img_ps_dir}favicon.ico" /> to <link rel="icon" type="image/vnd.microsoft.icon" href="{$img_ps_dir}/favicon.ico" /> <link rel="shortcut icon" type="image/x-icon" href="{$img_ps_dir}/favicon.ico" /> Literally, I only added "/" between "{$img_ps_dir}" and "favicon.ico". This solved the problem and my icon is showing in both BO and FO. Hope this helps someone. Have a great day. Jana Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now