Results 1 to 7 of 7

Thread: 2.10 stylesheet not applied

  1. #1
    New user
    Join Date
    08-17-11.
    Location
    The Netherlands
    Posts
    9

    Default 2.10 stylesheet not applied

    Hi all,

    I've just updated from 2.9.5 to 2.10.0.
    In the old version my test website worked fine, but in the new version the stylesheet is not applied correctly.

    I do have the correct Stylesheet in the Theme and I have added the Stylesheet to the layout.
    When loading the website the layout is not correct at all. I see that the Stylesheet is in the HTML-code, but not applied to the site.

    Anyone having the same problem or even beter has anyone the solution for my problem?

    Regards,
    Arvid

  2. #2
    User
    Join Date
    04-10-11.
    Posts
    162

    Default Re: 2.10 stylesheet not applied

    I had a similar problem when I updated to 2.10. Mine was due to this:

    Code:
    <link rel="stylesheet" href="TL_SCRIPT_URLsystem/scripts/8b97080a6ff3.css" media="all">
    As you can see it's outputting TL_SCRIPT_URL instead of the url.

  3. #3
    New user
    Join Date
    08-17-11.
    Location
    The Netherlands
    Posts
    9

    Default Re: 2.10 stylesheet not applied

    Thanks for the reply.
    I´ve solved the problem.

  4. #4
    User
    Join Date
    06-19-09.
    Posts
    417

    Default Re: 2.10 stylesheet not applied

    Hi arvidvandenbrink,

    How did you solve the problem?

    Ta,

    Gary.

  5. #5
    New user
    Join Date
    08-17-11.
    Location
    The Netherlands
    Posts
    9

    Default Re: 2.10 stylesheet not applied

    Hi Gary,

    I assumed that the CSS was not applied because I didn´t see any styling to my site.

    After some investigating actions I found that in version 2.10 most modules starts with a <section> instead of a <div>. The problem was that the first creator of the site made all the CSS classes and IDs starting with div..
    After removing the div. the stylesheet worked again.

    e.g. div.news had to be .news

    Regards,
    Arvid

  6. #6
    User
    Join Date
    06-19-09.
    Posts
    417

    Default Re: 2.10 stylesheet not applied

    Thanks for the quick reply, shame it was not the same problem as me, I have an incorrect url, like :

    <link rel="stylesheet" href="TL_SCRIPT_URLsystem/scripts/8b97080a6ff3.css" media="all">

    Anyone know how to cure that one.

    I have run typolight-check.php and no missing or corrupt files.

    Cheers,

    Gary.

  7. #7
    New user
    Join Date
    11-03-11.
    Posts
    1

    Default Re: 2.10 stylesheet not applied

    <link rel="stylesheet" href="TL_SCRIPT_URLsystem/scripts/8b97080a6ff3.css" media="all">

    Anyone know how to cure that one.

    I have run typolight-check.php and no missing or corrupt files.
    I have the same problem. Did you find a solution yet?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •