B Saffell

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • B Saffell
    Participant

    Thanks for the response.

    To be honest, that’s not exactly ideal. What’s the point of map points being clickable (to view the event details+link) if you can only actually see one event per location? We’ll have users claiming that their event isn’t visible because it’s hidden under another event at the same location…

    Seeing as that feature request has been sitting around for 4 years without movement, I don’t imagine much is going to be done about it in the near future… Do you happen to know which bit of the plugin code/hooks deal with this display so I can at least have a go at hacking the display to show more than one somehow?

    • This reply was modified 6 years, 7 months ago by B Saffell.
    B Saffell
    Participant

    In case this is of use to others:

    The issue was that Better Notifications for WordPress looks for triggers in the Back-End of WP, whereas Community Events triggers these via the Front-End.

    Solution was to add…

    add_filter( 'bnfw_trigger_insert_post', '__return_true' );

    …to the theme functions.php file.

Viewing 2 posts - 1 through 2 (of 2 total)