Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • adwcth Friend
    #155251

    The Tabs module is showing as an outline only (see under the Subscribe box) and we are unable to use headline_fp.php (it shows “Latest News” only, but nothing loads)

    Both originally were working until last week. The only change made before we ran into this problem was the addition of Google Analytics tracking code. Removing it does not clear the problem however.

    We are seeing errors from mooltools.js line 26 character 243 ‘this[…][…]’ is null or not an object and on line 23, character 10 Object doesn’t support this property or method

    ja.script.js and mootabs1.2.js are also showing Object doesn’t support this property or method errors

    The url is http://coolidgecornerhub.com/ Any ideas?:confused:

    Addition : Just noticed the slider module mod_jacatslwi is also no longer working

    Saguaros Moderator
    #359188

    the problem is from the jquery conflicted with mootools. the reviews component is loading jquery lib. but it has not any code for fixing that conflicting javacript. you can ask developers of the reviews component fixing this issue,
    or you open the file: templates/ja_teline_ii/js/ja.script.js and add the following code at the top of file:

    if( typeof(jQuery) !=’undefined’ ){
    jQuery.noConflict();
    }

    adwcth Friend
    #359541

    Thank you very much. This solved the problem.

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

This topic contains 3 replies, has 2 voices, and was last updated by  adwcth 13 years, 7 months ago.

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