Move Tool block and add Banner Block up the menu zone. See image

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Fri Oct 01, 2010 1:12 am
Hi,
I'd like to move the tool block under the cart block and add a new block for adv purphose over the menu zone. Please see attach image.



How can I do that? Thanks for the support

Marturano
User avatar
Fresh Boarder

GK User
Fri Oct 01, 2010 4:01 am
[center]Image[/center]
User avatar
Platinum Boarder

GK User
Fri Oct 01, 2010 8:12 am
Can I have a quote please?
Thank you
Marturano
User avatar
Fresh Boarder

teitbite
Fri Oct 01, 2010 1:41 pm
Hi

Please mail me in private to disscuss the details.
User avatar
Moderator

GK User
Fri Oct 01, 2010 1:59 pm
Thank you but I've redesigned the top header myself with success.

Here is the result



Regards
Marturano
User avatar
Fresh Boarder

GK User
Wed Oct 20, 2010 12:26 pm
Could you please let us know how you solved this issue?

Thanks.
User avatar
Junior Boarder

GK User
Wed Oct 20, 2010 1:27 pm
under loyouts folder
toolbar.php

added
<?php if( $this->countModules('banner1') ): ?>
<div id="banner1">
<jdoc:include type="modules" name="banner1" style="none" />
</div>
<?php endif; ?>
added css style with the module position in template.css

moved in templateDetails.xml
<position>banner1</position>
upper banner2

Some other little code change.

You can look live at:
http://www.djrmrecords.com/site/

Regards
Marturano
User avatar
Fresh Boarder

GK User
Wed Oct 20, 2010 1:36 pm
Thanks
User avatar
Junior Boarder


cron