-
AuthorPosts
-
pb36 Friend
pb36
- Join date:
- January 2011
- Posts:
- 42
- Downloads:
- 18
- Uploads:
- 0
- Thanks:
- 13
- Thanked:
- 7 times in 1 posts
October 20, 2013 at 6:07 pm #191555Hi,
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 DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
October 21, 2013 at 2:09 am #509617Hi 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 Friendpb36
- Join date:
- January 2011
- Posts:
- 42
- Downloads:
- 18
- Uploads:
- 0
- Thanks:
- 13
- Thanked:
- 7 times in 1 posts
October 21, 2013 at 9:38 am #509668Hi 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*: 615Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
October 22, 2013 at 1:54 am #509770Hi pb36,
You can fix with this way:
1. Open file templatesja_magzjsscript.js
2. Replaceif($.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
1 user says Thank You to Wall Crasher for this useful post
pb36 Friendpb36
- Join date:
- January 2011
- Posts:
- 42
- Downloads:
- 18
- Uploads:
- 0
- Thanks:
- 13
- Thanked:
- 7 times in 1 posts
October 22, 2013 at 7:44 am #509817Hi 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*: 12Error*: TypeError: JATabs is not a constructor
Source*: /category/article-title.htmlWall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
October 22, 2013 at 9:40 am #509826Hi,
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
1 user says Thank You to Wall Crasher for this useful post
pb36 Friendpb36
- Join date:
- January 2011
- Posts:
- 42
- Downloads:
- 18
- Uploads:
- 0
- Thanks:
- 13
- Thanked:
- 7 times in 1 posts
October 22, 2013 at 5:22 pm #509887Thanks 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 DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
October 23, 2013 at 1:43 am #509903Hi 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
-
AuthorPosts
This topic contains 8 replies, has 2 voices, and was last updated by Wall Crasher 11 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum