- Posts: 6743
- Thank you received: 716
Tabs Feature Crossover
-
dancash
- Topic Author
- Visitor
11 years 5 months ago #30967
by dancash
Tabs Feature Crossover was created by dancash
What would be the easiest way to use the "tabs" feature from the One Page Template in the Churchly Template? It would be very handy!
Thanks!
Thanks!
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
11 years 5 months ago - 11 years 5 months ago #30975
by milos
Replied by milos on topic Tabs Feature Crossover
You should install both templates (hotstart) and then copy features from one to another. jQuery that loads tabs in One Page template is
Beside that, you need content from One Page (it's in County Management page and it modules that contain tabs). You can also copy that from the HTML source of the One Page.
Finally, you need CSS code from One Page (it's in template_css.css and layout.css) which make style the tabs.
Good luck!
Code:
jQuery(document).ready(function(){
// calling tabs
jQuery("#tabs").tabs();
});
Finally, you need CSS code from One Page (it's in template_css.css and layout.css) which make style the tabs.
Good luck!
Last edit: 11 years 5 months ago by milos.
Please Log in to join the conversation.
-
krishankumar
Inactive member - Member
Less
More
- Posts: 27
- Thank you received: 0
11 years 5 months ago #31130
by krishankumar
Replied by krishankumar on topic Pure Tabs - Tabs overflow
Dear Support
I have used pure tabs plugin for articles. The problem is the template expends up to to height of first selected tab.
And if the first tab is of less length than the other tab articles overflow the template.
Is there any solution so that this template adjusts its height as per the article.
Visit the following link to find the problem
especialvacations.com/south-africa/7-day...-cape-town-tour.html
Does HOTTEMPLATES Have a plugin Tabs for articles
Regards
Krishan
I have used pure tabs plugin for articles. The problem is the template expends up to to height of first selected tab.
And if the first tab is of less length than the other tab articles overflow the template.
Is there any solution so that this template adjusts its height as per the article.
Visit the following link to find the problem
especialvacations.com/south-africa/7-day...-cape-town-tour.html
Does HOTTEMPLATES Have a plugin Tabs for articles
Regards
Krishan
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 5 months ago #31144
by ivan.milic
Replied by ivan.milic on topic Pure Tabs - Tabs overflow
For puretabs you have to ask vendor. You use Hot Destinations We use jQuery tabs in some other templates there are part of jQuery UI library, so you can also include jQurey ui ref in head section of index.php of template to use them. Code Milos gave in prev posts is for jquery tabs. (If you include that ref disable jQuery UI in Hot Designation module if you use it)
Please Log in to join the conversation.
-
krishankumar
Inactive member - Member
Less
More
- Posts: 27
- Thank you received: 0
11 years 5 months ago #31149
by krishankumar
Replied by krishankumar on topic Pure Tabs - Tabs overflow
Thanks for your quick reply
Well can you elaborate the explanation as i am not a programmer just a Joomla Fan and working to build my own site with your help
Or Can you suggest me the suitable Tabs & slider which works best with this template.
I tried pure tabs on the default Joomla template it worked fine
Look forward to your reply
Regards
Krishan
Well can you elaborate the explanation as i am not a programmer just a Joomla Fan and working to build my own site with your help
Or Can you suggest me the suitable Tabs & slider which works best with this template.
I tried pure tabs on the default Joomla template it worked fine
Look forward to your reply
Regards
Krishan
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 5 months ago #31152
by ivan.milic
Replied by ivan.milic on topic Pure Tabs - Tabs overflow
You should be able to integrate jquery ui tabs if you are just but skilled. We recomend them becuse there are jquery component and well documented on jquery ui site. Also you can find tons of code samples to custimize them to look like something different.
Please Log in to join the conversation.
Time to create page: 0.079 seconds