Home › Forums › WoodMart support forum › Mega menu
Mega menu
- This topic has 9 replies, 3 voices, and was last updated 7 years ago by Bogdan Donovan.
-
AuthorPosts
-
December 12, 2017 at 10:14 am #28501
leonidasParticipantI need the mega menu to be visible in tablet landscape mode (from 1024 to 768px)
Is this possible?December 12, 2017 at 10:49 am #28512
Artem TemosKeymasterHi,
Sorry, but our mega menu is not adapted for tablet devices and even we display it there it will not look and work correctly.
Regards
December 12, 2017 at 11:47 am #28525
leonidasParticipantWhy not.I see many themes with this feature. I didn’t notice any problem.A 10″ tablet has a large enough screen to display the menu I am using.Also it has to do with the user experience.Make the life of our clients easier and find easily what they want.
Regards LeonidasDecember 12, 2017 at 12:45 pm #28546
Bogdan DonovanKeymasterTry to add the following code snippet to the Tablet Custom CSS area in Theme Settings.
header.main-header .main-nav, header.main-header .search-extended, header.main-header .widgetarea-head, div.sticky-header .main-nav{ display: block; } div.header-left-side, .mobile-nav-icon { display: none; } .right-column .woodmart-shopping-cart .woodmart-cart-totals { font-size: 0; } div.main-nav .item-level-0>a, div.main-nav .menu>.menu-item-language>a { line-height: 32px; height: 32px; }
Regards
December 12, 2017 at 1:51 pm #28550
leonidasParticipantThe code worked well. (first image taken from my tablet).
Only two problems:
1. tap over sales and shop link doesn’t work.Weird2. When you try to search something it appears the mobile menu.I believe only if we adopt the search function of large devices we’ll solve the problem.I can’t think of something else.
Regards Leonidas
December 12, 2017 at 3:05 pm #28558
Artem TemosKeymaster1. Yes, as we said, some things may be not adapted for tablet devices. We will try to fix this one in the next update since it is not a bit issue.
2. Sorry, but we can’t change this functionality.
December 12, 2017 at 4:44 pm #28584
leonidasParticipant1. I will wait.I need that kind of menu.When do you plan for your next update?
2. How do we disable that entirely?
I am planning to buy a plugin in the next days to upgrade the search functionality
(https://codecanyon.net/item/woocommerce-search-box/15685698).Also soon enough I will ask you to disable ajax search.
That’s why I will leave that ticket open.
Regards
LeonidasAttachments:
You must be logged in to view attached files.December 12, 2017 at 6:32 pm #28598
Artem TemosKeymaster1. Hope to release it next week.
2. You can disable our search forms in Theme Settings.
December 12, 2017 at 9:37 pm #28618
leonidasParticipantHow do we move the logo image on the left?
December 13, 2017 at 7:34 am #28655
Bogdan DonovanKeymasterHere is a code for this, but you need to remove this (https://gyazo.com/31d7ba98820e33e386ca9f89abb58ab2) custom code because it breaking default grid structure on desktop devices (https://gyazo.com/08ae635643b45fa35f11480eb7e7c74a).
@media (min-width: 1024px) and (max-width: 1024px) { div.wrapp-header > .site-logo { margin-left: -35px; } }
Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register