Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • johndoe2 Friend
    #128164

    hi,
    i’m currently testing the edenite template (and yes i’ll buy it if it fits my needs).
    i just want to let you know about a bug i found in it’s ja.script.js:

    -if you don’t publish publish any modules in the module line with user 1,2,5,6,7, then

    <!-- BEGIN: BOTTOM SPOTLIGHT -->
    <div id="ja-botsl" class="clearfix">

    won’t get called.

    the ja.script.js assumes zjis div in line 57:

    makeEqualHeight ($('ja-botsl').getChildren());

    if it isn’t there, ie6 shows a javascript error for this line.

    i don’t know much about javascript, but this (probably very dirty) check for the div’s existence fixed it for me:

    if (document.getElementById('ja-botsl'))
    {
    makeEqualHeight ($('ja-botsl').getChildren());
    }

    thanks for making this great template.

    TomC Moderator
    #247592

    How can you be testing it if you haven’t purchased it?

    Hung Dinh Friend
    #247621

    The Edenite template has been updated several times when we update to J1.5.1, 1.5.2 and will also be updated to 1.5.3 in the next weeks.

    We need to know which version of Edenite you are using.

    TomC Moderator
    #247622

    <em>@Hung Dinh 51555 wrote:</em><blockquote>
    We need to know which version of Edenite you are using.</blockquote>
    I would think we also need to know how “johndoe2” is working with the Edenite template without being a licensed member.

    dlocc Friend
    #269781

    Yes, I’d like to know also… but his posting resolved my issue so THANKS johndoe2 whoever you are!

    mj1256 Friend
    #269824

    yeah, that issue still exists

    dlocc Friend
    #269825

    The issue with the javascript file you mean correct? It caused an error for me when I didn’t use the Quickstart… but when I installed from quickstart I did not see an issue.

    mj1256 Friend
    #269830

    I used 1.0.15 quickstart a out 6 weeks ago and the bug was still there

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

This topic contains 8 replies, has 5 voices, and was last updated by  mj1256 16 years, 1 month ago.

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