houseofhands

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Aspire & Genesis Simple Menus #18582
    houseofhands
    Customer

      Thanks for your reply, Kronos … but removing or commenting out the code mentioned does not display the Genesis Simple Menus meta box on the edit page.

      Here’s a part of the Genesis Simple Menus code, which is being blocked by the Aspire Theme:

      	function admin_menu() {
      
      		foreach( (array) get_post_types( array( 'public' => true ) ) as $type ) {
      
      			if( $type == 'post' || $type == 'page' || post_type_supports( $type, 'genesis-simple-menus' ) )
      				add_meta_box( $this->handle, __( 'Secondary Navigation', 'genesis-simple-menus' ), array( $this, 'metabox' ), $type, 'side', 'low' );
      
      		}
      	}

      I will do some more troubleshooting and get back if (when) I find something.

      in reply to: Aspire & Genesis Simple Menus #18543
      houseofhands
      Customer

        Eric, thanks for your reply. I’ve set up a clean WP install for you to test. Please switch between the 3 Genesis Child Themes to see what’s what.

        By now you should have received an email with login instructions.

        Also … I assume you have the Aspire Theme installed somewhere, so please install the Genesis Simple Menus plugin on your own installation and switch between 2 themes to see the issue. Just to make sure and rule out any issues/problems from my side.

        Thanks in advance!

        Cheers, Brian

        in reply to: Aspire & Genesis Simple Menus #18478
        houseofhands
        Customer

          Eric, thanks for your reply.

          Can you send me an email so I can provide you the admin credentials for one of my development websites where the plugin is active (along with Aspire and a couple of other Genesis Child Themes)?

          Please send the mail to info@houseofhands.nl

          Kind Regards, Brian

        Viewing 3 posts - 1 through 3 (of 3 total)