Forum Replies Created
-
AuthorPosts
-
August 17, 2017 at 7:23 am in reply to: Recurring events are not working after permalink flush & general settings save #1336741
Brian
ParticipantHi Cliff,
I uploaded the most up-to-date versions of the plugins and recurring events are working again. However, I’m concerned about the fact that the plugins didn’t prompt me for an update on the backend of WordPress. Now that we’re up to date, I’ll watch out and see if we have the same problem when the new version is available.
Thanks,
BrianAugust 16, 2017 at 1:42 pm in reply to: Recurring events are not working after permalink flush & general settings save #1336359Brian
ParticipantHi Cliff,
It looks like we’re running Events Calendar Pro Version 4.4.7, but there isn’t an update notification available to update it in WordPress. Does this plugin not generate those auto notifications in the backend of WordPress?
Brian
August 15, 2017 at 3:03 pm in reply to: Recurring events are not working after permalink flush & general settings save #1335798Brian
ParticipantHi Cliff,
Here is the link to our events page: https://growlermag.com/events/
Here is a link to a single recurring event: https://growlermag.com/event/infuseday-tuesday-omni-brewing-co/2017-08-15/
Brian
Brian
ParticipantI’m going to leave this open in case there is a better solution but after digging through the Genesis code putting this within the if statement seems to be working on my end:
remove_action( 'genesis_entry_content', 'genesis_do_post_content' ); remove_action( 'genesis_post_content', 'genesis_do_post_content' ); add_action( 'genesis_post_content', 'the_content', 15 ); -
AuthorPosts
