• Resolved robinha

    (@robinha)


    Hi

    We’re having a problem with the plug-in on our site and I cannot find the culprit in the settings. Screenshot: Here

    On an individual event, the pink date icon is supposed to mirror the event date (due to having the “event-date” class in the code), but it instead shows the date it was posted. The time next to it also always shows the current time, for some reason.

    All other info in the post is correct, it’s just that data on top that is completely off. Any ideas?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    Hi,

    can you try the following snippet added at the end of your theme functions.php or using mu-plugins?

    add_filter('get_the_date',array('EM_Event_Post','the_date'),10,3);

    As for where to paste this : https://wp-events-plugin.com/tutorials/how-to-safely-add-php-code-to-wordpress/

    Thread Starter robinha

    (@robinha)

    Hi, thanks for the reply

    Unfortunately, that doesn’t seem to have done anything. I tried entering it both locations, but neither had any result. Also seems I was wrong, it’s not date posted, it’s just always the local date as it shows the 11th today.

    To be honest, I’m not quite sure where that icon comes from now as it doesn’t appear on another site with the plug-in.

    Thread Starter robinha

    (@robinha)

    Hi, just wanted to update you on this. I found the culprit, it’s from the theme’s (Born to Give) own event plugin that was missing some features. The problem is that they’re both taking up the same space in the WP admin menu and are affecting eachother. Is there any way to separate the two so they will act separately?

    Plugin Support angelo_nwl

    (@angelo_nwl)

    you can use other WP plugins to edit the admin menu.

    e.g. https://www.ads-software.com/plugins/admin-menu-editor/ (I haven’t tried this plugin yet)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Event date icon shows post date and not event date’ is closed to new replies.