Posted: August 22, 2012 at 8:35 pm
|
I’m using Multi Event Registration, and all is well unless the user hits the “Finish Registration” button while the number of people registered for a course is at zero. On the next page displaying the “Attention: you need to add registrants” warning, something is changing the order of a few of my theme template divs. Here’s what a page structure SHOULD look like: But this is what is getting displayed on the “Attention” page: Any ideas? |
Hi Bill, I’m seeing the same thing on the twentytwelve theme. I’ll create a ticket so the dev team can look into this. |
|
|
Hi Josh – |
@Bill, what version of Event Espresso are you using? |
|
|
Version 3.1.26.P – purchased with a Business License. |
I will take a look. |
|
|
Just bumping this topic – any progress? |
Confirmed. Looking at the files now. Will try to get this into .27 before tomorrow (when I’m hoping we will be releasing it…) |
|
I found the issue. If you want to fix it now while you’re waiting for the updated version, open /includes/functions/cart.php. Around line 560 you should see this:
That’s closing an if statement where those divs are originally opened. Hence, if the conditional is not met, the closing divs display without the opening divs, breaking your layout. Replace that with this: https://gist.github.com/3740278
|
|
|
Excellent! v3.1.27.P fixed it. Thanks! |
The support post ‘Template Structure Changing on "Attention" Page’ 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.