Hi!
I created a custom meta field for a Sign Up button for events that we are selling tickets for through EventOn Event Tickets. The button shows up on the events list in the event top so people can see the event is purchasable when viewing an event list or the general event calendar. However, it also shows up on the event page and makes it confusing like there is another button to hit. Looks like the same event top is used in the first section. We would like to hide that custom field on the Event page but we can’t do it. The id on the button is the same on both the event page and event list and wherever it is displayed, and we can’t find the correct selector to only hide it on the event page and not the event list or general event calendar.
Also, a feature request for the feature would be to include a toggle with EventOn Event Tickets to show something on the event top in an event list or event calendar to show a Buy Tickets message or something.
thank you!
Apr 21,2023 AT 12:02PM - 1 year ago -I tweaked the css on the field that holds the calendar shortcode
see video below
https://vimeo.com/820102608
this is the css you want to add to other shortcodes you want on other pages (adding it to the advanced>>>>>custom CSS>>> main
.evoet_cx em.evocmd_button.evcal_cmd, #evcal_list .eventon_list_event .evoet_cx em.evocmd_button {
display: inline-block !important;
}
Now instead of using a button which requires you to save event- grab the single event url and paste it into the custom field and save again
here is an alternative approach which would also require some css tweaking of colors and a similar thing I did with the above solution
but you can create your event all in one go no double save needed
https://vimeo.com/820103830
(it also makes it easy for non techy people to add events if you have others adding events in the future just tell them to toggle the featured event for ticketed events
Wow, that might be the best support response I’ve ever received. Thank you so much, the video was super helpful. I’ll dig into this. Thanks again!
We are glad your issue is resolved, if you have any further questions or concerns please create a new ticket.
If you have a moment, we would greatly appreciate if you could kindly leave us a review at codecanyon! from your account > downloads. Cheers!