Jump to content

[SOLVED] Themeconfigurator, prestashop 1.6.0.6, html box?


Recommended Posts

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 by Guid (see edit history)
Link to comment
Share on other sites

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

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

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.

  • Like 2
Link to comment
Share on other sites

×
×
  • Create New...