This topic has 11 replies, 2 voices, and was last updated 9 years, 10 months ago ago by Eva Kemp
Hello,
I know that you are not responsible for ubermenu in any way but wanted to see if their is a way that I can make them play nice together. I had to use ubermenu because I putting team logos by every menu name and could not get your menu to cooperate. Everything is fine on the standard menu http://i1381.photobucket.com/albums/ah239/p2kwebdesign/mainmenu_zpsed2e20d3.png and fixed navigation http://i1381.photobucket.com/albums/ah239/p2kwebdesign/topmenu_zps581198e7.png except I would like to get rid of the extra dead space at the end of the fixed navigation which ubermenu says is being controlled by the royal theme. Then the cellular mobile menu http://i1381.photobucket.com/albums/ah239/p2kwebdesign/cellphone_zps8ec1675e.png is great but when you use a tablet it turns too this http://i1381.photobucket.com/albums/ah239/p2kwebdesign/tablet_zps4c646713.png where it stacks the items. Is there a way to keep the cellular menu when it is being looked at from a tablet?
Hello,
Please provide us with a link to your site and wp-admin panel credentials to check the issue.
Thank you.
Regards,
Eva Kemp.
I have put the work in progress site on my demo webpage listed below
Hello,
If you’re talking about this space, it can’t be removed as logo size doesn’t allow it. In order to hide it you need decrease the logo.
Concerning your second question about the menu on tablets you have to contact the plugin author.
Sorry for inconveniences.
Regards,
Eva Kemp.
Is there a way with your menu system to have the team logos next to the team like I have right now?
Hello,
You can only add an image as described in our documentation:
https://www.8theme.com/demo/docs/royal/#!/primary_menu > 7.3 Menu images
Thank you.
Regards,
Eva Kemp.
What code could I use to make the responsive menu not start until it reaches a 6.5″ or smaller device size. All it has is a toggle switch for responsive.
I would like the mobile menu to only take effect if the device is 414 x 736 or lower.
Hello,
You can try to edit the media query located in the responsive style sheet file wp-content/themes/royal/css/responsive.css (line 1005) and change max width value.
Thank you.
Regards,
Eva Kemp.
Is there a way to hide fixed navigation when the resolution drops to the size of say an iPad?
Hello,
Please add this code in custom.css file:
@media only screen and (max-width: 979px) and (min-width: 768px)
.fixed-header-area {
display: none !important;
}
Thank you.
Regards,
Eva Kemp.
Tagged: fixed, menu, mobile, navigation, templates, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up