Signup button does nothing

More
01 Jun 2011 21:30 #1252 by opalcreations
Hi, thanks for a great component bridge!

We are having a small problem that on the page:
peatmoor.bombaylounge.co.uk/events.html

we are using your subscribe module, however it will not function when clicking the button... nothing happens. Any ideas? Im guessing a javascript error, but no errors are showing in Firebug.

Any assistance will be appreciated, thanks

joomlamailer version: latest
Joomla! version: 1.6
PHP version: 5
MySQL version: 5

Please Log in or Create an account to join the conversation.

More
02 Jun 2011 14:48 #1259 by paul.garland@hfi.com
Hi

I am experiencing the same issue. Module can be found at www.hfi.com/webinar

Has anyone found a solution to this? Using joomla 1.6.2

Thank you.

Please Log in or Create an account to join the conversation.

More
02 Jun 2011 15:00 #1261 by paul.garland@hfi.com
The JavaScript error I am getting is uncaught typeerror object object has no method 'addEvent'.

Thanks

Please Log in or Create an account to join the conversation.

More
03 Jun 2011 00:30 #1267 by compojoom
Hey guys!
I've looked at both sites and it is a javascript conflict...

about hfi: script type="text/javascript">google.load("mootools", "1.3.0"); script> this way you load the mootools framework, but my guess is that the code that is adding the event to the button is executed before the library is there. Try to load the library from joomla and not from google and see if this fixes the problem.

The bombaylounge uses jquery - and I think that we have a conflict between the 2 libraries there. Try to disable jquery and look if this fixes the problem. If it does you will have to run jquery in compatibility mode to fix the problem.

Please Log in or Create an account to join the conversation.

More
03 Jun 2011 12:25 #1272 by paul.garland@hfi.com
Hi compojoom

I was using the google.load method to try and fix the probelm as loading mootoos using the default way from Joomla was resulting in the error.

I have reverted my index.php back to its original without the google.load.

Yet I am getting the same error.

Thanks

Please Log in or Create an account to join the conversation.

More
03 Jun 2011 14:15 #1275 by paul.garland@hfi.com
Solved

I managed to resolve this by putting
Code:
jQuery.noConflict()
at the beginning of the JQuery. The template designers used some JQuery. This removes conflict with using the $ and mootools.

Thanks

Please Log in or Create an account to join the conversation.

More
03 Jun 2011 19:11 #1278 by opalcreations
Hi, Thanks guys, turns out i needed to also add the jQuery.noConflict(). I had to add after the jQuery script include but before the mootools library was loaded.

Thank you.

Please Log in or Create an account to join the conversation.

More
10 Jun 2011 00:53 #1347 by cpetitclerc73
What file is this you speak of? What the name of the file?

Please Log in or Create an account to join the conversation.

More
13 Jun 2011 20:53 #1408 by pete
Replied by pete on topic Signup button does nothing
Which file needs to be edited depends on your template. Also, putting jQuery into noconflict mode might cause jQuery code to break unless it's slightly adjusted. For more info refer to this page: api.jquery.com/jQuery.noConflict/

Kind regards,
Pete

Please Log in or Create an account to join the conversation.

More
22 Jun 2011 15:24 #1617 by yumpa
Replied by yumpa on topic Signup button does nothing
joomlamailer version: 1.7
Joomla! version: 1.6
PHP version: 5.3.6
MySQL version:5.5.11

Hi, I have javascript error at inovace.cz . The subscribe button does not work. How to fix it?

Other issues:
1) Plugin administration does not let me choose settings. There are just textfields.
2) How to tranlate "Email Adress" string? It is not at language file and I Did not find it at code.

Thanks

Please Log in or Create an account to join the conversation.