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?
This topic has 14 replies, 3 voices, and was last updated 1 weeks ago ago by Luca Rossi
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?
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
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?
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
Hi,
Check private area.
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
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.
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
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?
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
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?
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
Okay. Thank you! I have submitted the request for this feature.
Dear @Samaira Group,
If you require any further assistance, please do not hesitate to contact us.
Best regards,
The 8Theme Team
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