I just updated from version 3.8.2 to 3.9.1 and found a bug in the downloaded fil:
gk_storebox_J!25.zip
https://www.gavick.com/download/joomla-25-templates/storebox/gkstoreboxj25-zip.raw
Only changes was I override my files:
- templateDetails.xml
- html/com_virtuemart (directory)
In templateDetails.xml this was cut out, and made my site align left, since I could not set it center in Joomla Back-end under template settings:
- Code: Select all
<!-- Layout settings -->
...
<field name="layout_position" type="list" default="left" label="TPL_GK_LANG_LAYOUT_POSITION" description="TPL_GK_LANG_LAYOUT_POSITION_DESC">
<option value="center">TPL_GK_LANG_CENTER</option>
<option value="left">TPL_GK_LANG_LEFT</option>
</field>
Henrik