Home Forums WoodMart support forum Plugin Translator Revolution Reply To: Plugin Translator Revolution

#354999

Pila Stone
Participant

I don’t get along with this guide: Place an empty HTML container with a unique ID, for example:
<div id=”translator_desktop”></div>
Then use in:
Advanced Settings > General > Location > Custom > Custom Location (jQuery) :
#translator_desktop
If the location for desktop and mobile is different, you should also place:
<div id=”translator_mobile”></div>
Then use in:
Advanced Settings > General > Location > Custom > Custom Location (jQuery) :
#translator_desktop:visible, #translator_mobile

Can you describe a step-by-step procedure in detail? Where do I have to set/enter something?