-
AuthorPosts
-
bfahnoe Friend
bfahnoe
- Join date:
- October 2006
- Posts:
- 80
- Downloads:
- 38
- Uploads:
- 2
- Thanks:
- 7
- Thanked:
- 7 times in 1 posts
December 31, 2009 at 10:21 am #147196I have got the following error with Xenia II:
When I make a menu item with Articles Category List it looked ok in old version 1.5.8 of Joomla.
I have made an extensive updating, Joomla 1.5.15 and made a lot of other corrections) in a trial server (not Public) and now in EI the main part makes left smaller and overlaps it. It looks ok in Firefox.
You can see the old version here that functions ok.
http://www.solgym.dk/index.php?option=com_content&view=category&id=80&Itemid=101
I have not changed anything in the template since the update.
I have made a backup and installed a copy and put in ja_xenia_ii_for_joomla_1.5.v1.4 but it made no changebfahnoe Friendbfahnoe
- Join date:
- October 2006
- Posts:
- 80
- Downloads:
- 38
- Uploads:
- 2
- Thanks:
- 7
- Thanked:
- 7 times in 1 posts
January 2, 2010 at 12:24 pm #327961Now it’s really odd. I have put the webserver on the net and you can see these two pages:
http://www.solgym.dk/index.php?option=com_content&view=category&layout=blog&id=55&Itemid=31
http://www.solgym.dk/index.php?option=com_content&view=category&layout=blog&id=57&Itemid=36
They are made in exactly the same way, but you can se the error in IE8 on one page and not on the other.
I’m baffled, what can I do?:confused:bfahnoe Friendbfahnoe
- Join date:
- October 2006
- Posts:
- 80
- Downloads:
- 38
- Uploads:
- 2
- Thanks:
- 7
- Thanked:
- 7 times in 1 posts
January 2, 2010 at 1:01 pm #327963I found a pc with IE7 and it displyed ok, so it must be a IE8 thing
bfahnoe Friendbfahnoe
- Join date:
- October 2006
- Posts:
- 80
- Downloads:
- 38
- Uploads:
- 2
- Thanks:
- 7
- Thanked:
- 7 times in 1 posts
January 2, 2010 at 1:37 pm #327965This advice solved the problem:
I put
<meta http-equiv=”X-UA-Compatible” content=”IE=8″ />
just after <head>
Maybe not necessary.
Then changed in index.php as below:The conditional may be necessary in your template to load the correct CSS.
For example a specific IE7 css if the CSS are IE8 aware, or the reverse.We have changed such a conditional in ja_purity in the next version of Joomla, 1.5.15, because it was breaking display in IE8
Was
Code:
<!–>
<style type=”text/css”>
.clearfix {display: inline-block;}
</style>
<!–>changed to
Code:
<!–>
<style type=”text/css”>
.clearfix {display: inline-block;}
</style>
<!–>Source: http://forum.joomla.org/viewtopic.php?p=1909726#p1909726
Hope others can use this too -
AuthorPosts
This topic contains 4 replies, has 1 voice, and was last updated by bfahnoe 14 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum