Music Free, User Map Jomsocial

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Sat Sep 29, 2012 9:18 am
Hi,

I Have installed the Free Muusic template, and I am facing an issue with the mod Joomsocial User Map : The module is not displaying with Firefox and Internet Explorer.

DO you have any idea of what is happening?

my web site : http://alpha.goofiit.com/GooFiiTV3/


I Guess it's linked to css... but I cant't find the point...

Thanks,
Mathieu
User avatar
Fresh Boarder

GK User
Mon Oct 01, 2012 7:30 am
The problems is related with some javascript errors on your site. I've checked console and there are few problems with jQuery (without noConflict()) mode caused by :

Code: Select all
mod_jomsocial_videos_extended_16/js/jquery.nyroModal.custom.js


Please try to disable this extension and check results.
User avatar
Platinum Boarder

GK User
Wed Oct 03, 2012 8:28 am
Hi,
thank you very much for your response,
I have unpublished the modules and now have the folowing issue :
Code: Select all
TypeError: jQuery("#catabs").tabs is not a function


Regarding the video module, it's not possble for me to work without it. Is there a way to fix?

Many thanks,

Mathieu
User avatar
Fresh Boarder

GK User
Wed Oct 03, 2012 10:02 am
The problem is with 3rd party extensions because their scripts don't work with mootools library on the same page. Did you add the noConflict() declaration ?
User avatar
Platinum Boarder

GK User
Wed Oct 03, 2012 1:06 pm
Hi,

Where do I have to add this noConflict() comand ?
How can I fix ? Do I have to contact them to ask for a change ?

The issue do not appear with other template, Is it because the demplate do not use Motool?

Thanks for your help,
Mathieu
User avatar
Fresh Boarder

GK User
Thu Oct 04, 2012 10:01 am
Our templates use mootools because this is native Joomla! javascript library, the authors of this 3rd party extensions should add noConflict() declaration to avoid problems. Please disable this extensions one by one and check which is causing problems. Then open module/component script and add at the beginning of the file code
Code: Select all
jQuery.noConflict();
User avatar
Platinum Boarder

GK User
Wed Oct 24, 2012 8:26 pm
bkrztuk wrote:Our templates use mootools because this is native Joomla! javascript library, the authors of this 3rd party extensions should add noConflict() declaration to avoid problems. Please disable this extensions one by one and check which is causing problems. Then open module/component script and add at the beginning of the file code
Code: Select all
jQuery.noConflict();

Hi,
Thank you very much for your response.
I tried to unpublish all modules but it still not work on Ie and Firefox...
+ I tested with another template ans the module works well.

Is there any way I can fix it? is there a chance the issue is caused by a plugin... How can I isentify it?

Thanks,

Mathieu
User avatar
Fresh Boarder

GK User
Thu Oct 25, 2012 8:49 am
Of course there is way to fix this but I've checked again console and the JavaScript errors comes from this 3rd party extensions not from our template. You should contact with this tools provider to fix the problem.
JS errors are from "/GooFiiTV3/modules/mod_jomsocial_videos_extended_16/js/jquery.nyroModal.custom.js"

so please try to disable this extension or open this script and add this noConflict() part at the same top.
User avatar
Platinum Boarder

GK User
Thu Nov 01, 2012 7:41 am
bkrztuk wrote:Of course there is way to fix this but I've checked again console and the JavaScript errors comes from this 3rd party extensions not from our template. You should contact with this tools provider to fix the problem.
JS errors are from "/GooFiiTV3/modules/mod_jomsocial_videos_extended_16/js/jquery.nyroModal.custom.js"

so please try to disable this extension or open this script and add this noConflict() part at the same top.

Hi,

As you can check on my website, the Jomsocial video extended is unpublished but the issue is still happening. Furthermore, when I test with another template it is working.

Nevertheless, I will ask them for support regarding the point you mentionned.

I am facing another issue with chola ajax video search module. The support told me the issue is coming from the template. And actualy when I test with another template it is working.
Do you have any idea of the issue on this module (on mainbody_top)?

http://alpha.goofiit.com/GooFiiTV3/index.php/agir

Thanks for your help,

Mathieu
User avatar
Fresh Boarder

GK User
Fri Nov 02, 2012 9:29 am
I've opened your site and see few vidoes, I can play, switch video etc. Could you tell me where exactly your are facing problems ?
User avatar
Platinum Boarder

GK User
Fri Nov 02, 2012 3:58 pm
bkrztuk wrote:I've opened your site and see few vidoes, I can play, switch video etc. Could you tell me where exactly your are facing problems ?


Hi, thanks for your help,

For Jomsocial member map :
The issue appears when you use Firefox
http://alpha.goofiit.com/GooFiiTV3/
=> The map is not displayed

Regarding ajax search :
http://alpha.goofiit.com/GooFiiTV3/index.php/agir
=> On mainbody-top the temx #triceps shouls return at least 3 video propostions

Kind regard,

Mathieu
User avatar
Fresh Boarder

GK User
Sat Nov 03, 2012 3:10 pm
Could you switch template to default one ? I don't think this is our product issue but this 3rd party extension.
User avatar
Platinum Boarder

GK User
Sun Nov 04, 2012 11:10 am
bkrztuk wrote:Could you switch template to default one ? I don't think this is our product issue but this 3rd party extension.


Hi, I installed a backup of the website with a standard Joomla template. As you can see both Membermap module and ajax search are working perfectly, on chrome, Firefox and even ie!.
For ma, it seems to be clearly related to the template.

You can check here :
http://bkp.goofiit.com/

Thanks for your help,

Mathieu
User avatar
Fresh Boarder

GK User
Tue Nov 06, 2012 10:07 am
Probably there is a conflict between extension and template scripts and caused by different javascript frameworks - template use mootools this extensions jQuery. The only way is to run noConflict mode but this is not template issue but this 3rd party extension.
User avatar
Platinum Boarder


cron