-
AuthorPosts
-
December 23, 2011 at 12:02 am #172069
Hello,
I have 2 Issues with jatabs.
Issue #1:
If i use jatabs as a module, the design looks different as when i use jatabs as a plugin in an article (the same settings and styles).
You can see the differences here (The first one is the Module and the second on on the same page is the plugin. Both are using the method for listing articles and both are using tab-style: default and pretty much every other setting aswell):http://devel-1.5.24.wirtshaus-buchholz.de/index.php/essen-und-trinken/speisen-und-getraenke/getraenke
This is the code for my jatabs plugin through article:
{jatabs type='articles' ids='81,82,83,84,85' style=default view='fulltext' position='top' widthTabs=150 heightTabs=30 width='auto' height='auto' mousetype='click' animType='animMoveHor' skipAnim='false' duration=500 }{/jatabs}
And this from the Module-Settings:
Issue #2:
I am quite happy tho with the layout of the jatabs when i am using it as a plugin in articles as you can see at the bottom of the page of the link above. But i tried to replace the color of the tabs itself. So i went to:<webserver>pluginscontentja_tabsthemesdefaultstyle.css
and replaced everything from:#F5F5F5
to:#EEEFFB
The Result is, that nothing has happened. Neither on the module jatabs nor the plugin jatabs on my:
http://devel-1.5.24.wirtshaus-buchholz.de/index.php/essen-und-trinken/speisen-und-getraenke/getraenke
Any help on this one would be really appreciated, Thanks!
December 23, 2011 at 1:04 am #430930Found a solution for Issue #2.
Changed the code in style.css for section /* JA Tabs top*/ into:
/* JA Tabs top*/
.default .ja-tabs-title-top {
height: 30px;
border-bottom: 1px solid #CBD0E2;
position: relative;
width: 100%;
}.default .ja-tabs-title-top ul.ja-tabs-title li {
background: #ECEFF9;
border: 1px solid #CBD0E2;
margin-left: 5px;
}.default .ja-tabs-title-top ul.ja-tabs-title li h3 {
font-size: 100%;
font-weight: bold !important;
line-height: 28px;
margin: 0;
padding: 0 10px;
border: 1px solid #ECEFF9;
color: #273457;
border-bottom: none;
}.default .ja-tabs-title-top ul.ja-tabs-title li.hover,.default .ja-tabs-title-top ul.ja-tabs-title li.firsthover,.default .ja-tabs-title-top ul.ja-tabs-title li.lasthover
{}
.default .ja-tabs-title-top ul.ja-tabs-title li.active,.default .ja-tabs-title-top ul.ja-tabs-title li.firstactive,.default .ja-tabs-title-top ul.ja-tabs-title li.lastactive
{
background: #CBD0E2;
border-bottom: 1px solid #FFFFFF;
}.default .ja-tabs-title-top ul li.active h3,.default .ja-tabs-title-top ul li.firstactive h3,.default .ja-tabs-title-top ul li.lastactive h3
{
color: #ECEFF9;
}
But I still need help on Issue #1.
Thanks in advance!
n6rej Friendn6rej
- Join date:
- November 2006
- Posts:
- 1040
- Downloads:
- 0
- Uploads:
- 63
- Thanks:
- 79
- Thanked:
- 145 times in 90 posts
December 28, 2011 at 2:51 am #431507please update your JA software.
December 28, 2011 at 2:00 pm #431575Alright,
so i went to my Joomla Installation and updated ALL JA Modules/Plugins/Templates etc.
Everything used from Joomlart is now up to date, But the problem still persists!Any further suggestions about this?
Thanks Ralph.
n6rej Friendn6rej
- Join date:
- November 2006
- Posts:
- 1040
- Downloads:
- 0
- Uploads:
- 63
- Thanks:
- 79
- Thanked:
- 145 times in 90 posts
December 28, 2011 at 11:49 pm #431682add a suffix or custom id and then remove the background image. like this.
.default .ja-tabs-title-top ul.ja-tabs-title li h3 {
background-image:none;
}
I would recommend you do this via your custom theme / .css so that its not gone when you update.
this http://www.youtube.com/watch?v=7U_m_PV1AUE will give you a general idea but the wiki has more infoDecember 29, 2011 at 10:10 pm #431827Hi,
thanks for replying. The thing is, i WANT to show up the tabs with background image and not without. and the css tells me that the image should show up, but it doesn’t. This behavior appears only when i use ja_tabs as a plugin command like i do in my article. When i use it as a module, the styling is just fine.
n6rej Friendn6rej
- Join date:
- November 2006
- Posts:
- 1040
- Downloads:
- 0
- Uploads:
- 63
- Thanks:
- 79
- Thanked:
- 145 times in 90 posts
December 30, 2011 at 3:27 am #431855I’ve escalated this to a ticket for you so we can have the dev’s take a look. The background image I removed was only for the squiggly which is what I thought you wanted.. perhaps a screenshot with annotation would help.
n6rej Friendn6rej
- Join date:
- November 2006
- Posts:
- 1040
- Downloads:
- 0
- Uploads:
- 63
- Thanks:
- 79
- Thanked:
- 145 times in 90 posts
December 30, 2011 at 2:51 pm #431906Hi,
thanks for your replies. Here is a screenshot which should clearly show what i mean:
You can see the behavior live over here:
http://devel-1.5.24.wirtshaus-buchholz.de/index.php/essen-und-trinken/speisen-und-getraenke/getraenkeIn my first post there is a screenshot which is showing the setting for the module.
Here are the settings from the plugin:Thanks for your help so far, i hope the information are helpful for checking out whats goin’ on.
Ralph
-
n6rej Friend
n6rej
- Join date:
- November 2006
- Posts:
- 1040
- Downloads:
- 0
- Uploads:
- 63
- Thanks:
- 79
- Thanked:
- 145 times in 90 posts
January 2, 2012 at 4:32 am #432115I’ve sent all this in, we just need to wait for them now.
January 3, 2012 at 1:44 pm #432286Alright,
thank you for your help so far.
Regards,
Ralphn6rej Friendn6rej
- Join date:
- November 2006
- Posts:
- 1040
- Downloads:
- 0
- Uploads:
- 63
- Thanks:
- 79
- Thanked:
- 145 times in 90 posts
January 6, 2012 at 1:23 am #432712The layout of the tabs in a module look different than it in an article because there is a little styles in the template.css file that affected the tabs under module but not in a article, the styles are
div.ja-moduletable h3, div.moduletable h3 {
background: url(“../images/h3-bg.png”) no-repeat scroll center bottom transparent;
color: #555555;
font-size: 120%;
font-weight: normal;
padding: 10px 0 25px !important;
text-align: center;
text-transform: uppercase;}
you can try as following to get them display the same
open the file plugins/content/ja_tabs/themes/default/style.css and add this css
div.ja-moduletable h3, div.moduletable h3 {
background: none !important;
padding: none !important; text-align: center;
text-transform: lowercase !important;}
i hope it help !January 11, 2012 at 12:47 am #433343Hi,
that css code did not help. The only thing which has changed are the images of the tabs from the module. They just disappeared, and the tabs in the article are still looking the same like before.
I think I am fine so far with the look of the tabs without the images, but it would have been nice to have an idea of how to change that.
Thanks and regards,
Ralph -
AuthorPosts
Viewing 13 posts - 1 through 13 (of 13 total)This topic contains 13 replies, has 2 voices, and was last updated by rattles 12 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum