Docs Menu link, Table of Contents and Broken Menu
-
Hello,
1. How can I hide the “Docs” menu item? Previously I hid it with this:
// remove Docs menu item from wp_nav_menu and wp_page_menu
global $Isa_Organized_Docs;
remove_action( ‘init’, array(
$Isa_Organized_Docs,
‘create_docs_menu_item’) );
/*End remove Docs menu item */
but after the latest update it no longer works.2. on the Docs page the “Table of Contents” has started showing up. How do I hide this?
3. When viewing a docs page the menu bar at the top is completely unresponsive. See here for an example: 3https://gihomes.promediaonline.com/docs/sidebar-php/
Thanks.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Docs Menu link, Table of Contents and Broken Menu’ is closed to new replies.