Support

Home Forums Event Espresso Premium Multi Event Registration showing multiple buttons

Multi Event Registration showing multiple buttons

Posted: August 21, 2013 at 1:53 pm


EastBayDev

August 21, 2013 at 1:53 pm

At the bottom of this page (for this specific event): http://ebwn.org/upcoming-events

I am using the ESPRESSO_CART_LINK. I selected Display Registration form? to No. However it shows the View Details or Add to Cart button. I only need the Register for this Special Event button. How do I get rid of the other two buttons?

It is confusing to have all three buttons here.


Dean

August 21, 2013 at 11:54 pm

Hi,

The easiest way is with CSS, add the following to the bottom of your style.css or to a plugin like My Custom CSS.

.register-link-footer {
display: none;
}


EastBayDev

August 22, 2013 at 12:43 pm

Hi Dean,

Thanks for responding. Will this remove the register link in both entries or just the one entry on the page?

Thanks


Sidney Harrell

August 22, 2013 at 2:33 pm

That would remove it for both events. To make it specific to that one event, try:

#event_data-3 .register-link-footer {
display: none;
}


EastBayDev

August 22, 2013 at 3:58 pm

Thank you Sydney, that did it.

The support post ‘Multi Event Registration showing multiple buttons’ 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