ZikmaSolutions Posted December 12, 2015 Share Posted December 12, 2015 Hello all, i am setting up prestashop 1.6.1.3 on this link: www.tech-corner.co.uk, we are working on default theme. We have problem with category image. We have set subcategory thumbnail images in the backend but are unable to see anything on the front end, can you please tell me how I can fix this... Please look the images... Link to comment Share on other sites More sharing options...
HavanA Posted December 14, 2015 Share Posted December 14, 2015 I have exactly the same issue in 1.6.1.3. These thumbnails only display the picture that you set as "category cover image" --> the system makes a thumbnail of that one. If a picture is set as thumbnail, it won't show. It seems that it is a bug? Link to comment Share on other sites More sharing options...
ZikmaSolutions Posted December 16, 2015 Author Share Posted December 16, 2015 I don't know I have tried everything.. Only one thing ive noticed is in /img/c folder , uploaded images are in this format ID_thumb.jpg . I think, uploaded picture after uploading need to go in some format like medium_default , or small_default ... In backoffice in images section we dont have "Thumb" ....Please some help! This is the problem with 1.6.1.3 !! Link to comment Share on other sites More sharing options...
HavanA Posted December 16, 2015 Share Posted December 16, 2015 On my localhost, these images are located in /img/tmp Now this tmp folder will, I guess, be emptied once in a while. Otherwise I would say to adjust the coding in the category template to make it grab the picture from that tmp-folder?? Who knows how to solve this issue, please? Link to comment Share on other sites More sharing options...
ZikmaSolutions Posted December 16, 2015 Author Share Posted December 16, 2015 I can't believe that nobody using prestashop 1.6.1.3 or what? It's not good to redirect to tmp folder, What is extension of your image? When i right click on sub category image i got this http for image: http://tech-corner.co.uk/c/en-default-medium_default/apple.jpg Link to comment Share on other sites More sharing options...
Il_Magnus Posted December 16, 2015 Share Posted December 16, 2015 Hi guys, I have the same problem! I'm also on 1.6.13 with default theme. I tried in many ways to find a fix without success. In order I did: - delete and creat again .htaccess - disable friendly url - control category.tpl (but I haven't good knowledge on code) - try to upload again the image in different format/name - check the .htaccess rewrite Nothing I looking forward too for a fix!! Thanks in advance Link to comment Share on other sites More sharing options...
HavanA Posted December 17, 2015 Share Posted December 17, 2015 What is extension of your image? This is how it currently looks on my localhost: http://prntscr.com/9f5f8o This is how I expect it to look like: http://prntscr.com/9f5gcb Is there a way we can find out how Presta 1.6.1.3 rewrites the image that we set in "category thumbnail"? If we could find out that, we could adjust the category file (if that picture is rewritten at all)? Link to comment Share on other sites More sharing options...
Il_Magnus Posted December 17, 2015 Share Posted December 17, 2015 This is how it currently looks on my localhost: http://prntscr.com/9f5f8o This is how I expect it to look like: http://prntscr.com/9f5gcb Is there a way we can find out how Presta 1.6.1.3 rewrites the image that we set in "category thumbnail"? If we could find out that, we could adjust the category file (if that picture is rewritten at all)? Checking the source code through the browser seems that there's a bug with rewrite function but, honestly, I don't have the knowledge to understand why and where. The source link structure of the subcategory images looks different - imho - from the others. Link to comment Share on other sites More sharing options...
ZikmaSolutions Posted December 17, 2015 Author Share Posted December 17, 2015 Any option to downgrade prestashop to lower version? I don't know what to do with this issue... We need prestashop developers to answer... Link to comment Share on other sites More sharing options...
Il_Magnus Posted December 18, 2015 Share Posted December 18, 2015 No news? No one who can help us?! Link to comment Share on other sites More sharing options...
ZikmaSolutions Posted December 25, 2015 Author Share Posted December 25, 2015 Bump Bump Bump! Please someone help! 1 Link to comment Share on other sites More sharing options...
ZikmaSolutions Posted January 2, 2016 Author Share Posted January 2, 2016 Happy New Year all !!! I wish you to solve this prestashop 1.6.1.3 bug this year... Link to comment Share on other sites More sharing options...
shacker Posted January 2, 2016 Share Posted January 2, 2016 you have 2 typer of images. the thumb images are for the menu, you need to use the normal images for the categories list Link to comment Share on other sites More sharing options...
ZikmaSolutions Posted January 10, 2016 Author Share Posted January 10, 2016 (edited) THanks for anwser @shacker , can u explain how to do that. I am changing image of category in category options... look image pls: http://prntscr.com/9oegpk Edited January 10, 2016 by ZikmaSolutions (see edit history) Link to comment Share on other sites More sharing options...
shacker Posted January 11, 2016 Share Posted January 11, 2016 if you set in category cover dont work? Link to comment Share on other sites More sharing options...
HavanA Posted January 11, 2016 Share Posted January 11, 2016 if you set a category cover image, that one will be displayed as thumbnail as well. But the thumbnail image that you set never displays. Link to comment Share on other sites More sharing options...
monova Posted January 13, 2016 Share Posted January 13, 2016 having the same problem, can't find anything on internet about this, only question, no answers did you guys found out how to do it? Link to comment Share on other sites More sharing options...
monova Posted January 13, 2016 Share Posted January 13, 2016 <img class="img-responsive" src="{$img_cat_dir}{$subcategory.id_image}_thumb.jpg" alt="{$subcategory.name|escape:'html':'UTF-8'}" /> Link to comment Share on other sites More sharing options...
glinkmantechnology Posted January 15, 2016 Share Posted January 15, 2016 Any update on this, its a bit of an annoyance Link to comment Share on other sites More sharing options...
monova Posted January 20, 2016 Share Posted January 20, 2016 Any update on this, its a bit of an annoyance If you look up youțll find the answer. Btw, first you upload the banner, save and only after that you edit again the category and add the thumbnail. Working 100%. Link to comment Share on other sites More sharing options...
ZikmaSolutions Posted March 30, 2016 Author Share Posted March 30, 2016 If you look up youțll find the answer. Btw, first you upload the banner, save and only after that you edit again the category and add the thumbnail. Working 100%. Can you tell me what you mean when u say banner , did you mean on cover photo or what? Link to comment Share on other sites More sharing options...
wmh90 Posted April 25, 2016 Share Posted April 25, 2016 I opened another topic with exactly the same problem. When I upload the category or sub-category image, it shows ok in the backoffice, but when I open the category on front office, it shows the "No image available" image. Checking the url from that wrong image, it is looking in a folder that doesn't even exists. If I regenerate the images, the backoffice images are gone and in ftp too. This must be some core bug, and persists as my version is 1.6.1.4 I'm only with this issue to put my store online Link to comment Share on other sites More sharing options...
wmh90 Posted April 25, 2016 Share Posted April 25, 2016 I may have found the solution that everyone is seeking! Please take a look: https://www.prestashop.com/forums/topic/522914-ps-1614-category-images-fo-and-bo-problem/?p=2309667 1 Link to comment Share on other sites More sharing options...
HavanA Posted April 25, 2016 Share Posted April 25, 2016 Thanks wmh90 for posting this! I have not tried it yet, but I will for sure give it a go on my store later. Link to comment Share on other sites More sharing options...
ZikmaSolutions Posted April 27, 2016 Author Share Posted April 27, 2016 @HavanA did you tried @wmh90's solution? Link to comment Share on other sites More sharing options...
wmh90 Posted May 19, 2016 Share Posted May 19, 2016 ZikmaSolutions, did it worked for you? I'm pretty sure it may fix your problem 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