-
AuthorPosts
-
July 23, 2008 at 4:47 pm #131247
URL: http://www.beaconboysgymnastics.org/
Joomla: 1.5.4
Template: Fedora, no modsProblem: Click on the News section and its like that page has no css or not reading any of the layout settings. The homepage dispalys fine, can you please advise?
July 23, 2008 at 7:13 pm #261807Anyone got any ideas? :confused:
anisjolly Friendanisjolly
- Join date:
- April 2008
- Posts:
- 661
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 33
- Thanked:
- 96 times in 55 posts
July 23, 2008 at 7:37 pm #261811i see you’ve got sef on.
have you tried turning sef off and seeing if that works.
the problem is that your homepage is finding the css file here:
<link href=”http://www.beaconboysgymnastics.org/templates/ja_fedora/css/colors/default.css” rel=”stylesheet” type=”text/css” />
where your news page is looking for it here:
<link href=”http://www.beaconboysgymnastics.org/index.php/templates/ja_fedora/css/colors/default.css” rel=”stylesheet” type=”text/css” />
as you can see highlighted in red – the path is adding the index.php in there when it shouldn’t. it should fix itself when you turn sef off.
However if you’re adamant and you want to keep sef on then you might want to try (i think) and edit your index.php and sinply overwrite the complete line that has that css line with the following code:
<link href=”http://www.beaconboysgymnastics.org/templates/ja_fedora/css/colors/default.css” rel=”stylesheet” type=”text/css” />
hope that helps.
🙂
July 23, 2008 at 7:41 pm #261813Thats very much for that, it helped straight away.
July 23, 2008 at 8:19 pm #261821I cannot seem to locate that line in the index.php any ideas what file its pulling that information from?
anisjolly Friendanisjolly
- Join date:
- April 2008
- Posts:
- 661
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 33
- Thanked:
- 96 times in 55 posts
July 24, 2008 at 6:08 am #261924hi nanettecowie
that line can be located in the index.php of your templates folder.
the line you’re looking for should actually look like:
<link href=”<?php echo $tmpTools->templateurl(); ?>/css/colors/black.css” rel=”stylesheet” type=”text/css” />
you want to change that to
<link href=”http://www.beaconboysgymnastics.org/templates/ja_fedora/css/colors/default.css” rel=”stylesheet” type=”text/css” />
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
September 14, 2008 at 8:20 pm #270473Did you manage to solve this? if so please mark this as solved, if not and you still need help please post here again and include your joomla version, template verison and a description of your problem if different from before.
-
AuthorPosts
This topic contains 7 replies, has 3 voices, and was last updated by Menalto 16 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum