How to change the mobile menu second menu name?

This topic has 14 replies, 3 voices, and was last updated 1 weeks ago ago by Luca Rossi

  • Avatar: Samaira Group
    Samaira Group
    Participant
    June 25, 2025 at 06:04

    Hi,

    Please check the screnshot, In mobile menu as a extra content i added another, which shows the menu name as “Menu 2”. How to change that name?

    Files is visible for topic creator and
    support staff only.
    13 Answers
    Avatar: Alex Carter
    Alex Carter
    Support staff
    June 25, 2025 at 07:27

    Hello,

    Thank you for reaching out to us.

    Could you please provide temporary wp-admin access? We need to check your settings.

    To grant WP-Admin access, please proceed to create a new user account with an administrator role through your WordPress Dashboard. Once the account is established, you may securely transmit the username and password to us via the Private Content section designated for this purpose.

    Warm Regards,
    The 8Theme Team

    Avatar: Samaira Group
    Samaira Group
    Participant
    June 25, 2025 at 07:37

    Okay I will do that and sent you. Before that I need more help in other cases. Please check the screenshot. I have set the store location in the top bar, when i take mouse the address bar open in full width, but I only want it open in a short area. Check my mark about the area i want it open only. How can i do that?

    Files is visible for topic creator and
    support staff only.
    Avatar: Alex Carter
    Alex Carter
    Support staff
    June 25, 2025 at 08:13

    Hello,

    Kindly provide temporary access so that we can review your settings and do our best to address all of your questions.

    Warm Regards,
    The 8Theme Team

    Avatar: Samaira Group
    Samaira Group
    Participant
    June 25, 2025 at 09:59

    Hi,

    Check private area.

    Content is visible for topic creator and
    support staff only.
    Avatar: Alex Carter
    Alex Carter
    Support staff
    June 25, 2025 at 10:09

    Hello,

    We appreciate your prompt response.

    1/ Header Builder with Elementor > edit template > Mobile menu > Items > https://prnt.sc/WLH6Aly1TnPW

    2/ Edit these settings – https://prnt.sc/DYC4eFhRv7b0

    Warm Regards,
    The 8Theme Team

    Avatar: Samaira Group
    Samaira Group
    Participant
    June 25, 2025 at 10:22

    Thanks for your fast response.

    Also, for the checkout field, how can i remove/turn of the district option? And how to make the email as optional?
    Check image.

    Files is visible for topic creator and
    support staff only.
    Avatar: Justin
    Luca Rossi
    Support staff
    June 25, 2025 at 12:20

    Dear @Samaira Group,

    We kindly request you to add the following code snippet to the functions.php file located within your child theme directory:

    
    /* Remove district (state) fields from checkout */
    add_filter( 'woocommerce_checkout_fields', 'remove_state_checkout_field' );
    
    function remove_state_checkout_field( $fields ) {
        unset($fields['billing']['billing_state']);
        unset($fields['shipping']['shipping_state']);
        return $fields;
    }
    
    /* Make email field optional during checkout */
    add_filter( 'woocommerce_billing_fields', 'custom_override_checkout_fields' );
    
    function custom_override_checkout_fields( $fields ) {
        $fields['billing_email']['required'] = false;
        return $fields;
    }
    

    We hope this solution proves helpful. Should you have any further questions or require additional assistance, please do not hesitate to contact us.

    Best regards,
    8Theme Team

    Avatar: Samaira Group
    Samaira Group
    Participant
    June 26, 2025 at 05:58

    Thanks. I will let you know if it works or not.

    Okay, in shop page, how can i change the left side options? Like I want to keep the category but don’t want price filter, reviews filter like that. So how to change/remove them?

    Files is visible for topic creator and
    support staff only.
    Avatar: Justin
    Luca Rossi
    Support staff
    June 26, 2025 at 06:27

    Dear Samaira Group,

    Kindly navigate to the Widgets Management page at the following link:
    https://samairamedica.com/wp-admin/widgets.php

    Under the “Shop Sidebar” section, you may remove the widgets as shown in the screenshot below for your reference:
    https://prnt.sc/BtEzExybiuZS

    Please feel free to make the necessary adjustments at your convenience.

    Best regards,
    The 8Theme Team

    Avatar: Samaira Group
    Samaira Group
    Participant
    June 26, 2025 at 07:26

    Thanks Luca.

    For product page and Category page, I want to set the different banner for every product page and different banners for every category page. How to do that?

    Files is visible for topic creator and
    support staff only.
    Avatar: Justin
    Luca Rossi
    Support staff
    June 26, 2025 at 07:52

    Dear @Samaira Group,

    At this time, it is not possible to implement the requested change, as the sidebars used for the category and product pages are the same.

    We highly encourage you to share your suggestion on our Taskboard at https://www.8theme.com/taskboard/. If your idea garners sufficient support from other customers, our development team will carefully evaluate the possibility of including it in a future update.

    We appreciate your understanding.

    Best regards,
    The 8Theme Team

    Avatar: Samaira Group
    Samaira Group
    Participant
    June 26, 2025 at 09:28

    Okay. Thank you! I have submitted the request for this feature.

    Avatar: Justin
    Luca Rossi
    Support staff
    June 26, 2025 at 10:17

    Dear @Samaira Group,

    If you require any further assistance, please do not hesitate to contact us.

    Best regards,
    The 8Theme Team

  • Viewing 14 results - 1 through 14 (of 14 total)

The issue related to '‘How to change the mobile menu second menu name?’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.