• Resolved laurencebahiirwa

    (@laurencebahiirwa)


    I just updated to Version: 2.6.10 and the custom post type for sp_events doesn’t register or show up in the menu. The dashboard shows it as posts and not events like before. Luckily my data is still present but UI is broken. Is this only me?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Savvas

    (@savvasha)

    Hi @laurencebahiirwa,

    Can you try to reinstall SportsPress plugin? Maybe something went wrong when you updated it.

    Thanks,
    Savvas

    Thread Starter laurencebahiirwa

    (@laurencebahiirwa)

    I have done so (deactivated and deleted then install) and no change. I might have to redo the whole site again.

    Plugin Contributor Savvas

    (@savvasha)

    Hi @laurencebahiirwa,

    Please also try to disable ALL plugins except SportsPress and also switch to a “default” theme like Rookie or TwentySeventeen.

    Can you share your site url?

    Thanks,
    Savvas

    Thread Starter laurencebahiirwa

    (@laurencebahiirwa)

    I found the error. I was trying to register the matches CPT with wp-graphql plugin
    `

    add_action( ‘init’, function() {
    register_post_type( ‘sp_event’, [
    ‘show_in_graphql’ => true,
    ‘graphql_single_name’ => ‘match’,
    ‘graphql_plural_name’ => ‘matches’,
    ] );
    } );
    `

    Plugin Contributor Savvas

    (@savvasha)

    Hi @laurencebahiirwa,

    I am glad you resolved it!

    If you have any other issues please open a new topic.

    Thanks,
    Savvas

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Events CP not registering’ is closed to new replies.