Mafuba
Forum Replies Created
-
Forum: Plugins
In reply to: [SendPress Newsletters] Template Editor not working in https Adminresolved
Forum: Plugins
In reply to: [Event Organiser] Category page stopped showing eventssolved
Forum: Plugins
In reply to: [Event Organiser] Category page stopped showing eventsNo luck here with this setting.
But I found something in this part of the query:
(wp_4_term_relationships.term_taxonomy_id IN (2) AND tt1.term_taxonomy_id IN (26))
I found out that the first term is of the language (polylang) and I fixed the settings there…
Sorry for occupying you and thanks a lot for your support!
Forum: Plugins
In reply to: [Event Organiser] Category page stopped showing eventsYes, the dates appear in both columns and there are dates in the future. I can also filter the category.
The events also appear in the admin calendar, the event list and in the widget, but there’s now filter applied.
Although there is only one event that will happen this month. This event is shown! The others that are more than a month in the future aren’t.
Filtering the venues also doesn’t work.
Forum: Plugins
In reply to: [Event Organiser] Category page stopped showing eventsThe one the category page generates:
SELECT SQL_CALC_FOUND_ROWS wp_4_posts.*, wp_4_eo_events.event_id, wp_4_eo_events.event_id AS occurrence_id, wp_4_eo_events.StartDate, wp_4_eo_events.StartTime, wp_4_eo_events.EndDate, wp_4_eo_events.FinishTime, wp_4_eo_events.event_occurrence FROM wp_4_posts INNER JOIN wp_4_term_relationships ON (wp_4_posts.ID = wp_4_term_relationships.object_id) INNER JOIN wp_4_term_relationships AS tt1 ON (wp_4_posts.ID = tt1.object_id) LEFT JOIN ( SELECT * FROM wp_4_eo_events ORDER BY wp_4_eo_events.StartDate ASC, wp_4_eo_events.StartTime ASC ) AS wp_4_eo_events ON wp_4_posts.id = wp_4_eo_events.post_id WHERE 1=1 AND ( wp_4_term_relationships.term_taxonomy_id IN (2) AND tt1.term_taxonomy_id IN (26) ) AND wp_4_posts.post_type = ‘event’ AND (wp_4_posts.post_status = ‘publish’ OR wp_4_posts.post_status = ‘sp-standard’ OR wp_4_posts.post_status = ‘sp-custom’ OR wp_4_posts.post_status = ‘sp-form’ OR wp_4_posts.post_status = ‘sp-autoresponder’) AND (wp_4_eo_events.EndDate > ‘2015-03-24’ OR (wp_4_eo_events.EndDate = ‘2015-03-24′ AND wp_4_eo_events.FinishTime > ’13:08:46’)) GROUP BY wp_4_posts.ID ORDER BY wp_4_eo_events.StartDate ASC, wp_4_eo_events.StartTime ASC LIMIT 0, 10
Forum: Plugins
In reply to: [SendPress Newsletters] Template Editor not working in https AdminHi Josh,
no the latest release didn’t fix it, but I found the issue. I’ve created a pull request on github.
Kind Regards
Forum: Plugins
In reply to: [The Events Calendar] German Translation UpdateHi,
yes, sounds good. I’ll try to free some time the next few days to start helping out.