-
AuthorPosts
-
dieudonne Friend
dieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
November 29, 2011 at 9:34 am #171224Hello,
we have a new problem with JA tabs in JA Teline IV.
Now this is the display in Internet Explorer 8.0.7601…
See screenshot in attachement for more understanding.
What can we do to fix this ?
Thank in advance.
gray Friendgray
- Join date:
- October 2009
- Posts:
- 957
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 28
- Thanked:
- 292 times in 230 posts
November 29, 2011 at 10:02 am #427093It’s funny, but in my case (site http://www.zerno.org.ua) tabs are shown correctly even in IE6.
Do you see any JS errors (look at the bottom tab of IE)?
Also, can you check the site I gave above with your browser? If tabs are shown OK, it could be a JS conflict on your site.dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
November 29, 2011 at 10:07 am #427095Hello,
no problem with the website zerno.
and we dont see any error in the bottom of IE (see screenshot)
http://www.campagnes-cire.be/test/
gray Friendgray
- Join date:
- October 2009
- Posts:
- 957
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 28
- Thanked:
- 292 times in 230 posts
November 29, 2011 at 10:25 am #427103It’s a CSS issue.
Open /test/plugins/system/jat3/jat3/base-themes/default/css/addons.css
findul { list-style: none; }
replace with
ul {
list-style-image: none;
list-style-type: none;
}dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
November 29, 2011 at 12:45 pm #427133Hello,
we changed the code (addons.css in /plugins/system/jat3/jat3/base-themes/default/css), but it’s still the same problem.
Do you have a other idea ?
Thank in advance
gray Friendgray
- Join date:
- October 2009
- Posts:
- 957
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 28
- Thanked:
- 292 times in 230 posts
November 29, 2011 at 1:28 pm #427141Ok. Let’s be more specific.
Remove the code added before, open /css/template.css from Teline IV folder and add to the bottomul.ja-tabs-title {
list-style-image: none!important;
list-style-type: none!important;
}PS. Clean the cache (both T3 framework plugin and Joomla core or switch on “Development mode” in template configs) – I couldn’t find the new CSS style code on your site.
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
November 29, 2011 at 2:48 pm #427156Hello,
all caches are clean, and the template is on “development mode” and optimize css and js are set to No.
I removed the code placed before and put the original.
I made your modification at the end of the template.css.But sorry nothing changes…
PS: I’m working with Joomla 1.7.3
gray Friendgray
- Join date:
- October 2009
- Posts:
- 957
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 28
- Thanked:
- 292 times in 230 posts
November 29, 2011 at 3:05 pm #427158The new style is still not applicable to site (as far as I can see with Opera Development Tools).
Undo all previous changes, open
/plugins/system/jatabs/jatabs/themes/teline_iv/style.css
find.teline_iv .container .ja-tabs-title-top ul.ja-tabs-title {
height: 26px;
top: -5px;
left: 0;
margin: 0;
padding: 0;
position: absolute;
}replace with
.teline_iv .container .ja-tabs-title-top ul.ja-tabs-title {
height: 26px;
top: -5px;
left: 0;
margin: 0;
padding: 0;
position: absolute;
list-style-type: none!important;
list-style-type: none!important;
}and check with FireBug or Dev Tools in Opera or Chrome, that those 2 last lines are applicable to the style.
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
November 29, 2011 at 3:22 pm #427161Sorry, it is not working.
But I think the modified file is right loaded. See screenshot.
I use FireBug in Firefox.
gray Friendgray
- Join date:
- October 2009
- Posts:
- 957
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 28
- Thanked:
- 292 times in 230 posts
November 29, 2011 at 4:00 pm #427166hm…. it means that CSS list-style-type is either not passed to the tabs, or it’s messed up with other styles.
as IE does not provide any development tools (besides IE9), I’d recommend to disable temporarily one-by-one modules published on the right side (col-mass-top, if not mistaken) and checking after every step (disabling) how the tabs module looks like.
also try disabling the ja pro news.
the module works Ok on my site, even in IE6, it means the problem comes from other add-ons.PS. I’m running J1.7.3 with teline iv 1.2.0, framework 1.3.5 and ja tabs 1.1.0
gray Friendgray
- Join date:
- October 2009
- Posts:
- 957
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 28
- Thanked:
- 292 times in 230 posts
November 29, 2011 at 4:13 pm #427169As I can see from this your post tabs worked before. What have been changed since that time?
November 29, 2011 at 4:16 pm #427171<em>@dieudonne 285823 wrote:</em><blockquote>Hello,
we have a new problem with JA tabs in JA Teline IV.
Now this is the display in Internet Explorer 8.0.7601…
See screenshot in attachement for more understanding.
What can we do to fix this ?
Thank in advance.</blockquote>
Hallo,
i have exactly the same problem in http://www.all4beer.com/a4bnew
Thanks in advance for ASAP solution.n6rej Friendn6rej
- Join date:
- November 2006
- Posts:
- 1040
- Downloads:
- 0
- Uploads:
- 63
- Thanks:
- 79
- Thanked:
- 145 times in 90 posts
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
November 30, 2011 at 3:45 pm #427346<em>@gray 285919 wrote:</em><blockquote>hm…. it means that CSS list-style-type is either not passed to the tabs, or it’s messed up with other styles.
as IE does not provide any development tools (besides IE9), I’d recommend to disable temporarily one-by-one modules published on the right side (col-mass-top, if not mistaken) and checking after every step (disabling) how the tabs module looks like.
also try disabling the ja pro news.
the module works Ok on my site, even in IE6, it means the problem comes from other add-ons.PS. I’m running J1.7.3 with teline iv 1.2.0, framework 1.3.5 and ja tabs 1.1.0</blockquote>
I made a rollback to the framework version 1.3.5 (and 1.3.2) and nothing changes.
So I stay in the 1.4.0 version of this framework…Ang give me some news when you have, but I think you know that it is urgent.
Thank in advance.dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
December 1, 2011 at 8:12 am #427431And we update the JA Tabs with the new version 1.1.7 (2011-11-29).
But nothing changes…Do you have news from the developpers ??
AuthorPostsThis topic contains 67 replies, has 7 voices, and was last updated by MoonSailor 12 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum