Tagged: Fullwidth sub menu, menu
-
AuthorPosts
-
October 22, 2014 at 2:28 am #339312
Not sure if you are aware of this, but your Fullwidth Sub Menu disappears when the window is resized or on mobile. Therefore, it makes it useless, unfortunately.
http://tjmpropertygroup.com/philadelphia-condos/
For what it’s worth, it was such a great idea!! Hope this gets fixed soon. Also, just a suggestion, have the option for a custom color / styling.
Thanks!
October 22, 2014 at 5:07 am #339359On a side note, does something look off with my sidebar widget area? I added it in using the layout builder on the page. They styling seems off. Also, is the dividing line supposed to separate the widget area and text area, as it does on the sidebar templates?
Page Edited – here is a screenshot: http://tinypic.com/r/a5gb50/8
Thanks!
- This reply was modified 10 years ago by Eagles1227.
October 22, 2014 at 11:38 pm #339816Sorry to load on the issues, but hopefully it’ll help you smooth out everything for new users –> $$!!
I tried consolidating the “Fullwidth Sub Menu” as a dropdown menu. It works fine on a desktop, but not at all on a mobile device. The issue is, when clicked, it is directed to the top level url. As a result, user, such as myself, cannot have sub level navigations using this feature.
It would be nice if the mobile properties applied to the fullwidth sub menu as they apply to the main header menu. Just a thought.
Thanks!
October 23, 2014 at 5:33 pm #340236Hey!
Can you please remove dropdown from the element and let us know so we can provide you accurate custom CSS for a fix?
Best regards,
YigitOctober 23, 2014 at 6:33 pm #340288Added! Also added in the widget area.
Thanks!
October 23, 2014 at 7:51 pm #340310Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1340px) and (min-width: 770px) { #top .av-submenu-container { height: 100px; }} @media only screen and (max-width: 769px) and (min-width: 540px) { #top .av-submenu-container { height: 165px; }} @media only screen and (max-width: 539px) { #top .av-submenu-container { height: 210px; }}
Best regards,
YigitOctober 23, 2014 at 8:45 pm #340342Yes, that does work for one Submenu, however, if I implement 2, 3, 4 or even more of this feature on different pages, the dimensions will be effected, resulting in a look that is not appealing. As a fix, that unfortunately will not do the trick. Is there a way to have the menu float automatically?
In terms of the top-level menu item on mobile, any recommendations to address that issue? Recap: When selected, submenus are not shown. The behavior is not that of the primary navigation, where a top level navigation page must be double clicked to view that page, or clicked once to see the sub levels.
Also, any update on the sidebar?
Thanks!
- This reply was modified 10 years ago by Eagles1227.
October 29, 2014 at 6:32 am #342568Hi!
Try with this code:
#top .av-submenu-container { height: auto; }
Regards,
JosueOctober 29, 2014 at 3:53 pm #342762That worked!
I’ve also searched how to make the top level navigation property of that Fullwidth Sub Menu non clickable on mobile. Meaning: on mobile, I cannot view sub level navigation links. I have removed the link in the menu settings of WordPress, but when clicked on mobile, it just refreshes the page.
The menu is on the same page under: “Select A Neighborhood.”
Thanks!
October 29, 2014 at 9:21 pm #342991Hey!
Try with this code:
@media only screen and (max-width: 767px) { .av-submenu-container .menu-item-has-children { pointer-events: none; } }
Cheers!
Josue- This reply was modified 10 years ago by Josue.
October 29, 2014 at 11:16 pm #343067Hmm, I added the code, cleared my mobile cache and tried an incognito tab, yet nothing.
Anything else?
Thanks!
October 30, 2014 at 12:16 am #343097Hey!
The code has been copied wrong, make sure it is exactly like this:
@media only screen and (max-width: 767px) { .av-submenu-container .menu-item-has-children { pointer-events: none; } }
Cheers!
JosueOctober 30, 2014 at 1:05 am #343129Wups! The mobile part of the code did not show in my email – weird. But, I just added the code and now I can not click the navigation option.
Hmm…
October 30, 2014 at 3:07 am #343203I’ve also searched how to make the top level navigation property of that Fullwidth Sub Menu non clickable on mobile.
I understood that’s the behavior you wanted.
Regards,
JosueOctober 30, 2014 at 4:07 am #343229Yes, that is correct. But I’d like to click the sub navigation items under that menu item.
October 30, 2014 at 4:08 am #343230Top Level Item (Non clickable)
– Sub Level Item (Clickable)
– Sub Level Item (Clickable)
– – Sub Level Item (Clickable)
– – Sub Level Item (Clickable)October 30, 2014 at 6:31 am #343257Hey!
I’m not sure if that’s possible to do to be honest. One thing you can do is re-create those submenus as top level menus for mobile devices, you can assign custom classes to menu item while editing them, for example “only_desktop” and “only_mobile”, Quick CSS to add would be:
.only_desktop{ display: none; } @media only screen and (min-width: 767px) { .only_desktop { display: inline-block; } .only_mobile { display: none; } }
Regards,
JosueOctober 30, 2014 at 5:32 pm #343487Ok, I am not sure if we are understanding each other – let’s start over.
The way a navigation menu works, as you know, is, there are top level items:
– Home
– About
– Services
– BlogAll of these are clickable to go to that respective page (or post, depending how you have it setup).
Then, there are menu items under those top level items, which I will call, sub level items (Buy, Sell, Invest):
– Home
– About
– Services
– – Buy
– – Sell
– – Invest
– BlogOn a desktop, using your fullwidth menu feature, everything works as it should. I am able to navigate the navigation menu without any issues.
However, when using your fullwidth menu feature on mobile, I cannot navigate to those sub level items. Why? Because when I click on the top level item, which houses the sub level items, the page is refreshed, rather than giving me an option to choose from those sub level items.
In short, your fullwidth menu feature DOES NOT work like the navigation properties of the main navigation at the top of the page.
To see the problem for yourself, as is, please go to http://tjmpropertygroup.com/philadelphia-condos/ on a mobile device (I am using an iPhone – chrome & safari) and try to see the sub level items under “Select A Neighborhood.” As you will see, you CANNOT see those options. Instead, as previously mentioned, the page is refreshed with a link of: http://tjmpropertygroup.com/philadelphia-condos/#.
Thanks,
TylerNovember 3, 2014 at 4:12 am #345047Hey!
Thank you for the info.
We reported the issue to Kriesi. Please wait for his response. For now, please hide the fullwidth sub menu on mobile devices via css. Add the menus either on your main menu or the secondary menu on top of the header.
@media only screen and (min-width: 768px) { #top .av-submenu-container { display: none !important; } }
Best regards,
IsmaelNovember 4, 2014 at 7:45 pm #346047Hey!
Next small update will include a few bugfixes regarding the mobile version of the submenu and also add some styling options ;)
Regards,
KriesiNovember 4, 2014 at 8:31 pm #346081No rush! Just hope I helped.
Thanks!
-
AuthorPosts
- The topic ‘Fullwidth Sub Menu Alignment Issues’ is closed to new replies.