Home › Forums › WoodMart support forum › Hide Theme menu on mobile
Hide Theme menu on mobile
- This topic has 12 replies, 2 voices, and was last updated 3 years, 11 months ago by Elise Noromit.
-
AuthorPosts
-
January 6, 2021 at 5:51 pm #256236
adverteosParticipantGood day we want to use Tap Tap mobile menu on mobile.
tap tap menu conflict with theme menu and we are promted the following:
Advanced: Hide theme menu
If you have set TapTap to show only at a certain resolution, know the class/ID of your theme menu and would like to hide it when TapTap is visible, enter the class/ID into this field (example: “#my-theme-menu”). Multiple classes/IDs can be entered (separate with comma as you would in a stylesheet).could you kindly provie me with such class/id?
Regards
January 7, 2021 at 12:58 pm #256447
Elise NoromitMemberHello,
Do you want to hide the menu on a certain resolution or in mobile view completely?
If you want to remove the mobile menu on the mobile, you can do it by removing the mobile menu element in the Header builder: https://xtemos.com/docs/woodmart/header-builder/header-responsive-settings/
Best Regards
January 12, 2021 at 6:06 am #257530
adverteosParticipantGood day ELise and thank you for your reply.
It makes absolute sense.I disabled 3rd party off canvas menu and will try to stick with the native one from Woodmart.
I have a couple of question though:on mobile the header is not sticky white set to be sticky – can you investigate on this?
how can i customize off canvas menu? dimension / color / background?
regards
MartialJanuary 12, 2021 at 8:54 am #257603
Elise NoromitMemberHello,
Please provide your site admin access to the private area.
I will check the settings.
The mobile menu is customized by custom CSS. We can change the color and background.
Best RegardsJanuary 12, 2021 at 10:18 am #257634
adverteosParticipantGood day
See below admin access.Could you set off canvas menu to be full screen? could you also point out css amendment to add a background? or would it be preferable to use a 3rd party plugin?
thank you.
January 13, 2021 at 12:00 am #257854
Elise NoromitMemberHello,
I am checking your site on mobile, the header is sticky on mobile: https://prnt.sc/wm6lcq
You can change the font by means of Advanced typography option, which allows to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.
Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/
Best Regards
January 13, 2021 at 4:49 am #257877
adverteosParticipantGood day Elise & Team Xtemos.
If you scroll on mobile you will notice that header is not sticky.
while on settings it was set on sticky. Could you kindly investigate and resolve?Regards
MartialJanuary 13, 2021 at 10:18 am #257967
Elise NoromitMemberHello,
Please deactivate all the plugins not related to the theme and switch the parent theme, check the issue, If the problem has gone, activate the plugins one by one, checking the issue to detect which one causes the problem.
Or please confirm the permit for us to deactivate the plugins and switch to the parent theme for the while of checking what may take up to 15 minutes.
Best Regards
January 13, 2021 at 2:24 pm #258096
adverteosParticipantyes please go ahead and check.
Please note that developer from a plugin highlighted this thing:
hidden css was missing:
.hidden {
display: none;
}perhaps it helps
January 14, 2021 at 3:00 pm #258438
Elise NoromitMemberHello,
Please find the file woodmart\js\functions.js
Then find this line:
adminBarHeight = $('#wpadminbar').outerHeight(),
Replace this with this line:
adminBarHeight = $('#wpadminbar').length > 0 ? $('#wpadminbar').outerHeight() : 0,
Then disable these options:
We shall fix this in our nearest update.
Best Regards
January 14, 2021 at 4:15 pm #258454
adverteosParticipantThank you;
We will then wait for the theme update.
We have another issues as all product pictures disappeared. is this caused by any plugin or backend manipulation from your side?January 14, 2021 at 4:20 pm #258455
adverteosParticipantignore my comment i simply to enable SSL again
January 14, 2021 at 10:08 pm #258511
Elise NoromitMemberHello,
Is there anything else we can do for you? If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register