Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • nanettecowie Friend
    #131247

    URL: http://www.beaconboysgymnastics.org/
    Joomla: 1.5.4
    Template: Fedora, no mods

    Problem: 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?

    nanettecowie Friend
    #261807

    Anyone got any ideas? :confused:

    anisjolly Friend
    #261811

    i 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.

    🙂

    nanettecowie Friend
    #261813

    Thats very much for that, it helped straight away.

    nanettecowie Friend
    #261821

    I cannot seem to locate that line in the index.php any ideas what file its pulling that information from?

    anisjolly Friend
    #261924

    hi 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 Friend
    #270473

    Did 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.

Viewing 7 posts - 1 through 7 (of 7 total)

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