Reply To: Shortcode to show events list (with image)

Home Forums Calendar Products Events Calendar PRO Shortcode to show events list (with image) Reply To: Shortcode to show events list (with image)

#1195211
Andras
Keymaster

Hi Rich,

Thanks for your kind words. 🙂 I’m glad it helps.

If you also want to remove the Search bar from above the events, then use this shortcode:
[tribe_events view="photo" tribe-bar="false"]
 

If you would also like to remove the Heading “Upcoming Events”, then add the below snippet in your theme’s style.css file:
.blog .tribe-events-page-title, .blog #tribe-events-header {
display: none;
}
.blog .tribe-events-loop {
margin-top: 0 !important;
}

 

I hope this helps, let me know.

Cheers,
Andras