tiberii Posted March 24, 2014 Share Posted March 24, 2014 Hello how possible i add image in my description on the product? http://prikachi.com/images.php?images/540/7192540C.png http://prikachi.com/images.php?images/541/7192541m.jpg In settings for images I tried make setings png or jpeg but has no effect. Link to comment Share on other sites More sharing options...
tiberii Posted March 25, 2014 Author Share Posted March 25, 2014 Helloo any idea how post picture in description in my product? Link to comment Share on other sites More sharing options...
Avela7 Posted April 15, 2014 Share Posted April 15, 2014 Hello! I have the same problem and I have found a solution that works to me by the moment. When you select add/edit image you can put a URL from another site instead of select a image from Prestashop's File Manager. I do this and I can see the images. Maybe it works for you too. Link to comment Share on other sites More sharing options...
paleoglobe Posted April 26, 2014 Share Posted April 26, 2014 I have the same problem here. The pictures don't show when added to the filemanager. Anyone knows what the problem might be? Christophe Link to comment Share on other sites More sharing options...
Semicka Posted April 26, 2014 Share Posted April 26, 2014 (edited) Hi ! Same problem here, but not solved, even if I try to enter the URL in the file manager. The URL is immediatly replaced by a relative path.Somebody get a workaround ? THanks in advance ! Florian Edited April 26, 2014 by Semicka (see edit history) Link to comment Share on other sites More sharing options...
KaulanaPet Posted July 9, 2014 Share Posted July 9, 2014 (edited) Same issue here... Images within the descriptions get a url write: <img src="%5C" alt="""" /> Why %5C? Happens on all inserted images within description field. It was working fine until the other day. Anybody have any ideas? Also, inserting a video doesn't work either. Edited July 9, 2014 by KaulanaPet (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted July 9, 2014 Share Posted July 9, 2014 go to preferences > general then disable html purifier. Link to comment Share on other sites More sharing options...
vincent89 Posted July 10, 2014 Share Posted July 10, 2014 prestashop 1.6.0.8 I Found the solution without modify anything in the presta files. enable ssl and force the ssl on all pages but uncheck html purifier library (very important). you could enable it after insert the image. then go on CMS (exemple: about us) the image who's already there when you install prestashop work well even in ssl so you have to copy how they wrote the code. <img title="cms-img" src="../img/cms/cms-img.jpg" alt="cms-img" width="370" height="192" /> replace by your name image <img title="your name image" src="../img/cms/your name image.jpg" alt="your name image" width="370" height="192" /> write this way on the little popup window [insert/edit image] right after uploaded and chose the image from your file manager. source ../img/cms/your name image.jpg image description .... dimensions ... Save it and go to enable the html filter purifier if you done to put new images. Now it should work. your image is here and your page is still SSL. ps: you'll have to disable html purifier library every time you need to add a new picture from your file manager otherwise it will appear this famous question mark instead of the image and your page won't be SSL It tooks 2weeks to found that, I hope you'll appreciate this post. That's the most annoying bug on prestashop, I don't even know why the Presta team didn't fix that so far!!!!???? I still have a problem with the homeslider who's disappear when running on Safari, need to refresh the page every time I come back on the home page!!! if somebody have the Solution I'll appreciate to know it thanks vince Link to comment Share on other sites More sharing options...
vekia Posted July 10, 2014 Share Posted July 10, 2014 im affraid that it's not a purifier case purifier clean up code in front office not in back office and as you can see image is affected in back office too. Link to comment Share on other sites More sharing options...
vincent89 Posted July 10, 2014 Share Posted July 10, 2014 (edited) I don't know but when I tried to insert image with the way I found with html purifier "on" it does the code it change that: <img title="cms-img" src="../img/cms/cms-img.jpg" alt="cms-img" width="370" height="192" /> into that: <img title=""cms-img"" src="%5C" alt=""cms-img"" /> it doesn't affect it if we turn the html purifier after done to put our images though??!!! I don't know anything in code also for ssl: changing <img title="cms-img" src="http.. to src="../ resolve it !!! I can't explain but it works Edited July 10, 2014 by vincent89 (see edit history) 1 Link to comment Share on other sites More sharing options...
vincent89 Posted July 10, 2014 Share Posted July 10, 2014 also:< Link to comment Share on other sites More sharing options...
KaulanaPet Posted July 11, 2014 Share Posted July 11, 2014 Thanks for the help guys. Disabling the purifier solved the problem. I'm not planning to use the CMS section right now, so I'll tackle that when I get there. Link to comment Share on other sites More sharing options...
vekia Posted July 12, 2014 Share Posted July 12, 2014 so it's worth to analyse whole process where the purifier is used that's strange im not happy because of this new feature in ps it affects a lot of useful things Link to comment Share on other sites More sharing options...
Recommended Posts