Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Wired Impact

    (@wiredimpact)

    Hi HArcher,

    Thanks a lot for reaching out. I think the reason the WP Admin Help Menu doesn’t show up is because there is no contextual help added for our board management pages. If you’re familiar with coding you might be able to add help to those pages by using the instructions at https://codex.www.ads-software.com/Adding_Contextual_Help_to_Administration_Menus. Otherwise, you can add helpful information or new videos to the Support page of our plugin. There are hooks built in to add new content there as well.

    I hope that’s helpful.

    Jonathan
    Wired Impact

    Thread Starter HArcher

    (@harcher)

    Thanks for the reply Jonathan. Just to clarify my original post;
    Its not only eliminating the help dropdown from just the pages associated with your plugin, but eliminating it from all backend pages.

    I’m a novice coder at best and just want to narrow where I should be looking.

    Plugin Author Wired Impact

    (@wiredimpact)

    Hi HArcher,

    Thanks for the clarification. I looked through the code again and we actually removed the help tabs intentionally in the hopes that board members would use the support videos we’ve created. You should be able to add them back by placing this code in the functions.php file of your active theme:

    remove_filter( 'contextual_help', array( $wi_board_mgmt, 'remove_help_tabs' ) );

    Give that a shot and let me know how it works for you. Good luck.

    Jonathan
    Wired Impact

    Plugin Author Wired Impact

    (@wiredimpact)

    Hi HArcher,

    Since we never heard back on this I’m going to mark this as resolved. Please let us know if you have any other questions.

    Jonathan
    Wired Impact

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Removes the Admin Help Menu When Activated’ is closed to new replies.