Running: Artisteer 3.1.0, Joomla 2,5,1, HikaShop Starter 1.5.6
I am having problems getting the HikaShop module to render correctly. It should appear as a vertical menu.
I have it set up as follows:
- HikaShop Module 'HikaShop Options'
- 'Type of layout' = 'List'
- 'UL class name' = ' art-vmenu'
The result looks like this:
The top module shown is a vertical menu, rendered properly. Below it is the HikaShop module rendered incorrectly. Looking at the HTML and CSS, it seems that the HikaShop module is being displayed in the sidebar as both a Vertical Menu and a Content Module.
In the HTML line of code:
<div class="art-box-body art-blockcontent-body">
If the class name 'art-blockcontent-body' is removed (with Firebug) the module is rendered correctly.
I am looking for a fix or workaround for this issue.
~ranwaldo