Found 30 bookmarks
Custom sorting
Remove Recurring Info from List View | The Events Calendar
Remove Recurring Info from List View | The Events Calendar
I need to remove the recurring info from my list view. I did see a css solution posted in a couple threads (https://theeventscalendar.com/support/forums/topic/how-to-remove-text-recurring-event-see-all-from-recurring-events/, https://theeventscalendar.com/support/forums/topic/recurring-event-text-appears-in-the-list-view/) but I need it to be completely absent from the DOM. I am using to display the date info for the event, but the recurring info is…
·theeventscalendar.com·
Remove Recurring Info from List View | The Events Calendar
Add links to ALL other occurrences in a recurring event series (not just future occurrences) -- looks like http://cl.ly/1h383J1b3L0P -- created for https://theeventscalendar.com/support/forums/topic/displaying-all-events-that-are-in-the-same-series-as-the-displayed-single-even/
Add links to ALL other occurrences in a recurring event series (not just future occurrences) -- looks like http://cl.ly/1h383J1b3L0P -- created for https://theeventscalendar.com/support/forums/topic/displaying-all-events-that-are-in-the-same-series-as-the-displayed-single-even/
Add links to ALL other occurrences in a recurring event series (not just future occurrences) -- looks like http://cl.ly/1h383J1b3L0P -- created for https://theeventscalendar.com/support/forums/topi...
·gist.github.com·
Add links to ALL other occurrences in a recurring event series (not just future occurrences) -- looks like http://cl.ly/1h383J1b3L0P -- created for https://theeventscalendar.com/support/forums/topic/displaying-all-events-that-are-in-the-same-series-as-the-displayed-single-even/
Customizing Mobile Styles | The Events Calendar
Customizing Mobile Styles | The Events Calendar
👋 Be sure you have read our Customizing CSS documentation page before proceeding to this article. There are several key areas to be aware of regarding the responsiveness of the events templates, especially if you plan to customize how this component works. We’re introducing a new way to handle responsiveness. We’re using container-based queries. This …
·theeventscalendar.com·
Customizing Mobile Styles | The Events Calendar
Customizing CSS | The Events Calendar
Customizing CSS | The Events Calendar
There are three distinct ways to customize calendar styles: Adding custom styles directly in your stylesheets. This is best when you have just a few changes and are certain you won’t lose your changes if your theme updates. Using the WordPress Customizer. Use this by navigating to Appearance → Customize from the WordPress dashboard, then …
·theeventscalendar.com·
Customizing CSS | The Events Calendar
Setting Default Blocks | The Events Calendar
Setting Default Blocks | The Events Calendar
With the Block (Gutenberg) Editor, all post types that have support for default templates for which order your block will show up when you create a new post. For events, we introduced a filter to allow you to easily customize your default content. Hook name: tribe_events_editor_default_template Parameters used on this Filter $template – Array with …
·theeventscalendar.com·
Setting Default Blocks | The Events Calendar
Add Event Categories as CSS classes to Event Posts in Modern Tribe | WP Beaches
Add Event Categories as CSS classes to Event Posts in Modern Tribe | WP Beaches
Event Categories are not added as CSS classes to individual Event Posts in Modern Tribes Event Plugin for WordPress however you can use the body_class filter to add them in. add_filter( 'body_class', 'cp_event_taxonomy_in_body_class' ); // https://theeventscalendar.com/support/forums/topic/add-category-name-as-body_class/ // Add event categories terms to body class of event posts function cp_event_taxonomy_in_body_class( $classes ){ global $wp_query; $event_id =…
·wpbeaches.com·
Add Event Categories as CSS classes to Event Posts in Modern Tribe | WP Beaches