vlenes
Forum Replies Created
-
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Event details no longer showingI just noticed that the mc_id in the URL is different from the event_id in the backend.
I just changed the URL from mydomain.com/events/my-event/?mc_id=1617 to
mydomain.com/events/my-event/?mc_id=1388 which is the event_id and then details are shown.Sorry, I never noticed that discrepancy before.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Event details no longer showing1) If I change line 1454, and then var_dump $new_content it’s `string(9) ”
” `
2) And if I add the return, the event page doesn’t show any details either, nor any errors.Thanks, I really appreciate your continued support with this!
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Event details no longer showingNo, there are no custom filters for any mc functions.
Event details are shown if I switch off pretty permalinks for events.
Reactivating the option and re-saving permalinks for all of WP doesn’t help, no details in this case.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Event details no longer showingGreat, thanks!
I had a look and var_dumped some vars.
-
on line 1450, $shortcode is
string(72) "[my_calendar_event event='1616' instance='1' template='details' list='']" - on lines 1454 and 1455 $new_content is `string(9) ”
“` (so basically an empty string with nine spaces)
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Event details no longer showingI tested with the new plugin version (3.2.6) and WP 5.5. and the details view still doesn’t work, but I noticed that it does work, if I remove the URL parameter.
So if I click on an upcoming event from the sidebar, the URL is
mydomain.com/events/my-event/?mc_id=1617If I remove the URL parameter, the event details show up correctly, otherwise it’s just the title and no details.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Event details no longer showingThanks for the two (!) quick updates. I installed the first one, and details showed up again, but the links to events were broken, like also mentioned in another thread. The second update fixed the broken link problem, but the event details again aren’t showing on event detail pages.
Any further help / ideas from you are appreciated.Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] After updateI have the same issue. Re-saving permalinks didn’t change anything. I can access the events via the url parameter(/?mc_id=1234), but not via the event’s pretty permalink. I checked my settings a couple of times and resaved the permalink a few times as well.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Event details no longer showingI tried switching to twentytwenty theme -> same result, the detail view doesn’t show the description from the template.
I also noticed that activating the template takes two saves. If I click the checkbox “use this template” (or something to that effect, I am working with a translation) and save, after the reload the checkbox is unchecked again. Only after the second save it stays checked.
If I don’t use the details template, the event content is shown, including the details.
-
on line 1450, $shortcode is