Site logo

Archived topic

Add components to the home page ?

1 reply · Started by Dmitry Kudryavtsev on March 15, 2015

Viewing posts 1–2 of 2

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!

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 :)

This archived topic is closed to new replies.