Folders are open

Home \ forums/topic \ Folders are open
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #253
    mira.baka
    Participant

    Hello, my config:

    Windows NT 5.2 build 3790

    PHP Version 5.2.6

    Apache/2.2.9

    Joomla! 2.5.1

    what can cause that folders are always open and can’t collapse? PHP version? I have tried couple of templates including basic joomla…

    Thanks

    #1490
    Michael Gilkes
    Keymaster

    @mira.baka. Thanks for posting. From what you describe it sounds like a javascript issue. Sometimes it is a conflict between jQuery and Mootools. For me to help you more, and give you a possible solution, would you please post a link to the page with the listing. If you prefer not to post the link on the site, you can send it to my email: support[at]valorapps[dot]com

    Once I get the link, I will examine the page, and check for any errors in the Browser console, then based on the errors, I’ll tell you what’s going on and what to do to fix it. If I need further access, we’ll discuss it then.

    #1491
    Michael Gilkes
    Keymaster

    @mira.baka. Thanks for sending me the link via email. I had a look at the site, and checked the error console using Safari browser. The error displayed is:

    SyntaxError: Unexpected token ‘<‘ files:37

    When I click on this error, it refers to the fact that you have

    surrounding your javascript. It seems as though what you need to do is to either 1) do not use the CDATA tags, or 2) comment the CDATA tags out, so that it would look like this:

    Notice the inline comment delimiters, //, as placed before the CDATA start and end tags.

    Now, for reference, someone else noticed this issue before. See here: http://groups.google.com/group/joomla-dev-general/browse_thread/thread/e79916f2d9fc8fec/d1391415eb15a9ea

    Based on that reference, I suspect that you may be experiencing this problem because the content-type for your page is not set. You currently have it set to <meta charset=”utf-8″>, and it should be <meta http-equiv=”content-type” content=”text/html; charset=utf-8″ />

    I realize that you have the site setup for HTML5, but have a look at this for reference: http://oli.jp/2009/html5-charset/

    Lastly, changing the meta tag can be done by editing your template.

    Let me know if this helps.

    #1492
    mira.baka
    Participant

    Hi Michael,

    thank you for your time spent on this.

    Mira

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Folders are open’ is closed to new replies.