Support

Home Forums Event Espresso Premium Event Page duplicate venue & registration details

Event Page duplicate venue & registration details

Posted: April 22, 2016 at 1:43 pm

Viewing 2 reply threads


Erica Vandiver

April 22, 2016 at 1:43 pm

On pages like
https://online.stlcc.edu/events/forest-park-new-student-registration-workshop-27/
the Venue is linked, which is great. But on the next line, there is the venue again! How can I get rid of that second link?

Also, a more general question: when events are created and the per-registration ticket limit is >1, the ticket selector shows with the available spaces remaining. When the ticket limit is 1, the available spaces are not shown. My users would like the available spaces shown either way. Is that possible? Tony gave me some info about finding the number in https://eventespresso.com/topic/ee4-event-table-issuesquestions/#post-201251
but I haven’t tried that fix yet, as it’s a little over my head. Thanks!


Tony

  • Support Staff

April 22, 2016 at 2:15 pm

Venue is linked, which is great. But on the next line, there is the venue again! How can I get rid of that second link?

The easiest method is to just hide is using some CSS:

.espresso-venue-dv .tags-links {
    display: none;
}

Also, a more general question: when events are created and the per-registration ticket limit is >1, the ticket selector shows with the available spaces remaining. When the ticket limit is 1, the available spaces are not shown. My users would like the available spaces shown either way. Is that possible?

Note that will only happen for a single ticket and if its free.

However we do have a filter in place to prevent EE from switching the ticket selector out:

add_filter( 'FHEE__ticket_selector_chart_template__hide_ticket_selector', '__return_false' );

Simply add that function to your themes functions.php file or a Site Specific Plugin and EE will no longer hide the ticket selector.


Erica Vandiver

April 22, 2016 at 2:28 pm

Perfect – thanks!!!

Viewing 2 reply threads

The support post ‘Event Page duplicate venue & registration details’ 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