Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Multi Event Registration showing multiple buttons | Event Espresso - Staging Server

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

Viewing 4 reply threads


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

  • Support Staff

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

  • Support Staff

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.

Viewing 4 reply threads

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 - Staging Server