Event Organiser - Add text search for Calendar view

As it stands, the Calendar View shows filters for Categories and Venues. I need a 'filter' for text search. We are looking for ability to search by topic, rather than category, for example - otherwise we have a huge number of categories - one for each topic - that is unwieldy. (I would like this option for setting up event displays in the sidebar - so I could have sidebars for functional areas tied to particular pages) Does such a …
Category: Web

Event Organiser - Display Current Event Date for Recurring Events

In the event display, if it's a recurring event, the 'current' date (date selected from calendar - not today's date) for the event does not display - only next date/dates. I need to add a simple line above the Next info that simply says 'Date:' with the current event's date/time being displayed. (Exactly as is displayed for one-time-only events) I tried using eo_get_current_occurrence_of but couldn't seem to get to where I needed to get. I don't see this function being …
Category: Web

Unset category in query

I'm doing the following to limit my rss feed to certain post categories: function exclude_category($query) { if ( $query->is_feed ) { $query->set('cat', array(6, 48)); } return $query; } add_filter('pre_get_posts', 'exclude_category'); However, I noticed that the categories are applied to the ical feed generated by Event Organiser (eo-events). In order to address this, I check for the feed name and use it to decide what categories to display: function exclude_category($query) { if ( $query->is_feed ) { $my_feed = get_query_var('feed'); if ( …
Category: Web

Get the categorie name of Event Organiser plugin

How can I get the name of a category in a custom template of the Event Organiser Plugin. So far the only thing I can get it slug of the category by reading the following variable: echo $eo_event_loop->query['event-category']; // test-cat From digging a little in standard template the only thing I found is that they use the standard WP function single_cat_title() echo single_cat_title( '', false ); But it doesn't generates any output in the template. The template based on the …
Category: Web

How to use get_categories() with Event Organiser plugin

I want to display my categories in tabs. All is good, except my "Upcoming Events", created with Event Organiser (awesome plugin at http://wordpress.org/extend/plugins/event-organiser/), are not being treated like a normal category, so they don't appear. In essence, get_categories() is not returning the events category. How can I fix this display? $args = array('type'=> 'post', 'order' => 'ASC', 'hide_empty' => 1 ); $categories = get_categories( $args ); foreach($categories as $category) { echo '<li><a href="#tabs-content-'.strtolower($category->term_id).'" title="' . sprintf( __( "View all posts …
Category: Web

Event Organiser breaks the theme

I installed a plugin called Events organiser and somehow it breakes the theme when viewing an event page. Can someone help me out as I´m struggling with this and can´t find the mistake. http://throwholics.com/events/event/indoor-meeting-weltklasse-in-karlsruhe/ Thank you so much.
Category: Web

Event Organiser: Event list includes regular Posts & custom fields?

I've recently tried setting up and using the plugin, Event Organiser. Unfortunately, when using the shortcode on my Calendar page it appears to have included the regular blog posts in the stream. They're not displayed the same way as my events list but if I remove that shortcode they also go away and I can't figure out how to make them go away while leaving the past event list intact. See here for what I'm referring to. The backend on …
Category: Web

Short code for Venues

I am using the Event Organiser plug in and I am trying to setup the "venues." In the post my client and I would like a little more information on the venue to appear, I found the short code for the Google Map, but there is no other information. When I click on the location nothing happens. Is there a short code to post more information on the Venue?
Category: Web

Using customised language file for Event Organiser plugin?

I'm using WP 3.4.1 with German language files and started using the Event Organiser plugin. This plugins already comes with some German language files, but I'm not 100% happy with it due to following reasons: Some typos Mixture of informal (Du) and formal (Sie) usage Some unusual sentence structure (translated one by one from English - not a real mistake, but it sounds weird) The term 'Event' is not translated at all. Depending on the audience that might be okay, …
Category: Web

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.