• Resolved jeholden

    (@jeholden)


    The comments section is showing on all newly created events.

    I have “Enable Comments” set to “No” in the Event Pages settings.

    There is no Discussions meta box available on the events posting page. I have looked in the screen options. On my regular post types, there is a box to check in the screen options to see the discussion settings on individual posts but it is not there on the event post types.

    I don’t know when it became an issue because my older events don’t show the comment section but any new events I create do.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter jeholden

    (@jeholden)

    I have updated the cpt supports to add revisions.

    Here’s what I’ve added:

    function em_mod_support($supports){
      $supports = array('custom-fields','title','editor','excerpt','comments','thumbnail','author','revisions');
      return $supports;
    }
    add_filter('em_cp_event_supports','em_mod_support',10,1);
    Thread Starter jeholden

    (@jeholden)

    I found a plugin, that when it’s deactivated the comments and discussion options show in the screen options and when I check them, I can see and change the setting on the post.

    It is Advanced Custom Fields is causing the conflict.

    Thread Starter jeholden

    (@jeholden)

    I still have a question on the EM though, if I have “Enable Comments” set to “No” in the Event Pages settings, why are they still on by default even if I can’t access the meta box in the editor?

    Even when I have the ACF plugin deactivated, when I create a new event the enable comments is checked by default on the post.
    https://www.loom.com/i/c3a6b4b46a71414faed16abbb6e269a0

    Plugin Support angelo_nwl

    (@angelo_nwl)

    There is no Discussions meta box available on the events posting page.

    Could it be that its turn-off? You can try to click on the “Screen Options” at the top right corner of the page.

    Thread Starter jeholden

    (@jeholden)

    The option doesn’t even show in the screen option to turn it on or off

    Thread Starter jeholden

    (@jeholden)

    I found the issue.

    There are settings in the Advanced Custom Fields plugin that will hide things on the post edit screen.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Can’t turn off Comments’ is closed to new replies.