-
AuthorPosts
-
March 5, 2016 at 1:01 am #593600
On mobile, is it possible to move the left side navigation so it displays similar to the main menu (icon to display/hide menu)? Currently, the sidebar menu is at the bottom of the page content and the menu gets lost on long pages. Can anyone point me into a direction to find a solution?
Thanks
March 7, 2016 at 7:20 am #594100Hey lssu,
I’m not aware of any solutions like that and I think it would take a lot of customisations to the theme to realise it, but send us a link to your site and we’ll have a look.
Regards,
RikardMarch 9, 2016 at 5:05 pm #595684Thanks. During testing, I can get a js menu system to somewhat work. I can display button for the menu and when clicked, side bar is displayed along the right side of the page. But I am unable to get the close menu button working (or even display properly).
March 9, 2016 at 6:30 pm #595727Update… I was able to install “SlickNav” and it seems to be working.
March 9, 2016 at 8:29 pm #595809Hi Issu!
Thanks for getting back to us.
Glad to hear you found a solution that works for you. Let me know if there is anything else you need assistance with.
Regards,
JordanMarch 9, 2016 at 8:34 pm #595814Thanks, I was wondering if there is a way to emulate the right pointing arrows and the down pointing arrows, as seen in the mobile nav? In the mobile nav, the arrows are clickable, but that is not needed in the desktop version. I am just looking for the arrows to appear when there is a child page (left pointing) and down-pointing arrows for parents. This would help the navs look more consistent.
March 14, 2016 at 4:30 pm #597834Hi!
Sorry for the late reply!
Can you please post a screenshot and show the changes you would like to make so we can make sure that we are on the same page. I am currently not sure if i understood you clearly.
Cheers!
YigitMarch 14, 2016 at 5:22 pm #597865No problem. I have changed out the arrows in my sub page menu to “plus” for parent page and “minus” for child page.
I would like to replicate this in the mobile menu for Enfold. Is it possible?
March 14, 2016 at 5:30 pm #597883Hi!
Please add following code to Quick CSS
#mobile-advanced > li.menu-item-has-children > a > .avia-menu-text:after { content: ' +'; } #mobile-advanced .sub-menu .avia-menu-text:after { content: ' -'; }
Regards,
YigitMarch 14, 2016 at 6:59 pm #597930Thank you. That is very close.
The parent “plus” should change to a minus, after opening. The child should not have a minus.
As an example, Menu 2 and Menu 3 both have child pages. Menu 3 “plus” was clicked on and the submenu displayed.
Menu 1
Menu 2 +
Menu 3 –
Sub Menu 1
Sub Menu 2
Menu 4Related: Is there a way to make “Menu 3” as a link to the Menu 3 page and have the “plus” be the action that expands the menu, displaying child pages?
March 17, 2016 at 4:50 pm #599708Hey!
not sure if it will be possible easily. I could not find a link showing these elements in question. We need to be able to inspect them. Can you provide us a precise link please?
Regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.