Posted: July 12, 2012 at 2:34 am
|
When clicking (click to toggle, limit 3) to add more attendees, the link is dead and does nothing. I have tried all browsers, twenty 10 theme and also put shortcode inside [raw][/raw]. I can’t find the problem. What else can I try to fix this? |
|
If switching to twentyten did not help, I can suggest looking for plugin conflicts. I looked at the source of the page, and the JavaScript that handles the toggle terminated early, which is something I have not seen before. There is paragraph tag added before the start of the script, which can sometimes point to an auto p problem. Sometimes it can help to add this function to the current theme’s functions.php file to add support for the raw short tag:
|
|
This is so weird, I de-activated everything then re-activated everything except theme. Seems to work now with out my current theme. With twenty10 it’s working now. I’m using [raw] already. I have no idea how to fix this. Can you at lest point me in the right direction |
|
Your theme might not support the [raw] short tag, so try adding the function I pasted above to your current theme’s functions.php file. |
|
I was having the same problem. I added the code above to my functions.php and it error’d out the script. Is there a specific location that it needs to be added to? |
|
between the opening and closing php tags. Example:
Sometimes there isn’t a closing tag, which is fine. You should check to see if your theme supports the raw tag first before adding this to the theme’s function files. |
|
Josh, I am at a loss. The ADD MORE ATTENDEES link will only add +1 additional attendee even if I have it set to allow 10. I have tried adding the code that you posted above without success. I have also tried the 20 ten and 20 eleven themes, without success. I am using the WP Super Skeleton theme from Themeforest.net. Is there something else for me to try and do or check? I really need this feature working. |
|
Can you post a link to this page? If not, please send a link to the registration page via this form: Select the “I am sending login info as requested” department form. It’s not necessary to send the login info, we only need a link to the page. |
|
|
|
Seems to be working fine for me. Which browser are you using? Is there an error that is thrown when the + icon is clicked? |
|
I am using Google Chrome. No error is clicked. It just acts as if it is a dead link. |
|
Also, several of our users have complained and said it didnt work for them either. |
|
Do you have JavaScript turned off in the browser? |
|
No I do not. I also just tried with Firefox and it was a no go as well |
|
Just to make sure we are on the same page. As I click the ADD MORE ATTENDEES (Click to toggle, limit X), EACH click is supposed to immediately create NEW EMPTY FIELDS (ATTENDEE #2, #3, etc) and I should have the option to complete each attendee, do a meal selection and press SUBMIT one time? If this is the case, it isn’t working for me and about 5 others. |
|
I’ve tried Firefox and Chrome and the little green + icon is working as expected. When I click it, an additional form opens. Are you getting any JavaScript errors with Firebug turned on? Update:
|
|
Works fine for me on Chrome |
|
I feel like a moron. Thanks for everyones help! I didn’t realize that you have to click the “+” button to add additional attendees. I would like to alter the text that says “click to toggle” and something to the effect of “Click the “+” to toggle and add more attendees” Where would this text be located in which php file? |
|
The ‘event_espresso_additional_attendees’ function in includes/fuctions/main.php. |
The support post ‘Add More Attendees’ 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.