frankhofmann
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Recurring EventsHello gelo_nwl,
I got my projekct running on XAMPP,
Disabled all Plugins (exept Events Manager) – Problem still there
I changed the theme to twenty15 – Problem still there.So lett me ask you what wordpress Version you have on your test sites.
The Problem might have come after a wordpress update.There is am other Post form yesterdy – might be the same issue:
https://www.ads-software.com/support/topic/events-recurring-permalink-problem?replies=2something is out there.
best regards
FrankForum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Recurring EventsHello gel_nwl,
thanks for taking care. I saved the permalink settings again (no changes). Settings are: https://www.koeln-gesundheit.de/2016/01/19/beispielbeitrag/
But in general do you think it schould word with /events-recurring/ ?
Here are two other threads that are about the same problem
2. https://www.ads-software.com/support/topic/event-link-does-not-work?replies=4
I did not start the current thread so there are at least four installations wiht the same issue.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Recurring EventsFor shure I do not use any code that generates the /events-recurring/ part of the URL. So it must come out of events manager.
But any how: There are some recurring Events (may be weekly or monthly) for a location. How do you suggest to present them to the visitors?
best regards
FrankForum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Recurring EventsHi tal239,
Thanks for your replay – yes this link workes.
But how to create this link?I’m getting my events with this code`
[events_list recurring=”1″ location=”xxx”] <li><a href=”#_EVENTURL”>#_EVENTNAME</a></li>[/events_list]`Thats pretty the way it should be used but it gives me a list of Events where the URLs are not valid. And worse – it worked all fine unitll … I don’t know wich update.
Would be really cool to have one of the authors to share some more information about this.
best regards
FrankForum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Recurring EventsI have the same issue
A permalink that worked a few weeks/days ago likt this:
https://www.koeln-gesundheit.de/events-recurring/offener-tre-schuettelabend/
does not work now. I guess it could be since a wordpress update to 4.4. I get a HTTP/1.1 301 Moved Permanently HTTP Header.
And there is a redirect to the home page.I dissabled all Plugins except: buddypress and events-manager.
But the link was still not working.From googleing that problem I found that there was a conflict with WPML. But that was three years ago and I don’t have WPML running.
help would be welcome.
I try to make it more clear.
I want to make that categorie to my Main Category, where $EM_Category->name or $EM_Category->slug matches my custom event attribute.To be honest, it might be that my lack of knowledge how to work with Classses that instatiate Iterator is the problem.
Hello,
Yes, I want to set the string in this attribute as the Main Categroy.
Main Category is in my thinking the first categrory in the $categories collection.
the $EM_Event Object gets his categroy by $EM_Categories->get_first()
so I think this should be the way.function my_em_event_get_categories($categories, $EM_Event)
Works perfect for me.
I get the categories assigned to the event and allso the event attributes.
The only thing is: I can not put the detected category as first element and return the collection in new order.best regards
Frank