• Resolved mantis64

    (@mantis64)


    Hi great plugin but I was wondering if you can help. I have divi them and the main menu changes to max menu fine, however a little further down the page I have another custom menu navigation but this is being changed to my main menu navigation for some reason and not the custom menu I made. I hope this makes sense.

    Can you point me in the right direction

Viewing 3 replies - 1 through 3 (of 3 total)
  • @mantis64

    So is that a different custom menu being used in a sidebar widget or something else?

    Thread Starter mantis64

    (@mantis64)

    Hi Luke,

    It was a full width custom menu. Anyway looking around I found a solution. I edited the functions.php and added the following at the bottom.

    function remove_theme_location($args) {
    if ( isset( $args[‘theme_location’] ) ) {
    unset( $args[‘theme_location’] );
    }

    return $args;
    }
    add_filter(‘et_fullwidth_menu_args’, ‘remove_theme_location’);

    Many thanks for your help

    @mantis64

    Glad you where able to fix the issue, could you mark it as resolved now.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Divi custom Menu’ is closed to new replies.