Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Contributor Daniel Bachhuber

    (@danielbachhuber)

    Are the custom post types registered with the theme or outside of the theme?

    Thread Starter hermy65

    (@hermy65)

    Initially i had added a snippet to the functions.php and it worked fine. Now however it is not working, this is the code i was using

    function db_add_ef_post_type_support() {
    add_post_type_support('review', 'ef_notifications');
    add_post_type_support('review', 'ef_custom_statuses');
    add_post_type_support('review', 'ef_editorial_comments');
    }

    Is there another way to do this from maybe within the plugin?

    Plugin Contributor Daniel Bachhuber

    (@danielbachhuber)

    Oh, the names of your post types might’ve changed. As of v0.7, you can activate and deactivate custom post type support for each module from the admin.

    Thread Starter hermy65

    (@hermy65)

    I tried removing that snippet of code, then went into custom post statuses and selected my reviews section and it still does not appear there. Any other ideas?

    Plugin Contributor Daniel Bachhuber

    (@danielbachhuber)

    It’s most likely an issue with your theme that you’ll need to ask your theme developer about.

    Thread Starter hermy65

    (@hermy65)

    Ok, is there anything in particular i should mention so he has an idea of where to look?

    Plugin Contributor Daniel Bachhuber

    (@danielbachhuber)

    Sure, this section of code is how the custom statuses get hooked into the admin. I suspect the theme is conflicting with that in some way.

    I tried to use CPT with EF on twentyeleven theme with all plugins deactivated. No luck.

    Plugin Contributor Daniel Bachhuber

    (@danielbachhuber)

    @thatwastaxing In the future, can you create a new thread for new questions?

    For this issue in particular, what code are you using to register your custom post type? When you say “no luck”, what doesn’t work that you were expecting to work?

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: Edit Flow] Post status no longer visible’ is closed to new replies.