Virtuemart

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Tue Oct 12, 2010 8:28 am
Hi all,

I have a problem in Virtuemart on the product page.

The tabs do not "scroll", which javascript should I check? Or is it css/addons.css to check?

Also "view more images" is not showing up, is this done with K2?

Please let me know.


This is the product page of the template demo install: http://demo.gavick.com/joomla15/may2010 ... Itemid=204
User avatar
Junior Boarder

GK User
Tue Oct 12, 2010 8:41 pm
Help would be much appreciated to get the template properly according to the demo pages...

I saw even the <div class="thumbnailListContainer" is missing on the productpage. This regarding to the "view more images" feature.


This is the code in flypage.tpl which does not show up:


<?php if( !empty($images)) { ?>
<div class="thumbnailListContainer">
<h5><?php echo $VM_LANG->_('PHPSHOP_MORE_IMAGES') ?></h5>
<?php

echo $this->vmListAdditionalImages( $product_id, $images );

?>
</div>
<?php } ?>
User avatar
Junior Boarder

GK User
Tue Oct 12, 2010 9:04 pm
Adding addons.css >>


/*safe hide*/

.gk_unvisible{ height:1px!important; left:-10000px!important; overflow:hidden!important; position:absolute!important; top:auto!important; width:1px!important; }

Takes tab 2 and 3 away. However i can still not rotate them.
User avatar
Junior Boarder

teitbite
Wed Oct 13, 2010 3:31 pm
Hi

Please show me this page.
User avatar
Moderator

GK User
Wed Oct 13, 2010 3:32 pm
Hope this helps: http://www.7daydesign.nl/
User avatar
Junior Boarder

teitbite
Thu Oct 14, 2010 2:57 pm
Hi

Unfortunately it's a javascript problem I believe. Your template is using so many javascript that probably somewhere the params for gk_tabs has been overwritten.

Please unpublish module/plugin one after the other till tabs starts to move, than You will know which extencion is making this conflict.
User avatar
Moderator

GK User
Tue Oct 19, 2010 1:47 pm
Still not solved, could you also indicate which javascript is required for the tabs to move?
User avatar
Junior Boarder

GK User
Tue Oct 19, 2010 1:57 pm
Hi

I'm sorry but i don't understand... you are using a 3th party template, with our GK VM files?!?! :blink:
Anyway... tabs might not work because they don't have JavaScript support.
User avatar
Platinum Boarder

GK User
Tue Oct 19, 2010 2:01 pm
We are actually testing with both, but can't get the mystore to work.
User avatar
Junior Boarder

GK User
Tue Oct 19, 2010 2:03 pm
We only can check it with our template selected.
Tabs have javascript support, or else they will not work.
Script fragment is placed on gk_script.js file, but if it doesn't work also with mystore template, most probably is in conflict with 3th party script... but again, we need to see it with js support running.
User avatar
Platinum Boarder

GK User
Fri Nov 05, 2010 3:28 pm
The gk_script.js file is now included in the template...

Any suggestions?

It all works just fine in the gavick template, however i can't get it to work in the current template.
User avatar
Junior Boarder

teitbite
Sat Nov 06, 2010 4:42 pm
[center]Image[/center]

Hi

You cannot move the VM functionality from our template to another. Both may have diffrent class names or the path to the files can be diffrent. That doesn't have to be a js conflict but most probably the diffrent structure of the template.
User avatar
Moderator

GK User
Tue Nov 09, 2010 9:46 am
Fixed the problem, thanks for the help!


Your tips about classes, path and structure solved the problem. Also the javascripts have to be included in the right order!!!!

So it is possible to move VM functionality from template to template... ;)
User avatar
Junior Boarder


cron