Plugin Author
Guido
(@guido07111975)
Hi,
When I inspect your source code I notice you’re hiding the event content area:
#vsel .vsel-image-info: display:none;
You should remove that.
But I also notice much additional CSS markup inside the content area of single event, it will not display properly like this. Why al this additional CSS? Because of the galllery inside that event?
Guido
Guido
Hi,
when I remove the #vsel .vsel-image-info {display:none;}, I get content on the main page event list to. But then the single event works it looks like..
Maybe all the additional CSS comes from the WP-bakery?
Plugin Author
Guido
(@guido07111975)
Hi,
Maybe all the additional CSS comes from the WP-bakery?
Guess so.. but it looks better now.
You can hide the event content on your homepage via the settingspage. So you don’t have to do this via custom CSS.
Guido
Thanks now it looks good! But I forgot to ask how I can remove the categories and event dates showing in right upper corner on the single event page.
Hilde
Plugin Author
Guido
(@guido07111975)
You can remove all meta on the single event page via:
.single-event .vsel-meta {display:none;}
Guido
Thanks a billion! 😀
Hilde
Plugin Author
Guido
(@guido07111975)
You’re welcome!
Gonna mark this topic “resolved”.
Guido