- Posts: 13
- Thank you received: 0
Integrate Magic Tabs into Template
-
jdg87
Inactive member - Topic Author
- New Member
Less
More
12 years 10 months ago - 12 years 10 months ago #14864
by jdg87
Integrate Magic Tabs into Template was created by jdg87
Hi. I want to add some extra tabs into my flypage to include "specifications, reviews, features, etc). This can be done with MAGIC TABS plugin. Does anyone know how to integrate this into the eCommerce template flypage?
Last edit: 12 years 10 months ago by jdg87.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 10 months ago #14893
by ivan.milic
Replied by ivan.milic on topic Re: Integrate Magic Tabs into Template
In templates\hot_ecommerce\html\com_virtuemart\productdetails\default.php
you will see:
<div id="product-tabs">....
you will notice that
<ul class="nav">... contains titles and <div class="list-wrap">... content containers. So you need to add title for tab, and tab content.
you will see:
<div id="product-tabs">....
you will notice that
<ul class="nav">... contains titles and <div class="list-wrap">... content containers. So you need to add title for tab, and tab content.
Please Log in to join the conversation.
-
jdg87
Inactive member - Topic Author
- New Member
Less
More
- Posts: 13
- Thank you received: 0
12 years 10 months ago #14907
by jdg87
Replied by jdg87 on topic Re: Integrate Magic Tabs into Template
Thank you Ivan, I now got the tab showing but what should I input for <a href="" class="">.
Coul you pleae give me a more detailed explanation? please take a look at my site
www DOT intecsec DOT com/index.php?page=shop.product_details&flypage=flypage.tpl&product_id=48&category_id=9&option=com_virtuemart&Itemid=136
Thanks for the help
Coul you pleae give me a more detailed explanation? please take a look at my site
www DOT intecsec DOT com/index.php?page=shop.product_details&flypage=flypage.tpl&product_id=48&category_id=9&option=com_virtuemart&Itemid=136
Thanks for the help
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 10 months ago - 12 years 10 months ago #14912
by ivan.milic
Replied by ivan.milic on topic Re: Integrate Magic Tabs into Template
for class you can define new one or use class from one of existing two items.
if <a href="#something1"
then id of ul used as content container should be:
<ul id="something1"
if <a href="#something1"
then id of ul used as content container should be:
<ul id="something1"
Last edit: 12 years 10 months ago by ivan.milic.
Please Log in to join the conversation.
-
jdg87
Inactive member - Topic Author
- New Member
Less
More
- Posts: 13
- Thank you received: 0
12 years 10 months ago #14921
by jdg87
Replied by jdg87 on topic Re: Integrate Magic Tabs into Template
Hey Ivan,
one question, i did not find templates\hot_ecommerce\html\com_virtuemart\productdetails\default.php
instead i found /components/com_virtuemart/themes/hot_ecommerce/templates/product_details/flypage.tpl.php
Is this the correct fyle to edit? On my VM settings i have selected flypage.tpl.php as the FLYPAGE.
also another question, this might be a dumb question but does the Magictabs plugin have to do anything with this or this is a separate solution to add the extra tabs?
one question, i did not find templates\hot_ecommerce\html\com_virtuemart\productdetails\default.php
instead i found /components/com_virtuemart/themes/hot_ecommerce/templates/product_details/flypage.tpl.php
Is this the correct fyle to edit? On my VM settings i have selected flypage.tpl.php as the FLYPAGE.
also another question, this might be a dumb question but does the Magictabs plugin have to do anything with this or this is a separate solution to add the extra tabs?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 10 months ago - 12 years 10 months ago #14944
by ivan.milic
Replied by ivan.milic on topic Re: Integrate Magic Tabs into Template
Yes I told you path for vm2.0 you have older version. Magic tabs is jQuery widget. It will work no mater you have 2 or 3 or 5 tabs, it will make it.
Last edit: 12 years 10 months ago by ivan.milic.
Please Log in to join the conversation.
Time to create page: 0.175 seconds