Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • milchi Friend
    #132782

    Hi,

    i have just installed this template (version 1.1) on a fresh Joomla 1.5.6 installation. I installed both modules which are in den Extensions Folder.

    But on entering my site, i get the following Javascript error:

    Error: $(“ja-botsl”) has no properties
    Source: http://www.war-guide.de/joomla15/templates/ja_galena/js/ja.script.js
    Row: 57

    It refers to this function

    function equalHeight(){
    makeEqualHeight ($(‘ja-botsl’).getChildren());
    //makeEqualHeight ($$([‘ja-content’,’ja-col1-bot’,’ja-col2′]));
    //makeEqualHeight ($$([‘ja-content’,’ja-colwrap’]));
    }

    How can i solve this problem?

    Khanh Le Moderator
    #268114

    Please edit the ja.script.js file, change above code to this:


    function equalHeight(){
    if ($('ja-botsl')) makeEqualHeight ($('ja-botsl').getChildren());
    //makeEqualHeight ($$(['ja-content','ja-col1-bot','ja-col2']));
    //makeEqualHeight ($$(['ja-content','ja-colwrap']));
    }

    milchi Friend
    #268147

    Works! Thank you very much

    You can Change the Prefix to solved 😉 I am unable to change it

    boulet Friend
    #271115

    Keep getting the same problem 🙁

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

This topic contains 4 replies, has 3 voices, and was last updated by  boulet 16 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum