We are running event espresso for a health and safety client – whos courses are split up into week 1 ,2, exam. So they need to be able to purchase 1 individual week or the full course. I have added the this through multiple dates: https://ibb.co/bAk4gJ
But I need only the full course to be viewable in the calendar (not the individual weeks):https://ibb.co/j4giad
Is there a way to hide individual weeks of a event in the cal?
We are running event espresso for a health and safety client – whos courses are split up into week 1 ,2, exam. So they need to be able to purchase 1 individual week or the full course. I have added the this through multiple dates:
But I need only the full course to be viewable in the calendar (not the individual weeks):
Is there a way to hide individual weeks of a event in the cal?
We are running event espresso for a health and safety client – whos courses are split up into week 1 ,2, exam. So they need to be able to purchase 1 individual week or the full course. I have added the this through multiple dates:
But I need only the full course to be viewable in the calendar (not the individual weeks)
Is there a way to hide individual weeks of a event in the cal?
Yes this may be possible by adding a bit of CSS to your site’s Appearance → Customize → Additional CSS panel. An example:
.event-slug:nth-of-type(1) {
display:none;}
(replace event-slug with the actual slug of the event).
Viewing 0 reply threads
The support post ‘Hide certain weeks from the calendar?’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.