I have enabled allow user to change styles in vb options, but when visiting my site via mobile, it does not show the drop down style chooser. There are 10 color variation styles I'm using. They have to click full site link to go back and choose the different mobile skin option.
How can I add this in the footer area?
I tried adding below in footer before last </div> doesn't work
Quote:
<vb:if condition="$show['quickchooser']">
<select name="styleid" onchange="switch_id(this, 'style')">
<optgroup label="{vb:rawphrase quick_style_chooser}">
{vb:raw quickchooserbits}
</optgroup>
</select>
</vb:if>
|