Is it possible to have a menu set up like this page (on mobile view): https://www.claytoncountyga.gov/government/elections-and-registration
They can click on the title “Jump to Subpage” and the child items pop up?
We use cookies to allow login, checkout, and analyze site traffic. By continuing to use this website, you consent to the use of cookies in accordance with our cookie policy.
Hi Jennifer,
The most straight forward way would be to add a top level menu item titled “Jump to Subpage” then use the following widget settings:
If you like, I can help you adjust the style of the menu once you get it up and running.
Have a great weekend!
So I am using the Advanced Sidebar -Pages widget so I would have to create a page named “Jump to Page” over each Department, unless there is some other way? I don’t want to have to do that, is there another way?
Hi Brownio,
If you already have a top level parent (possibly Department in this case) you may convert the top level parent to a “Jump to Page” link by using a template override:
advanced-sidebar-menu
directory to your active theme.page_list.php
file in the new directory.Have a great weekend!
This is great, thank you! I am using 2 different versions of the Advanced Sidebar – Pages widgets on my site and I only want one of them to use the “Jump to Page”. This makes it universal. Is there a way to only apply this listing to that one widget? Thanks so much for the quick responses!
Hi Brownio,
Certainly. I just need to know the id of the widget you want to target.
If you send me a link to where I can see the widget, I can get the id from there.
It is only available on our intranet but the id is “advanced_sidebar_menu-5”
Hi Brownio,
This version of the template override with change the widget with id
advanced_sidebar_menu-5
. All other widgets will have the default functionality.Have a great weekend!
That worked! Thank you so much!