[Resolved] Secondary Menu

Home Forums Support [Resolved] Secondary Menu

Home Forums Support Secondary Menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #35704
    Ross Robson

    Hi Tom,

    I know you mentioned this to someone before about getting the secondary menu to show up on certain pages but could you tell me how to just show it on the homepage please :)?

    http://www.pontyclundarts.co.uk

    #35731
    Tom
    Lead Developer
    Lead Developer

    First, hide the menu.

    .secondary-navigation {
          display: none;
    }

    Then, show it on the homepage:

    .home .secondary-navigation {
          display: block;
    }
    #36870
    Ross Robson

    Cheers Tom,

    How could i get breadcrumbs to appear on my pages at the top? Would you possibly make a breadcrumb addon in the future?

    #36900
    Tom
    Lead Developer
    Lead Developer

    This should help: http://www.generatepress.com/forums/topic/many-breadcrumbs/

    There’s many plugins out there that handle breadcrumbs, so there’s quite a few things I want to do first before thinking about creating a breadcrumb addon.

    Let me know if you have any questions ๐Ÿ™‚

    #37589
    Ross Robson

    Hi Tom,

    If i was to have an image as the background of my header, how would i adjust the opacity of it so its barely visible on the color of the header itself?

    #37763
    Tom
    Lead Developer
    Lead Developer

    Hi Ross,

    You would have to adjust the opacity of the image using an image editor like Photoshop or Gimp (free).

    Let me know if you have any issues ๐Ÿ™‚

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