Support

Home Forums Pre-Sales Suppress the popup using the Multiple Event Registration addon

Suppress the popup using the Multiple Event Registration addon

Posted: April 24, 2017 at 3:29 pm


cccadmin

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 topic was modified 6 years, 12 months ago by  Josh. Reason: it turns out that this is a pre-sales question


cccadmin

April 24, 2017 at 4:03 pm

This is in the wrong section. It should be in the Multiple Event Registration section. Sorry about that.


Josh

  • Support Staff

April 25, 2017 at 10:09 am

Hi there,

It appears you do not have an active support license. Will you update your account so we can help you further?


cccadmin

April 25, 2017 at 12:30 pm

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.


Josh

  • Support Staff

April 25, 2017 at 1:54 pm

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:

https://josh.eventespresso.com/sample-page/


cccadmin

April 26, 2017 at 1:03 pm

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.


Josh

  • Support Staff

April 26, 2017 at 1:09 pm

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:

.page-id-2 #ee-overlay,
.page-id-2 #cart-results-modal-wrap-dv {display:none !important;}

The .page-id-2 part is optional, but is a good idea to include if you want to suppress the popup for Multi Event Registration for that page only.


cccadmin

April 26, 2017 at 1:13 pm

Can you help with the ticket selector shortcode. I don’t think I am aware of what it is or the usage of it?


Josh

  • Support Staff

April 26, 2017 at 1:27 pm

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
[ESPRESSO_TICKET_SELECTOR] shortcode. You copy the shortcode and paste it into the page content of another WordPress page. Then you repeat for your other events.


cccadmin

April 26, 2017 at 2:19 pm

Josh,
You have been most helpful and I am almost there. Is it possible to select tickets from multiple events and then have just one add to cart button that will add all the tickets at the same time, instead of having to click add to cart multiple times.


Josh

  • Support Staff

April 26, 2017 at 2:27 pm

No. The different options would all have to be within the same event for there to be one click to add cart button.


cccadmin

April 26, 2017 at 2:57 pm

I figured that was the case but wanted to ask. Thanks again for the quick response and excellent help.


cccadmin

April 27, 2017 at 10:04 am

Is there a way to suppress the popup on all pages? It is popping up on the Events page and causing issues.


Tony

  • Support Staff

April 27, 2017 at 10:17 am

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?


cccadmin

April 27, 2017 at 10:38 am

.page-id-2030 #ee-overlay,
.page-id-2030 #cart-results-modal-wrap-dv {display:none !important;}
.page-id-2065 #ee-overlay,
.page-id-2065 #cart-results-modal-wrap-dv {display:none !important;}

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.


cccadmin

April 27, 2017 at 10:41 am

I tried
#ee-overlay,
#cart-results-modal-wrap-dv {
display:none !important;
}
and it shows up on both pages.


Tony

  • Support Staff

April 27, 2017 at 10:48 am

Events page created when I installed the plugin.

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?


cccadmin

April 27, 2017 at 11:00 am

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.

Event Espresso