Guid Posted April 24, 2014 Share Posted April 24, 2014 (edited) Hello everyone! About the themeconfigurator (prestashop 1.6.0.6), how can i insert text on html box? When I write something like <p> my text </p> inside the html box but nothing show up!? I would like to write someyhing above the images.... Any help is welcome! Thanks a lot! Edited July 14, 2014 by Guid (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted April 25, 2014 Share Posted April 25, 2014 Is it being saved in the back office? Also, are you using multiple languages? If so, make sure you add it for all of them in the theme configuration 1 Link to comment Share on other sites More sharing options...
Guid Posted April 27, 2014 Author Share Posted April 27, 2014 Is it being saved in the back office? Also, are you using multiple languages? If so, make sure you add it for all of them in the theme configuration Hi Nemo1! Thanks a lot! I answer to yours in case that may help somebody else... "Is it being saved in the back office?" YES "Also, are you using multiple languages?" YES, so i need to write the html text for the multiple languages... and save. "If so, make sure you add it for all of them in the theme configuration"... well i didn't... my mistake, now i just did and all seems ok! Thanks Nemo1 and all Prestahop forum helpers! Good week end! Link to comment Share on other sites More sharing options...
Guid Posted April 27, 2014 Author Share Posted April 27, 2014 Is it being saved in the back office? Also, are you using multiple languages? If so, make sure you add it for all of them in the theme configuration Hi again Nemo1! By the way could tell me - How i could place text over an image using themeconfigurator html box? I mean wich code should i place into the themeconfigurator html box for it appears on the image chosen... Thanks! Link to comment Share on other sites More sharing options...
vekia Posted April 27, 2014 Share Posted April 27, 2014 you can use code like: <img src="http://urlto.your.image.com/image.jpg" /> with this code you will be able to display any image you want. your image must be online. you can upload it with tinymce rich text editor. 2 Link to comment Share on other sites More sharing options...
Recommended Posts