The plugin was a great idea but it is not working with some themes, in my last test it didn’t work with the Corporate Pro theme.
The output of the plugin does not match the menu html from some themes, so it won’t work.
For example this plugin does something similar but using menus:
https://www.ads-software.com/plugins/genesis-simple-menus
And the content works as expected.
If you know how to code a little you could make it work and adapt the plugin to your theme.
I would like to know, as this goes far beyond my knowledge on Genesis.
Would be possible to update this plugin so the output works with all StudioPress themes? or is that impossible as each theme does his own thing with the menu?
Thank you for the great plugin and the code!
]]>The plugin isn’t working with the eleven40 Pro theme. Any ideas? Thanks!
]]>Is there a way to remove the sub-nav from specific pages?
I tried the gist “Exclude Pages from Genesis Subpages as Secondary Menu plugin” and that did what it was supposed to, however I am trying to define specific pages where the
Secondary menu will not be shown.
https://www.ads-software.com/plugins/genesis-subpages-as-secondary-menu/
]]>Is it possible to only display certain sub pages based on the user’s role?
https://www.ads-software.com/plugins/genesis-subpages-as-secondary-menu/
]]>Is it possible to list subpages and posts in a particular category as well?
https://www.ads-software.com/plugins/genesis-subpages-as-secondary-menu/
]]>Hi Bill
I have activated the plugin and am using the Genesis child theme sample. However, if I go to Appearance > Menus, the Secondary Menu location is not set to “Genesis Subpages”. There is no option to set to this.
Any ideas please?
Many thanks
Rich
https://www.ads-software.com/plugins/genesis-subpages-as-secondary-menu/
]]>My Secondary Nav is above my primary nav. How can I get it placed under the Primary Navigation in the header section?
https://www.commercialsiteplan.com/dev/services/site-planning-services/
Thank you!!
https://www.ads-software.com/plugins/genesis-subpages-as-secondary-menu/
]]>when I updated the plugin to the latest version, my secondary menu disappeared. The “enable secondary menu” is also not an option in Genesis settings, WP 4.1 (but also was not present before I updated wordpress, just now). The way that I had the menu displaying was in my sidebar using:
remove_action( ‘genesis_after_header’, ‘genesis_do_subnav’ );
add_action(‘genesis_sidebar’, ‘genesis_do_subnav’);
Can you offer any advice to fix this?
https://eikookura.com/services/
https://www.ads-software.com/plugins/genesis-subpages-as-secondary-menu/
]]>Hi Bill, In outreach pro, there is no option to enable the secondary menu in under Genesis > Theme Settings > Navigation Settings. Is there anyway to work around this?
Thank you.
https://www.ads-software.com/plugins/genesis-subpages-as-secondary-menu/
]]>I am busy uploading wordpress 3.6 now but I keep getting the following error when I click on any link on my blog now. I have the innov8tive theme and I have NO clue what suddenly went wrong. Can you help?
https://www.ads-software.com/plugins/genesis-subpages-as-secondary-menu/
]]>Hi Bill,
In addition to installing this “subpages as secondary” plugin I’m also using your paired down child theme. I looked for anything that would have unregistered those settings and nothing I do seems to bring the “Include Secondary Navigation Menu” setting back. Any help you can provide would be appreciated.
https://www.ads-software.com/extend/plugins/genesis-subpages-as-secondary-menu/
]]>If you are seeing the secondary menu but it is unstyled (it looks like a list of bullet points), then your theme is using CSS that doesn’t match the output of this plugin. You can either update the CSS of your theme, or modify the output of the plugin to match.
Most themes style it using #subnav li a.
For instance, the Agency theme style the menu using .menu-secondary li a. By adding this code to your functions.php file (exclude the <?php at the top) you will update the output of this plugin to match that structure: https://gist.github.com/billerickson/5629245
https://www.ads-software.com/extend/plugins/genesis-subpages-as-secondary-menu/
]]>Hey,
I am developing locally on my MAMP server, I have installed the plugin changed all the settings, and created subpages. Do I need to actually place the subpages in the menu? It is not showing up at all for me.
thank,
Chris
https://www.ads-software.com/extend/plugins/genesis-subpages-as-secondary-menu/
]]>Has anyone been able to get this to work with a custom post type?
This is an awesome plugin, I am surprised that it isn’t A LOT more popular. I would love to be able to get this to work with customer post types.
https://www.ads-software.com/extend/plugins/genesis-subpages-as-secondary-menu/
]]>Made the Genesis updates and now can’t see the auto-generated secondary menu from the plug-in.
Also, did they change Genesis 1.9.1? When I go to Genesis–> Navigation there isn’t a way to turn on primary and secondary nav.
https://www.ads-software.com/extend/plugins/genesis-subpages-as-secondary-menu/
]]>Hello
I install the plugin, and enabled the Genesis > Theme Settings > Navigation Settings
and Appeareance > menus also, I have the same menu in primary as secondary but I cant see the secondary menu.
my website:
https://iluminet.net/press/
thanks for your help
wp- 3.5
genesis 1.8.2
news theme 2.1
https://www.ads-software.com/extend/plugins/genesis-subpages-as-secondary-menu/
]]>Is there a way to add the parent item as a link to the top of the list of links please?
We’re using this for a sidebar menu on a couple of sites and it would be good to display the parent as the top link in the list so people can easily link back to the top of the section they’re in but also to title the menu.
https://www.ads-software.com/extend/plugins/genesis-subpages-as-secondary-menu/
]]>Excuse me if I’m overlooking something, I’m fairly new to the Genesis framework. Your plugin seems to complement it nicely, thank you for making it freely available! I was wondering if there is any way of having #subnav appear in a widget so it’s available in wp-admin/widgets.php.
Thanks in advance!
https://www.ads-software.com/extend/plugins/genesis-subpages-as-secondary-menu/
]]>Hi there,
thank you for this plugin. I am wondering if there’s a way (filter?) to prevent the dropdown menus from being shown in the subpages menu.
I am working on a site having a 3 levels menu structure, and by default the 3rd level is shown as a dropdown submenu of the subpages menu. However the client does not want a dropdown menu in the site, so the 3rd level will be shown elsewhere (sidebar), but how can I hide the dropdown from the subnav?
Right now I have hidden it with CSS, but I would prefer to exclude it at PHP level.
I have seen the documentation about the filter for excluding subpages by ID, but in this case I don’t think it can be a good solution (I should list all the pages that are at 3rd+ level, not very handy).
In Genesis settings I disabled the dropdown on the secondary menu, but it doesn’t make any difference (I think that option only controls wether to use pure css or superfish).
Thank you.
https://www.ads-software.com/extend/plugins/genesis-subpages-as-secondary-menu/
]]>G’day,
Love the idea of this plugin. I’m trying to use it with the Agency theme. See https://www.chaordent.com/livinglegends/what-we-do/
I’d like to have the menu come up in my sidebar, with the list sorted by the Order page attribute.
How can I achieve this?
Best regards, Lloyd Borrett.
https://www.ads-software.com/extend/plugins/genesis-subpages-as-secondary-menu/
]]>G’day,
Love the idea of this plugin. I’m trying to use it with the Agency theme. See
I’d like to have the menu come up in my sidebar, with the list sorted by the Order page attribute.
How can I achieve this?
Best regards, Lloyd Borrett.
https://www.ads-software.com/extend/plugins/genesis-subpages-as-secondary-menu/
]]>Hi
I have installed the plugin and the secondary menu has disappeared and I have a vertical list of sub pages showing to the far left of my theme.
Here is a link to website
Hope you can help.
Thanks
Karen
https://www.ads-software.com/extend/plugins/genesis-subpages-as-secondary-menu/
]]>kinda weird Bill, and not sure why this is happening. I am using a custom menu widget in header. seems like on any of the pages I created (in the dropdowns) are not working with this plugin, but the pages I imported from the theme’s xml file are working with the plugin.
for instance…the pages from the “Layouts” dropdowns in the header custom menu are from the xml file. they work fine with plugin. but the “communities” pages I had manually created for the same menu and the accompanying dropdown pages I created do not work with the plugin.
not sure if this would have anything to do with it…but I had renamed the theme, and the css classes that had the .magazine class to .cogent.
Also changed to this in functions file:
define( ‘CHILD_THEME_NAME’, ‘Results Theme’ );
define( ‘CHILD_THEME_URL’, ‘https://www.cogentred.com/themes/results’ );
Here is a link to the test site I am working with…site
Thanks for any insight!
https://www.ads-software.com/extend/plugins/genesis-subpages-as-secondary-menu/
]]>I am using Genesis subpages as secondary menu. I use Tapestry and genesis. I wish to highlight the parent “Tj?nster” when one of the children is selected.
https://sumaconsulting.se/tjanster
But it does not seem to work.
https://www.ads-software.com/extend/plugins/genesis-subpages-as-secondary-menu/
]]>Hi, I am using the Genesis Subpages as secondary menu plugin on Driskill theme, which is mobile friendly. The menu is great, and works in landscape mode on ipad but not in portrait. I was wondering if there was any filters, hooks or hacks to make it work in portrait mode on the ipad.
https://www.ads-software.com/extend/plugins/genesis-subpages-as-secondary-menu/
]]>First of all, thanks for this great plugin.
Is there any way to exclude certain pages from the secondary menu?
Thanks.
https://www.ads-software.com/extend/plugins/genesis-subpages-as-secondary-menu/
]]>Hi. Thank you for this awesome plugin.
I found a strange issue with the studiopress enterprise theme (don’t know if it happens also with others).
As you can test here: https://new.studiosas.it/attivita-e-servizi-alle-imprese/ submenus of the secondary menu (generated by the plugin) are slightly shifted to the right. That doesn’t happen with a manually generated submenu with the plugin deactivated.
https://www.ads-software.com/extend/plugins/genesis-subpages-as-secondary-menu/
]]>Is there anyway to order the sub navigation other than alphabetically?
Thanks.
https://www.ads-software.com/extend/plugins/genesis-subpages-as-secondary-menu/
]]>