deyell 0 Posted January 9, 2011 Posted January 9, 2011 I have tried to upload my logo in various formats and while it looks nice and clear in the raw file before I upload, once I upload to Prestashop it goes all fuzzy and looks gross, colour goes weird etc. Any help please? Cheers. Share this post Link to post Share on other sites
rocky 956 Posted January 9, 2011 Posted January 9, 2011 PrestaShop converts whatever image you upload into a JPEG file. What format is the file you are uploading? If it is a JPEG, you can upload it using FTP to img/logo.jpg to prevent it being recompressed by PrestaShop. If it is a different format, upload it to img/logo.png or whatever format it is, then change the link on line 47 of header.tpl in your theme's directory from: <a href="{$base_dir}" title="{$shop_name|escape:'htmlall':'UTF-8'}"><img src="{$img_ps_dir}logo.jpg" alt="{$shop_name|escape:'htmlall':'UTF-8'}" /> to: <a href="{$base_dir}" title="{$shop_name|escape:'htmlall':'UTF-8'}"><img src="{$img_ps_dir}logo.png" alt="{$shop_name|escape:'htmlall':'UTF-8'}" /> Share this post Link to post Share on other sites
Steffen 6 Posted February 21, 2011 Posted February 21, 2011 Rocky Rocks! This helped me a great deal too - I struggled with noise and blur for about an hour before seeking the answer in the forums.Thanks Share this post Link to post Share on other sites
malejax@hotmail.com 1 Posted January 14 Posted January 14 @rocky I need help with the same thing. I uploaded a logo, I’ve tried everything and I don’t know how to fix it. The format I have is JPEG and it looks pixelated, 1 Share this post Link to post Share on other sites
Prestachamps 179 Posted January 14 Posted January 14 Hi, You shoult try to re-save it as.jpg with any image editing software and upload the jpg image. Let me know if that fixes it. Kind regards, Leo Share this post Link to post Share on other sites
bnadauld 10 Posted February 9 Posted February 9 On 1/15/2021 at 4:03 AM, Prestachamps said: Hi, You shoult try to re-save it as.jpg with any image editing software and upload the jpg image. Let me know if that fixes it. Kind regards, Leo Im not sure what to change. There's only 2 files in my themes / img directory that look like my logo - called 'myshop-logo-1487468201.jpg' & 'prestashop@2x.png' My logo is coming out blurry and small on mobile devices Share this post Link to post Share on other sites
Prestachamps 179 Posted February 10 Posted February 10 Hi, can you send me the URL of the logo image so I can have a look at it quickly? Also you could re-save the image using for example this online tool, then re-upload it to the shop Logo (here you have preview on how it will look after optimizing the quality): https://ezgif.com/optijpeg Kind regards, Leo 1 Share this post Link to post Share on other sites
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