-
AuthorPosts
-
October 2, 2009 at 1:35 pm #144802
I’ve been trying to find a way to customize JA Tabs and from reading these posts it sounds like there isnt’ a CSS file for the module?
I’m still new to all of this, so would appreciate any explanation of where you find the module class suffixes and what they mean.
Basically, he’s what I’d like to do.
I’m using the opal template but prefer the tabs from Cooper. I found in the advance settings how to choose them, but would like to be able to change the color of the tabs from maroon to blue and the background of the module from black to white.
Thanks in advance for your help
Css Magician FriendCss Magician
- Join date:
- October 2014
- Posts:
- 741
- Downloads:
- 43
- Uploads:
- 53
- Thanks:
- 114
- Thanked:
- 366 times in 263 posts
November 6, 2009 at 10:16 am #322766Dear torenewa,
I am terribly sorry for my delay.
Please edit lines 13 in file plugins/content/ja_tabs/themes/cooper/style.css as follow:
.cooper .container {
background: #FFFFFF;
}
and edit lines 67 as follow:
.cooper .ja-tabs-title-top ul.ja-tabs-title li.active, .cooper .ja-tabs-title-top ul.ja-tabs-title li.firstactive, .cooper .ja-tabs-title-top ul.ja-tabs-title li.lastactive {
background: #0C3D70;
}
November 9, 2009 at 5:42 pm #323050<em>@torenewa 147311 wrote:</em><blockquote>I’ve been trying to find a way to customize JA Tabs and from reading these posts it sounds like there isnt’ a CSS file for the module?
I’m still new to all of this, so would appreciate any explanation of where you find the module class suffixes and what they mean.
Basically, he’s what I’d like to do.
I’m using the opal template but prefer the tabs from Cooper. I found in the advance settings how to choose them, but would like to be able to change the color of the tabs from maroon to blue and the background of the module from black to white.
Thanks in advance for your help</blockquote>
Thank you. That’s just what I was looking for.One last question on this. How do I set up a css rule to control the links in the tabbed module? Currently if I change the links in the articles it changes this one as well.
May 17, 2010 at 3:22 am #343777I have JA Tabs set up and I can make changes to the configuration, but I can’t get it to work like in the demo ( JA Iolite).
I have it set up by Article Category ID, but I can’t get it to automatically transition after a given amount of time. In fact I do not even see the option to do that? Need help.
I’ve got the plugin and module installed. I am using the configuration in the JA Tab module parameters.
Anyone?:confused:
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 19, 2010 at 7:26 am #343994Dear tvector!
Did you choose theme for the Tabs? you choose a theme inside the advanced parameters of module if you use the ja tabs module. if you use the tab inside the content of article, you choose a theme via a configuration of the plugin
Pls give me the link to your site ,if the problem is not fixed
Thanks
madeline63 Friendmadeline63
- Join date:
- January 2010
- Posts:
- 92
- Downloads:
- 0
- Uploads:
- 30
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
July 2, 2010 at 7:40 am #348788hi,
ja tabs module title is always showing uppercase, i want to change to capitalize.
when i look around the css file of ja tabs, i do not see any portion can be change.or do there have any methods to change all the module title to capitalize, instead of change it one by one.
any idea?
thanks
uniquebiz Frienduniquebiz
- Join date:
- February 2010
- Posts:
- 596
- Downloads:
- 0
- Uploads:
- 40
- Thanks:
- 33
- Thanked:
- 156 times in 119 posts
July 2, 2010 at 9:00 am #348804HI Madeline
I cannot be sure what template or version of JA tabs you are using, so there may be a number of variables involved. Please make a backup copy of the file before you edit. I have used the file from Teline 3 as the example code, because you said in another post you used Teline III.TRY editing this line of code in this file and test, it may not be the one you’re after or it may be, I cannot test it to be sure.
Line 309 of the ja_tabs.php file found in the pluginscontent folder of your installation
if(!defined(“JAMOOTAB_HEADTAG_”.strtoupper($params[‘style’]))){
$headtag[] = ‘<link rel=”stylesheet” href=”‘.JURI::base().’plugins/content/ja_tabs/themes/’.$params[‘style’].’/style.css” type=”text/css” media=”screen”/>’;
$mainframe->addCustomHeadTag(implode(“n”, $headtag));
define(“JAMOOTAB_HEADTAG_”.strtoupper($params[‘style’]), true);Change the text to strtolower
Hope this assists you
Blessings Shannonmadeline63 Friendmadeline63
- Join date:
- January 2010
- Posts:
- 92
- Downloads:
- 0
- Uploads:
- 30
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
July 13, 2010 at 2:57 am #349734hi uniquebiz,
thanks for your quick reply, i will try the method which u provide later.
and i found the portion can be modified if want to change it one by one,
it is under pluginscontentja_tabsthemes . the themes which is using^^
July 15, 2010 at 8:34 am #349985Thank you very much, i also got this problem ^^
_____________________________________________________________________________________________
http://softwareoutsourcing.biz -
AuthorPosts
This topic contains 9 replies, has 7 voices, and was last updated by andykim 14 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum