Hi, first of all congratulations for the work and I apologize for my English ..
I have a problem with a form and a menu .. I attach directly to the link where you can clearly see the problem
http://lnx.laperlapreziosa.com/
is it possible to solve??
Thanks
I have a problem with a form and a menu .. I attach directly to the link where you can clearly see the problem
http://lnx.laperlapreziosa.com/
is it possible to solve??
Thanks
Hi GregMaster,
You have a few JavaScript errors on the page that seem to be from the WuBook module. Please try removing that temporarily and see if that fixes the problem.
Bob
You have a few JavaScript errors on the page that seem to be from the WuBook module. Please try removing that temporarily and see if that fixes the problem.
Bob
Hi,
I found the problem.. It's not the Wubook module but this part of code
if(!skip) {
label.grab(marker.clone(), 'bottom');
label.addClass('cf_required');
}
Uncaught TypeError: Cannot call method 'grab' of null
if I remove this the menu works.. What can I do to solve?
Thanks
I found the problem.. It's not the Wubook module but this part of code
if(!skip) {
label.grab(marker.clone(), 'bottom');
label.addClass('cf_required');
}
Uncaught TypeError: Cannot call method 'grab' of null
if I remove this the menu works.. What can I do to solve?
Thanks
Hi GregMaster,
I think I can see what is causing it. The Privacy checkbox at the end doesn't have a label to attach the 'required' marker to. Just to check please add a label to it - just an 'x' is enough to test.
Bob
I think I can see what is causing it. The Privacy checkbox at the end doesn't have a label to attach the 'required' marker to. Just to check please add a label to it - just an 'x' is enough to test.
Bob
Hi,
yes the problem it's the Privacy checkbox.. i try to add a label but not solve.. I try also to change the checkbox with a radio box and the menu works.. If it's impossible to fix with the checkbox I can use the radio..
Thanks
yes the problem it's the Privacy checkbox.. i try to add a label but not solve.. I try also to change the checkbox with a radio box and the menu works.. If it's impossible to fix with the checkbox I can use the radio..
Thanks
Hi GregMaster,
Thanks for confirming that. I'll look at the code and see if I can work out a fix.
Bob
Thanks for confirming that. I'll look at the code and see if I can work out a fix.
Bob
Hi,
no fix for the problem?
Thanks
no fix for the problem?
Thanks
This topic is locked and no more replies can be posted.