-
AuthorPosts
-
mrfast Friend
mrfast
- Join date:
- November 2010
- Posts:
- 100
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 5
- Thanked:
- 4 times in 1 posts
January 14, 2011 at 9:13 am #158739Hi all,
I use template Zeolite_II the latest version but it not friendly with IE6, it have many bug with this browser. I know this browser is out of date but most of my clients still use the default browser in WinXp. I have try fix with Joomlart support but can not solve(see more Need assitance ASAP) .
Who can let me know how can I fix bug in IE6.
bug: http://zeolite2.fast.com.vn/bug/zeolite2-bug-ie6.jpg
Thanks in advance.mrfast Friendmrfast
- Join date:
- November 2010
- Posts:
- 100
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 5
- Thanked:
- 4 times in 1 posts
January 16, 2011 at 8:03 am #372047nobody can help me ???
Hayden A FriendHayden A
- Join date:
- April 2010
- Posts:
- 282
- Downloads:
- 0
- Uploads:
- 20
- Thanked:
- 54 times in 53 posts
January 17, 2011 at 2:46 am #372165Hi,
Please try to open file templatesja_zeolite_iicssie6warning.css and add below code:
[PHP]#ja-left {
width: 29.5% !important;
padding-left: 0px !important;
}#ja-left .ja-l1 .ja-col{
width: 99% !important;
padding:0px;
margin: 0px;
}#ja-mainbody #ja-main .inner {
width: 99%;
}
.ja-l1r1 #ja-content {
width: 99.5% !important;
}.ja-l1r1 #ja-current-content {
}
#ja-slider {
padding-bottom: 15px;
}.ja-l1r1 #ja-current-content .ja-content-main {
float: left;
}.ja-l1r1 #ja-content {
float: left;
width:99.5% !important;
zoom: 1;
}[/PHP]1 user says Thank You to Hayden A for this useful post
mrfast Friendmrfast
- Join date:
- November 2010
- Posts:
- 100
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 5
- Thanked:
- 4 times in 1 posts
January 18, 2011 at 3:54 am #372326Thanks for your reply
with firefox it works excellent:
http://zeolite2.fast.com.vn/bug/fire-fox-good.jpg
but with IE6 it works not good
original bug:
http://zeolite2.fast.com.vn/bug/ie-bug-original.jpg
custom layout bug:
http://zeolite2.fast.com.vn/bug/ie-bug-custom-layout.jpgI wanna layout expand full screen, with columns left about 180px($this->customwidth(‘left1’, 19) ) and columns right about 222px($this->customwidth(‘right1’, 25).
More detail ftp account please view ticket: #WCE-981-61855
If it’s so hard to fix for you I’ll use version ja_zeolite(it’s friendly with IE6) with require:
Expand full screen(990px), with columns left about 180px and columns right about 222pxmrfast Friendmrfast
- Join date:
- November 2010
- Posts:
- 100
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 5
- Thanked:
- 4 times in 1 posts
January 19, 2011 at 3:36 am #372563After add anhhv’s code in to templatesja_zeolite_iicssie6warning.css it have still small bug in IE6 and when I overwrite columns:
templateja_zeolite_iilayoutsdefault.php
[php]
$this->customwidth(‘left1’, 19);
$this->customwidth(‘right1’, 25);
$this->definePosition ($positions);
[/php]then broken layout look like so bad
http://zeolite2.fast.com.vn/bug/ie-bug-custom-layout.jpg
I have tried many time but can not fix bug. If you have any solution for issue please let me know how can I fix it.
Thanks in advancesmrfast Friendmrfast
- Join date:
- November 2010
- Posts:
- 100
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 5
- Thanked:
- 4 times in 1 posts
January 19, 2011 at 8:12 am #372613When turn on
– Search Engine Friendly URLs,
– Use Apache mod_rewrite
– Add suffix to URLs
and create article with three level depth then logo do not display this bug do not happen if turn off function url friendly.turn off url friendly:
http://zeolite2.fast.com.vn/bug/bug-logo-url-off.jpg
turn on url friendly:
http://zeolite2.fast.com.vn/bug/bug-logo-url-on.jpg
@ joomlart staff: please login to website and check itp/s: a product very bad
Don Lee FriendDon Lee
- Join date:
- March 2010
- Posts:
- 923
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 41
- Thanked:
- 274 times in 238 posts
January 19, 2011 at 9:26 am #372631<em>@fastsoftcompany 216016 wrote:</em><blockquote>
p/s: a product very bad</blockquote>
Phew…it totally sucks >:(Try to continue with this modification in ie6warning.css:
/*fix bug IE6 */
#ja-product-top {
padding: 8px 0px !important;
}#ja-col1 div.ja-innerpad {
width: 99%;
padding-right: 0px !important;
}#ja-productwrap {
width: 99.5% !important;
}#ja-slider {
padding-bottom: 15px;
}#ja-contentwrap #ja-current-content {
float: left !important;
}#ja-contentwrap #ja-content {
width: 99.5% !important;
}
Regarding the logo issue, open template.css file to change logo size to 528px * 80px
P/s: In the next times, you should attach your screenshots with posts instead of uploading them to your server.
@Anhhv: Thanks for this fixing!
1 user says Thank You to Don Lee for this useful post
mrfast Friendmrfast
- Join date:
- November 2010
- Posts:
- 100
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 5
- Thanked:
- 4 times in 1 posts
January 20, 2011 at 3:08 am #372788After add Don Lee’s code it work better but still bugs.
http://zeolite2.fast.com.vn/bug/old-bug.jpgWith logo issue, default code had have
ja_zeolite_iicsstemplate.css
[php]
h1.logo a {
width: 528px;
height: 80px;
display: block;
background: url(../images/logo.png) no-repeat center center;
}
[/php]
I have tried replace by smaller logo but can not solve, I think this bug not from image size, this bug from css
http://zeolite2.fast.com.vn/bug/bug-loss-logo.jpgAnd here is new bug. When view article category blog with layout one columns left and main content, columns left fall down below main content. This bug happen with both IE6 and FireFox.
http://zeolite2.fast.com.vn/bug/bug-break-category-blog-layout.jpgDon Lee
Phew…it totally sucks >:(I only say truth, a person affable and professional often thank spoken word for truth.
I’m a free QC for you but I just receive unpalatable spoken word. -
AuthorPosts
This topic contains 8 replies, has 3 voices, and was last updated by mrfast 13 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum