Posted: April 24, 2017 at 3:29 pm
|
I am setting up an event for a conference where we have 6 difference classes taught in 3 sessions during one day. I would like to set them up as 3 different datetimes and be able to limit the number of tickets per datetime as well as having them displayed on the same page but very distinctly separated, but I don’t believe I can do it his way. As an alternative, I would like to utilize my Multiple Event Registration to creat 3 separate events (1 per class session) and have them displayed on the same page. My issue with this is the popup that tells you to click here to go back to registration, etc. I would like to use the cart widget in a sidebar to show the class was registered, but would like to suppress the popup so the can just move to the next selection and select a class. Are either of these possible?
|
|
This is in the wrong section. It should be in the Multiple Event Registration section. Sorry about that. |
Hi there, It appears you do not have an active support license. Will you update your account so we can help you further? |
|
|
I would be happy to renew if I knew it would work the way I wanted it to. I really don’t feel like forking out $170 for you to tell me it won’t work. |
Hi there, Either idea can be done with a bit of coding, the latter involving some CSS code. Here’s a link to an example: |
|
|
Josh, that page looks great. I have renewed my support license on both the core and Multi event plugins and would love some of your magic to help me get this accomplished. Please tell me what you need from me. |
No magic. What I did for that demo was use the Ticket Selector shortcode to place the 3 ticket selectors on a page, and set up the Event Espresso Multi Event Registration mini cart widget in WP > Appearance > Widgets. Then, the following CSS was added to the Customizer’s Additional CSS panel:
The |
|
|
Can you help with the ticket selector shortcode. I don’t think I am aware of what it is or the usage of it? |
When you edit an event, you’ll see a button that says “Shortcode”. You click on the button and that will open a pop up form. The form will include an |
|
|
Josh, |
No. The different options would all have to be within the same event for there to be one click to add cart button. |
|
|
I figured that was the case but wanted to ask. Thanks again for the quick response and excellent help. |
|
Is there a way to suppress the popup on all pages? It is popping up on the Events page and causing issues. |
You can do that if you remove the page id from the selector: #ee-overlay, #cart-results-modal-wrap-dv { display:none !important; } What CSS are you currently using? |
|
|
.page-id-2030 #ee-overlay, 2030 is the page ID of the of the event page I created and 2065 is the Events page created when I installed the plugin. |
|
I tried |
There is no ‘Events page’ created when EE is installed. /events/ is an archive or EE events, if there is an ‘Events’ page it wasn’t created by EE. Your custom CSS is currently commented out on the page – http://take.ms/HOmKS Are you adding the CSS somewhere else other than the above? |
|
|
I was having someone else edit for me as I was not at the point, but we got it sorted. They had installed a Custom CSS plugin and was adding it there instead of the theme customization option. Thanks for the help. |
The support post ‘Suppress the popup using the Multiple Event Registration addon’ 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.