[Resolved] Add components to the home page ?

Home Forums Support [Resolved] Add components to the home page ?

Home Forums Support Add components to the home page ?

  • This topic has 1 reply, 2 voices, and was last updated 9 years ago by Tom.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #87032
    Dmitry Kudryavtsev

    Hello!
    The figure I’ve highlighted the section where I wanted to add components.

    1) How to add header information may be requested pin, phone email slogan?
    2) How to add a menu bar with icons right social networks?
    3) How to make a full-width slider on the home page, but when poldovatel provalivalivaetsya a full page write slider disappeared?

    https://yadi.sk/i/F73XiWXJfGJze – Refer to the diagram of what I want to do

    Thanks in advance!

    #87108
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    1. You can use a header widget in “Appearance > Widgets”. If your current header is a full width image, you’ll need to sit the widget on top of it with code like this:

    .inside-header {
          position:relative;
    }
    
    .header-widget {
          position:absolute;
          top: 20px;
          right: 20px;
    }

    I usually advise against this as absolute positioning can get a little wonky on mobile, but there’s no other alternative if the header if a full width image unless you add the text to the image itself.

    2. This thread should help: http://generatepress.com/forums/topic/social-networks-buttons-on-nav-menu-bar/

    3. You can use the Page Header add-on for this. Set up your slider using your preferred slider plugin – most of them have a “Force full width” option. Then add the shortcode to the Page Header Content area.

    Let me know if you need more info 🙂

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