Find Answers and Get Support › Forums › Cera – Intranet & Community Theme › Compatible Plugins › The Events Calendar › Event Pages break on Mobile when Virtual Events are enabled on Events Page
- This topic has 5 replies, 2 voices, and was last updated 1 month ago by
Manathan.
-
AuthorPosts
-
ReneParticipant@permakulturtraining
- 24 Topics
- 66 Posts
On Events pages, the site breaks on Mobile When I have checked the checkbox “Virtual Events”.
Link: https://permakultur-plattform.de/veranstaltung/kostenfreies-webinar-mischkulturen-2/
January 13, 2025 at 15:02 #48909@themodactyl- 0 Topics
- 6695 Posts
Hi Rene,
To fix this, simply add the following code snippet to your website:
/** * FIX : Fix Virtual Event Width on Mobile */ .tribe-events-single .tribe-events-virtual-event{ width:100%; }
To add this code snippet to your site, we recommend that you paste it to the Custom CSS panel of your WordPress Customizer. Just go to your dashboard and navigate to “Appearance > Customize > Additional CSS”.
Pasting your code snippet there should do the trick for you.Hope this will help!
Regards,
January 14, 2025 at 09:51 #48923@themodactyl- 0 Topics
- 6695 Posts
Hi Rene,
That’s how TEC manages this. To change this, simply add the following code snippet to your website:
/** * FEATURE : Display Event Type in Card */ .tribe_events .tribe-events-virtual-single-marker { display: block; } .tribe-events-virtual-single-marker.tribe-events-virtual-single-marker--mobile { display: none; }
To add this code snippet to your site, we recommend that you paste it to the Custom CSS panel of your WordPress Customizer. Just go to your dashboard and navigate to “Appearance > Customize > Additional CSS”.
Pasting your code snippet there should do the trick for you.Also, it’s important to remember that we share snippet only to solve issues with our theme. Any further request for CSS snippets will have to be part of a defect that needs to be fixed urgently. No snippets will be shared otherwise.
If you want to go further with the customization of your website, we advise that you require customization work.
Regards,
January 15, 2025 at 12:57 #48929 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘Event Pages break on Mobile when Virtual Events are enabled on Events Page’ is closed to new replies.