• Resolved Romanko

    (@romanko)


    Hi Tom,
    contacting you about those menus. I am too inexperienced to do this yet, hope you can help.

    I am using the vertical 2ndary nav on the right side. There is a sub-menu in the 2ndary nav.

    1. I would like this vertical 2ndary menu to be
    “down-togglable” by a click, so that it would list-down its items (the sub-menu) by a click, not a fly-out to the side.

    2. Now this might be too time-consuming to do, I have no idea. I’ll try to explain.

    The vertical 2ndary menu has items: “A, B, C, D”.
    When page “A” is accessed (from anywhere), the sub-menu of the “A” should automatically “toggle-on” and list-down its items (“A1,A2,A3…”).

    At the same time items of “B” should remain hidden (toggled off), but they could-be listed-down by clicking an arrow or something beside the “B”.

    When page “B” is accessed, the items of “A” should hide (un-list or toggle off) and items of “B” should toggle-on (or list-down). And so on.

    Is this doable? I have no idea how much coding it takes. If its too much let me know. Thank you very much.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Theme Author Tom

    (@edge22)

    Hi there,

    This would require quite a bit of coding.

    It’s almost 12AM here right now, but let me take a look at this in the morning and I’ll see if I can come up with something not too complicated ??

    Thanks!

    Thread Starter Romanko

    (@romanko)

    If its too much just say so. Or even 1. would be great. Whenever you have time. Thank you very much.

    Thread Starter Romanko

    (@romanko)

    Ok, got this sorted with Max mega menu plugin. GP rocks.

    Theme Author Tom

    (@edge22)

    Nice! I would love to see it action.

    Sorry for not getting back to you with a solution!

    Thread Starter Romanko

    (@romanko)

    Np, I scratched the idea above, and I am using mega menus instead with the secondary nav in the header, which is I think a better solution (and no additional serious coding).

    Although there is one small bug. When in small screen mobile mode, there are 3 lines of menus: primary, secondary, mega menu – but there should be just 2 (primary and mega menu). The secondary is unnecessary, it doesn’t show any more options when clicked (of course because there are none).

    Is there a way to disable the secondary nav line in mobile mode? Or should I be asking in the Max mega menu plugin support threads?

    Thanks.

    Thread Starter Romanko

    (@romanko)

    Theme Author Tom

    (@edge22)

    Give this a go:

    @media (max-width:768px) {
          .secondary-navigation .menu-toggle {
                display: none;
          }
    }
    Thread Starter Romanko

    (@romanko)

    Simple enough and it works, thanks ??

    Theme Author Tom

    (@edge22)

    No problem! ??

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Vertical secondary menu toggle down’ is closed to new replies.