|
Recreating the styling you can see on the sub pages is relatively simple and essentially hinges on the published state of the left and advert1 module positions.Here is a quick break down on how we have gone about it for the demo.
- Ensure that you have a module published to the left position and that you do not have any modules published to Advert1.
- The menu on the left is using a copy of the extended menu module (the same module used for the superfish menu you see at the top.) Set the menu to flat list and set expand menu to yes to achieve this layout.
- The Virtuemart carousel is only published to the Home menu item - this means that it will not publish on any of the sub pages.
- In order to recreate the support girl layout that you see at the top of the sub pages - thats where the phone number is - you need to apply some html to a custom module.The code we used for the support girl is pasted below.
<p class="phone"><img style="float: right; margin-left: 10px" src="/images/stories/phone_girl.gif" alt="Phone Girl" title="d" width="117" height="60" /><span class="phone">01800 123 456</span> <br />Feel free to call our support for more information.</p> |