-
AuthorPosts
-
hjames Friend
hjames
- Join date:
- March 2010
- Posts:
- 82
- Downloads:
- 475
- Uploads:
- 3
- Thanked:
- 8 times in 2 posts
June 9, 2010 at 12:31 pm #151691I am beta testing the latest Kunena Release which auto installs a Mootools 1.2 Plugin which Kunena requires to function. Unfortunately however when this plugin is enabled is cause the links in the Mega Menu to become inactive and unclickable all together.
Once this plugin is disabled everything goes back to normal.
Do you have plans to upgrade the template to be Mootools 1.2 compatible as will be Joomla 1.5.19 and Joomla 1.6?
Can you provide a work around for the time being?
Thanks,
JamesJoomla 1.5.18
JA_Purity_II Latest VersionGuillaume Vuaflart FriendGuillaume Vuaflart
- Join date:
- September 2014
- Posts:
- 2
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 8
July 20, 2010 at 8:49 pm #350351I have the same problem. Any suggestions?
nihues Friendnihues
- Join date:
- December 2009
- Posts:
- 69
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 17
- Thanked:
- 15 times in 5 posts
July 20, 2010 at 9:16 pm #350352Try to upgrade to the Joomla 1.5.19, it has a new Mootools version (1.2.4) as a plugin and they say it has a compatibility layer with mootools 1.11.
August 13, 2010 at 10:41 am #352606Hi,
I’ve met exactly the same problem, between Ja Purity II and different product like kunena.
The problem come from the version of mootools.
In any case the adding module or plugin …. change the version of mootools by upgrading from 1.12 to 1.2.But mootools 1.2 is apparently not supported by Ja Purity II and especially by Moomenu and Megamenu.
The link of the submenu become inactive.
The solution is to transfer the mootools.js version 1.12 and everything is solved.For kunena, I’m working on it to test at this moment, and apparently there was no problem using 1.12 with kunena 1.6.
Hope, it’s could be helpfull.
from an french newbie ….. 🙂
August 13, 2010 at 10:30 pm #352659I am also having this same issue.
Joomla 1.5.20
JA Purity II latest
Kunena 1.6 RC1Generally, everything except the BB code tags list works in kunena without the plugin, but of course it is useless without it anyway…
August 13, 2010 at 10:44 pm #352660Found solution in the following forum posts #152 and solution in #153
http://www.joomlart.com/forums/topic/found-bugs-report-here/#post-351081jojo12 Friendjojo12
- Join date:
- August 2010
- Posts:
- 64
- Downloads:
- 12
- Uploads:
- 15
- Thanks:
- 10
- Thanked:
- 4 times in 2 posts
August 21, 2010 at 8:40 pm #353364I have the same problem with joomla 1.5.20 and ja_purity_ii and mootools 1.2. I don’t understand the “solution”. Will there be a solution for the “best template I know”.
I hope so.August 22, 2010 at 12:13 pm #353377I also have this problem on Joomla 1.5.20, mootols 1.2 and Kunena 1.6 RC1, latest JA Purity II.
With mootols older than 1.2, profiles in Kunena seems to doesn’t working…October 25, 2010 at 8:37 pm #360518Same problem here. Enabling the mootools upgrade system plugin breaks the mega menu so that the login module that I have in the menu dropdown does not work (fields locked out and links broken). Is there any fix for this? Has the mega menu been upgraded to mootools 1.2.4 compatibility?
Thanks
December 1, 2010 at 4:38 pm #365019I am in the same problem. any solution to this issue
December 2, 2010 at 8:52 pm #365148Hi guys
we have fixed this issue and updated for downloading
To fix this issue, please open templates/ja_template/js/ja.script.js file, at the begin of file, find following code section:
Code:
if ($defined(window.jQuery) && $type(jQuery.noConflict)==’function’) {
jQuery.noConflict();
jQuery.noConflict();
}and change to:
Code:
if(typeof(jQuery) != “undefined” && $===jQuery){
jQuery.noConflict();
}check my website : http://www.mscience.tk/forum
December 3, 2010 at 7:54 pm #365233I already have these lines in the script you mentioned still the links doesn’t work for me..there got to be something else causing this issue..any help would be greatly appreciated..
It works fine in IE8. doesn’t work in FF.
I noticed that there is an error on the page
**
Webpage error detailsUser Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MDDS; .NET4.0C)
Timestamp: Fri, 3 Dec 2010 19:56:16 UTCMessage: ‘Drag.Base’ is null or not an object
Line: 451
Char: 1
Code: 0
URI: http://sitename.com/templates/ja_purity_ii/js/ja.ddmod.jssharpdome Friendsharpdome
- Join date:
- December 2010
- Posts:
- 247
- Downloads:
- 6
- Uploads:
- 4
- Thanks:
- 62
- Thanked:
- 5 times in 1 posts
December 9, 2010 at 2:09 am #365877I can also confirm that the update does not fix the problem in Firefox 3.6.12 (latest version).
Khanh Le ModeratorKhanh Le
- Join date:
- November 2013
- Posts:
- 1884
- Downloads:
- 41
- Uploads:
- 31
- Thanks:
- 44
- Thanked:
- 203 times in 131 posts
December 10, 2010 at 4:05 am #366088Hi all,
Please following these instruction to fix the problem:
1. Open file templates/ja_purity_ii/js/menu/mega.js, change line 14,
from:
this.options = Object.extend({
To:
this.options = $extend({
2. Open file templates/ja_purity_ii/layouts/blocks/head.php, remove line 34:
[php]
<script language=”javascript” type=”text/javascript” src=”<?php echo $this->templateurl(); ?>/js/ja.ddmod.js”></script>
[/php]1 user says Thank You to Khanh Le for this useful post
sharpdome Friendsharpdome
- Join date:
- December 2010
- Posts:
- 247
- Downloads:
- 6
- Uploads:
- 4
- Thanks:
- 62
- Thanked:
- 5 times in 1 posts
December 10, 2010 at 4:26 am #366094I’m curious, should this change be done anywhere I use JA Purity II, or only when using it with Kunena 1.6?
Also, what was the function of ja.ddmod.js? Does the template lose any functionality by removing it?
-
AuthorPosts
This topic contains 41 replies, has 21 voices, and was last updated by n6rej 12 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum