Posted: September 4, 2012 at 12:48 pm
|
Hi, I’ve created an event and related pages. The registration page shows all the form fields as expected; however, when I click on the link to add more attendees to the group, nothing happens. It seems to be broken ๐ The site is using WordPress 3.4.1 and Event Espresso 3.1.26. Thank you advance for your time and consideration. |
Generally this is a javascript issue. Can you post a link to the registration page? |
|
|
Thank you for replying. The registration page is here: http://www.stockportbusinessawards.co.uk/event-registration/?ee=1 |
|
Generally, any serious js error causes js execution to halt. In your case, the error is:
I haven’t seen that one before, but it looks like it’s coming from a social media plugin. |
|
Thank you again for your help. I tried disabling plugins one at a time to see what might be causing the problem – until they were all disabled (except Event Espresso). There still seems to be something preventing the Add More Attendees link from working ๐ |
|
With the plugins disabled, this javascript error appears: Uncaught SyntaxError: Unexpected token ILLEGAL /event-registration/?ee=1:2043 I’m not sure why this would be though. |
@Chris your theme is modifying the output of the registration form and adding paragraph tags to the additional attendee script. If your theme supports it, you my try using the [raw] tags around the [ESPRESSO_EVENTS] shortcode. Example [raw][ESPRESSO_EVENTS][/raw] |
|
|
Seth, thank you very much, that seems to have made a difference. I get a new error when I inspect the element: Uncaught TypeError: Object [object Object] has no method ‘on’ |
|
HI Chris, I am getting the same error Uncaught TypeError: Object [object Object] has no method ‘on’. How did you resolve this? I am unable to load more attendees. Thanks! |
Hi Quincy, If your theme supports it, you can try using the [raw] tags around the [ESPRESSO_EVENTS] shortcode. Example: [raw][ESPRESSO_EVENTS][/raw] |
|
|
Hello, I left this project for a while for travel reasons. This problem is now solved. I had a jquery conflict with another plugin. Thanks! |
Great! Glad to hear it is resolved. Let us know if we can assist with anything else. |
|
The support post ‘Problem with the 'Add More Attendees' link’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.