Configuration settings for multilingual support with WPML 1. Post Types Translation Go to “WPML > Settings” and scroll down to the section “Post Types Translation”. Enable multilanguage support for Post Type “event” under “WPML > Settings > Post Types Translation”. Choose your prefered option “Translatable – only show translated items” or “Translatable – use translation […]
Category: Bin Event Calendar
Bin Event Calendar: Archive Page
To list the events on an archive page, create a file named taxonomy-event_category.php in your theme directory. If you use a page builder like Elementor Pro, you can create the archive page in your Theme Builder and paste the shortcode there.
Bin Event Calendar: Highlight Future, Past and Today events
If you want to highlight all future, past, or today events, you can use these handy CSS helper classes. Works with list, grid and table view.
Bin Event Calendar: Event List Shortcode
Event List Shortcode [event_list id=”my-id”] Screenshot Accepted parameters: idThe ID to use in grid_filter to filter by category.(string) Default ’empty’ display_modeDisplay all events or only upcoming events(string) Default ‘all’. all upcoming archive animation(string) Default: ‘yes’ yes no animation_delay(int) Default: 250 scroll_top(string) Default: ‘no’ yes no scroll_top_offset(int) Default: 0 show_first_seperator(string) Default: ‘yes’ yes no show_last_seperator(string) Default: […]
Bin Event Calendar: Event Table Shortcode
Event Table Shortcode [event_table id=”my-id”] Screenshot Accepted parameters: idThe ID to use in grid_filter to filter by category.(string) Default ’empty’ display_modeDisplay all events or only upcoming events(string) Default ‘all’. all upcoming archive animation(string) Default: ‘yes’ yes no animation_delay(int) Default: 250 scroll_top(string) Default: ‘yes’ yes no scroll_top_offset(int) Default: 0 show_first_seperator(string) Default: ‘no’ yes no show_last_seperator(string) Default: […]
Bin Event Calendar: Event Grid Shortcode
Event Grid Shortcode [event_grid id=”my-id”] Screenshot Accepted parameters: idThe ID to use in grid_filter to filter by category.(string) Default ’empty’ display_modeDisplay all events or only upcoming events(string) Default ‘all’. all upcoming archive animation(string) Default: ‘yes’ yes no animation_delay(int) Default: 250 scroll_top(string) Default: ‘yes’ yes no scroll_top_offset(int) Default: 0 items_per_row(int) Default: 3 Numbers from 1-6 seperate_rows(string) […]
Bin Event Calendar: Event Filter Shortcode
Event Filter Shortcode [event_filter for=”my-id” include=”all”] Screenshot Accepted parameters: forAny valid grid, list or table ID(string) Default: ‘empty’ includeThe term ‘all’ or a comma separated list of event category term id’s(string) Default: ‘all’ all comma separated list of event category term id’s hide_emptyShow or hide empty event category terms(string) Default: ‘yes’ yes no show_button_allShow or […]
Bin Event Calendar: Shortcodes Overview
The Bin Event Calendar Plugin contains several powerful shortcodes. Here is an overview of the supported shortcodes. Event Filter The event filter shortcode is only useful in combination with a grid, list or table shortcode. This shortcode outputs a list of all available event categories to filter any grid, list or table view. [event_filter for=”my-id”] […]