Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • pb36 Friend
    #191555

    Hi,

    2 bugs made me rollback to 1.0.0 version

    – Section menu didn’t work in many pages

    – It made a big hole in the “Popular” part in home page, in place of 2 items which were shifted.

    Back to 1.0.0, it works fine again.

    Wall Crasher Developer
    #509617

    Hi pb36,

    It would be nice if you can send me the url of your site which v1.0.1 enabled.
    Or you can capture some screenshots.

    We would appreciate it much and will improve the stabilization of JA Magz.

    Regards

    pb36 Friend
    #509668

    Hi and thanks Wall Crasher,

    I sent you PM

    by the way, there is this javascript error on homepage :

    Error*: TypeError: window.navigator.userAgent.test is not a function
    Source*: templates/ja_magz/js/script.js
    Line*: 615

    Wall Crasher Developer
    #509770

    Hi pb36,

    You can fix with this way:

    1. Open file templatesja_magzjsscript.js
    2. Replace

    if($.browser.msie || window.navigator.userAgent.test(/trident/i)){

    by

    if($.browser.msie || (/trident/i).test(window.navigator.userAgent)){

    Saved the file and refresh again.

    One of reason is that you have disabled the JA Newsticker module.
    But with the above fix, you do not have to enable JA Newsticker.

    Regards

    pb36 Friend
    #509817

    Hi Wall Crasher

    I didn’t expect at all it could come from newsticker
    Also, my knowledge in Javascript is too poor to fix this.

    Thanks a lot!

    I’m sorry but there is still an issue with JA Tabs.
    Tabs work with JA Newsticker but without don’t work in articles pages anymore.

    Without JA Newsticker activated, these Javascript errors are sent :

    Error*: ReferenceError: Class is not defined
    Source*: plugins/system/jatabs/jatabs/ja.tabs.js
    Line*: 12

    Error*: TypeError: JATabs is not a constructor
    Source*: /category/article-title.html

    Wall Crasher Developer
    #509826

    Hi,

    I see that the mootools was not load on your site.
    I wonder if you have use any plugin to remove it or not.

    Please open file: templatesja_magztemplateHook.php
    And add this function


    public function onT3BeforeRender(){
    JHTML::_('behavior.framework');
    }

    beneath of function


    public function onT3BodyClass(&$class) {
    ....
    }

    This is an workaround, we will fix the issue related to JATabs.

    Regards

    pb36 Friend
    #509887

    Thanks a lot! It works fine! 😉

    I made nothing to don’t load mootools.

    But, if everything works fine without, isn’t it better that mootools doesn’t load ?

    Edit: After the apply of your fix, I’ve just seen that mootools was loaded.

    Wall Crasher Developer
    #509903

    Hi pb36,

    Mootools was the core javascript library of Joomla.
    It is still be the core library of Joomla till Joomla 3.1.

    Though, Joomla has been using jQuery more recently in Joomla 3.x

    Yes, it would be better if we do not load mootools in modern template when all extension use jQuery as core library.
    But most of extension (ours or others) still use Mootools as the core library (for being compatible with Joomla 2.x)

    Regards

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

This topic contains 8 replies, has 2 voices, and was last updated by  Wall Crasher 10 years, 11 months ago.

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