Your account expired support, please renew to get your support.

Home Forums Themes Support Claue Mobil Menu

Viewing 3 reply threads
  • Author
    Posts
    • #41031
      Theme1
      Support Expired

      Hi!

      How can I make a Mobil Menu different to the PC Menu?

    • #41035
      Harry
      Support Expired

      Hi,

      Please tell me which header layout you using for your site?

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #41037
      Theme1
      Support Expired
      This reply has been marked as private.
    • #41039
      Harry
      Support Expired

      Hi,

      1. Please add below code to claue-child > functions.php

      if ( ! function_exists( 'jas_claue_child_setup' ) ) {
      	function jas_claue_child_setup() {
      		register_nav_menus(
      			array(
      				'mobile-menu'  => esc_html__( 'Mobile Menu', 'claue' ),
      			)
      		);
      	}
      }
      add_action( 'after_setup_theme', 'jas_claue_child_setup' );

      2. And download attach file, extract and put in claue-child > views > header

      3. And go to Appearance > Menus create new menu and assign for mobile.

      Kind regards

      Attachments:
      You must be logged in to view attached files.

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 3 reply threads

You must be logged in to reply to this topic.