Posted: January 14, 2016 at 7:20 am
|
Hi I have just upgraded to the Everything licence and using the Multi Event Registration addon When I click to continue shopping it redirects to a list of all events. There are two events that are for traders to book for our craft markets which are not advertised on the site, but are shown on this list Is there any way I can either exclude events from this list or go to a table of events but also exclude these two particular events The other thing it is doing is showing the author and date that I would like to exclude from this list Can anyone advise the CSS code I could add to remove this from this particular list please Thanks |
Hi, Looks like the Multi Event Registration Add-on (MER for short) is not activated so I can’t view this, however you can change the link that is used on the popup (Return to event list?) to another page it you prefer. We can also provide CSS to remove the events from that specific list, which events are they? The bottom two? |
|
|
Hi Tony I have deactivated it for the moment so as not to confuse people as we have live bookings on there I would like the pop up to return to a different page – can you advise how I do this – perhaps if I have a page that shows all the events as I have the Events Table plugin The events I would like to “hide” from all lists are the Trader Bookings so these are not seen by the public but are still available when the specific url is typed Also you provided me with some CSS that hid the auther tags and date – are you able to provide this for the current pop up return page? Thanks again for your help |
You can do that using the function shonw here: https://gist.github.com/joshfeck/e51ac13a3d9fd345ad40 Just change ‘http://yoursite.com/calendar’ to the URL you would like to use and add that function to your themes functions.php file or a Site Specific Plugin.
I don’t think you can remove them from all lists with a single rule but to remove that specific trader event from that list, you can use: .post-type-archive-espresso_events #post-8183 { display: none; } To remove the author and date you want to hide entry-meta, so you do that with: .espresso_events .entry-header .entry-meta { display: none; } |
|
|
Thanks again Tony – appreciate your help on this One other thing – could you advise the code to remove the Trader Booking from the Event List plugin please so when the shortcode is used these do not appear Thanks |
Hello, Trader Booking is not a term that is used by the Events Table View list template. Could you provide a link to the page that has it or a screenshot so we can share feedback? https://eventespresso.com/wiki/troubleshooting-checklist/#screenshots — |
|
|
Hi Lorenzo Trader Booking is something we have on our site here We run two markets through the year and this is set up so traders can register and pay However I only want this visible when clicking that link and do not want to display these as events to the public when they visit the site Hope that makes sense So what I am effectively looking for is some way to “hide” these from events lists and calendars if possible please thanks |
|
|
Hi, I have an idea on handling this for the events listings page. This code snippet will add the event category slug to your event listing page: https://gist.github.com/joshfeck/11383932#file-ee_add_taxonomy_post_class-php You could then target the events listing page by using this CSS selector + the name of the event category (e.g. private events): .post-type-archive-espresso_events .espresso_event_categories-private-events { display:none } — |
|
|
Hi Lorenzo I have a site specific plugin and have added the code snippet in there Going in to the event I can see the slug and have changed this to trader-events I have then got the CSS Builder plugin that was recommended on a previous forum post and added the above CSS code just changing private-events to trader-booking (to match the slug) Using the plugin that shows all the events in a table list – the trader booking events are still showing Could you advise if I have missed something or done something wrong Thanks |
Can you link us to the page your having problems with please? |
|
The support post ‘Multi Event Registration – Continue Shopping Redirect’ 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.