Menu Events Missing

Home Forums Calendar Products Events Calendar PRO Menu Events Missing

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1068514
    Fabrice
    Participant

    Hi, I can’t find the Meta box “Events” in the menu Tab. Is it normal ?
    http://i.imgur.com/fEUWDJN.pngscreenshot

    #1068622
    Fabrice
    Participant

    Any idea ?
    Thanks

    #1068853
    George
    Participant

    Fabrice, our response times are one reply per 24 hours. Further, your thread was posted at a time that was late Friday afternoon in the timezones of almost everyone in our support team.

    Thank you for your patience.
    George

    #1068855
    George
    Participant

    Hey Fabrice,

    This is an odd issue; “Events” should indeed be showing up in that menu selection metabox.

    1. If you disable your French translation, so that there are no translations loaded at all and the site is running in English, does that change anything regarding this behavior?

    2. If #1 does not change anything, then I would recommend adding the following code to your theme’s functions.php file:


    add_action( 'admin_head', 'tribe_support_test_2' );

    function tribe_support_test_2() {
    $args = get_post_type_object( 'tribe_events' );

    print '

    ';
    	print_r( $args );
    	print '

    ';
    die();
    }

    This will make your admin fail to load, but will print a bunch of handy data. This is intentional, and temporary, don’t worry!

    Once you add this code, when you go to /wp-admin you should see output like this:

    The rest of your page will not load but this is fine.

    Copy and paste ALL of the output code into a Gist at http://gist.github.com, then share a link to that Gist here with me.

    Once you’ve shared the Gist, you can go back and remove that code from your theme’s functions.php file.

    I will review that code output and see if I can learn anything from it.

    Thank you!
    George

    #1068860
    Fabrice
    Participant

    Hi George,
    Thanks for your reply and sorry to have been impatiente, I didn’t know the rules.
    I’ve tried to remove the french traduction but it still don’t show up the missing metabox :
    screen
    So, here is the link for the code returned by my admin panel :
    https://gist.github.com/hatfab/3db5fb9631bbcd60e255

    Thanks again
    Fabrice

    • This reply was modified 8 years, 2 months ago by Fabrice.
    • This reply was modified 8 years, 2 months ago by Fabrice.
    #1069860
    George
    Participant

    Hey @Fabrice,

    Thanks for sharing all of this! I looked into the information and wasn’t able to spot a specific problem. However, in your screenshot I noticed that there are up arrows and down arrows on the right side of each of the menu items.

    Here’s a screenshot of the arrows I mean:

    Those are not default in WordPress, so I’m wondering, are these arrows coming from a plugin or something on your site? If so, try deactivating that plugin and see if anything is improved.

    I also recommend that you proceed with the rest of the steps here if that plugin test does not help → https://theeventscalendar.com/knowledgebase/testing-for-conflicts/

    Let us know what you find!

    Thank you,
    George

    #1080791
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Menu Events Missing’ is closed to new replies.