This topic has 12 replies, 2 voices, and was last updated 6 years, 11 months ago ago by Rose Tyler
Hello,
Hope you are having a nice day.
Please try to disable all 3-rd party plugins (means the plugins that are not included in the theme package are not in the list of required plugins) and then check.
Also, provide wp-admin access in Private Content.
Regards
Thank you for your fast response,
Most additional plugins are now disabled.
the login address for the staging site is: http://undercurrentdesign.co.uk/test/duo/wp-login.php and the staging site is: http://undercurrentdesign.co.uk/test/duo/
Let me know if you need anything else,
regards,
Gal
You need to change or delete this custom code (Theme Options > Custom css):
#st-trigger-effects {
display: none !important;
visibility: hidden;
opacity: 0;
pointer-events: none;
}
Regards
Hello,
I changed the password to : Test123$
because I realise this wasn’t private.
I can see this rule, however, Does the theme only has this menu? or are there other options? This rule was in place before the update.
regards,
Please change this code:
#st-trigger-effects {
display: none !important;
visibility: hidden;
opacity: 0;
pointer-events: none;
}
to
#st-trigger-effects {
margin-left: 5%;
}
.mobile-nav .widget_nav_menu {
display: none;
}
Regards
This has been resolved, thank you. However, if I wanted to insert my own mobile menu, where in the markup can I do that?
regards,
You’re welcome!
Sorry, but your question is a bit unclear for me.
You may create menu that you want in Appearance > Menus and mark it as Mobile menu http://prntscr.com/heqk4o, so you may have different menus for desktop and mobile.
Regards
Yes, I understand that, however, If I wanted to put in a new menu location, how should I go about it? For instance, at the moment the mobile menu is Off Canvas. I would like to have a menu that behaves as a Top Drawer instead. Where in the markup should I do that?
regards,
Hello,
Sorry for the delay due to the weekends.
Could you please provide some screenshots to help me understand more?
Regards
Hello,
I guess my question was regarding the templates in the headers folder. I needed to insert my own menu to replace the rheme’s own menu. However, the theme would take any content I put, and bunch it up together with its own menu. I wanted to know, where in the template content will not be cutout?
Anyhow, I solved it by switching back the visibility of the original menu using CSS.
regards,
Gal
Hello,
I am glad that you sorted out.
You may edit menu via woopress/framework/theme-functions.php file et_get_main_menu
and et_get_mobile_menu
functions.
Regards
Tagged: best selling, menu, mobile, themes, upgrading, urgent, woocommerce
You must be logged in to reply to this topic.Log in/Sign up