[Resolved] Adding a veritical sub-menu in left or right page column sections

Home Forums Support [Resolved] Adding a veritical sub-menu in left or right page column sections

Home Forums Support Adding a veritical sub-menu in left or right page column sections

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #702147
    dnrtech

    We have a horizontal primary menu with drop-downs, which works fine. See: http://c56368.sgvps.net/~dnrstudios/contact

    However is there a way or a recommended plugin to use, to display a sub-page menu for the section you are in, on the left or right page column sections? See the original site and it’s menu here: https://www.dnrstudios.com/contact/

    #703498
    dnrtech

    Ping

    #703648
    David
    Staff
    Customer Support

    Hi there,

    this plugin can do the job:

    https://wordpress.org/plugins/be-subpages-widget/

    Or Bill actually provides the basic PHP to convert the secondary menu to display sub pages. Note: you must assign a menu to the Secondary menu for it to work, I used the same menu as the Primary nav has.

    https://www.billerickson.net/code/submenu-items-in-secondary-menu/

    #710685
    dnrtech

    David,

    Thanks for your support. I installed be-subpages-widget and put the widget in the “Left Sidebar” under: Appearances > Widgets

    But the sub-page menu does not display. I have tried customizing the “Sidebar” options with almost every conceivable option. I would think that setting all of them to “Sidebar / Content” would get it to work right somewhere. But it never appears.

    Any suggestions?

    #710897
    David
    Staff
    Customer Support

    Can you go to Customizer > Menus, and the menu you have assigned to your Primary Navigation also assign it to the Secondary Navigation.

    #710961
    dnrtech

    Hi David,

    The Secondary Navigation was not assigned. So I assigned the Primary to the Secondary, but the result was not what I wanted. That resulted in simply putting the same horizontal Primary Menu, vertically.

    What I want, is a sub-page menu vertically, that only shows the one parent and all the child pages listed in vertical menu format, in the left sidebar. These sub-pages are not defined in any particular Menu and they are different for each primary page. See http://c56368.sgvps.net/~dnrstudios

    I thought the plugin you suggested would have given me that, but it did not produce any output.

    #710979
    dnrtech

    I got it to work. Stupid me. I had all my pages on one level without any parents. Just corrected that.

    But now one other question, how do I change (enlarge) the font used for the subpage menu?

    I can’t tell if it’s the same font as the rest of the page, other than size.

    #710980
    David
    Staff
    Customer Support

    EDIT
    Glad to hear that
    Can you link me to a page with the sub menus? Currently i get a 404

    #711020
    dnrtech

    David,

    You got a 404 by clicking the parent page, which is a redirect to the first sub-page. And the redirect doesn’t work yet due to the linking method. So if you go to the first sub-page, you’ll see the menu:

    http://c56368.sgvps.net/~dnrstudios/about/who-we-are/

    #711023
    David
    Staff
    Customer Support

    Try this:

    .sidebar .widget {
        font-size: 15px;
    }
    #711037
    dnrtech

    Perfect, it worked. I bumped it up to 18px.

    Darren

    #711042
    David
    Staff
    Customer Support

    Awesome. Glad to be of help.

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.