This topic has 4 replies, 2 voices, and was last updated 2 years, 2 months ago ago by Rose Tyler
Hello
Have enable AMP, but in the amp menu the subcategories are missing. How to have the same menu for no-amp website and amp website please ?
Best regards
Chris
Hello,
Do you mean mobile menu area and Mobile panel menu element ?
If so, then there will be a new filter included in next plugin update but you may add it manually even now
1/ reupload the next file on your web-site with the one we sent you (to fix mobile menu subitems)
File path: plugins/xstore-amp/includes/templates/header/parts/mobile_menu_sidebar.php
2/ You may also add next CSS code (for better design effects) to XStore AMP -> Custom CSS:
.mobile-menu .sub-menu {
padding-left: 15px;
}
3/ Also you may re-upload next file as well (to fix mobile panel menu subitems)
File path: plugins/xstore-amp/includes/templates/extra/mobile_panel_menu_sidebar.php
4/ After that you need to add next line of code to your child-theme/functions.php
add_filter(‘xstore_amp_mobile_menu_multilevels’, ‘__return_true’);
All files are sent as package here -> https://dropmefiles.com/XlvQj
Regards
Hello
Thanks it works 😉
Hello,
You’re welcome!
We’d appreciate if you could take a moment to give us 5-stars on ThemeForest! https://themeforest.net/downloads
Regards
You must be logged in to reply to this topic.Log in/Sign up