How do I display a full width header?

Discussion in 'Infoway WordPress Theme' started by tjbarrella, Dec 10, 2013.

  1. tjbarrella

    tjbarrella New Member

    Joined:
    Dec 10, 2013
    Messages:
    7
    Likes Received:
    0
    Your InfoWay template on wordpress.com allows the uploading of a 950 px by 250 px header. I don't find any similar capability on the InfoWay theme I just purchased from your InkThemes site.

    Please tell me there is a way to have a full width header on my site.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    You can upload 950 px by 250 px header logo image also in our InfoWay Theme.
    Just go to the Appearance > Theme Option > General Settings Panel in your dashboard and
    upload your logo image (of dimension 950 px by 250 px) from the custom logo section.

    This will solve your issue.
     
  3. tjbarrella

    tjbarrella New Member

    Joined:
    Dec 10, 2013
    Messages:
    7
    Likes Received:
    0
    Thanks. I have several other questions, such as:

    1. Is there a way to turn off the Top Infobar? If I leave the area blank it shows a remnant message from the sample template.
    2. Is there a way to turn off the Top Right Contact Details? If I leave it blank, a remnant phone number appears. If I put   a small phone icon continues to show! Also, the number shows over the top of my header. Is there any way to solve this if I want to use a number?
    3. How do I set up a lead capture page?

    Thanks,

    Tom
     
  4. tjbarrella

    tjbarrella New Member

    Joined:
    Dec 10, 2013
    Messages:
    7
    Likes Received:
    0
    4. How do I set up the home page 5 element slider?
     
  5. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    1. Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    #topinfobox {
    display: none;
    }
    This will remove the Top Infobar section.

    2. Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .header .contactinfo {
    display: none;
    }
    This will remove the Top Right Contact Details section from your website.

    3. Go to the Appearance > Theme Options > Lead Capture Settings panel in your dashboard and
    put the "lead capture form heading" and "e-mail Address" in their respective section.

    Go to the Appearance > Custom Leads Form panel in your dashboard
    and create your custom fields for form there.

    4. Go to the Appearance > Theme Options > Slider Settings panel in your dashboard and
    upload the slider images and put their heading, description and links in there respective sections.
     
  6. tjbarrella

    tjbarrella New Member

    Joined:
    Dec 10, 2013
    Messages:
    7
    Likes Received:
    0
    Piyush:

    Sorry, I just saw that it's easy to put entries in Custom CSS. I will do it now.

    Tom
     
  7. tjbarrella

    tjbarrella New Member

    Joined:
    Dec 10, 2013
    Messages:
    7
    Likes Received:
    0
    While I have your attention, how do I turn off:

    1. The testimonials?

    Thanks.
     
  8. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .testimonial {
    display: none;
    }
    This will remove the testimonial section.
     
  9. tjbarrella

    tjbarrella New Member

    Joined:
    Dec 10, 2013
    Messages:
    7
    Likes Received:
    0
    Ok, thanks. I have inserted it and the testimonial is gone.

    One other question for you. I don't understand how the First, Second, Third and Fourth Footer Widget Area are populated. They appear blank. However, there is content in them, not my content (such as About and the categories). Where does this come from? How can I customize it?

    Thanks,

    Tom
     
  10. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello Tom,

    For footer widgets go to the
    Appearance > widgets > First, Second, Third and Fourth Footer Widget Area
    and drag & drop widgets of your interest.

    You can customize that area from "sidebar-footer.php" file.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  11. tjbarrella

    tjbarrella New Member

    Joined:
    Dec 10, 2013
    Messages:
    7
    Likes Received:
    0
    Nitesh:

    Thanks for your help. I am starting to modify the footer areas. Can you please tell me from where you get default information to populate the home page. I have asked on several occasions for this information but no one will tell me. For example, in the 3rd footer widget area is a listing of categories. However, this is not shown in the Appearance --> Widgets area. What shows on the home page is:

    Categories

    However, these categories do not exist in my system! WHERE ARE THEY COMING FROM?

    Thanks,

    Tom
     
  12. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello Tom,

    These are default widgets. You can remove them or replace them by your widget.
    Go to the Appearance > widget
    Drag and drop widget of your choice in the 2nd and 3rd footer widget area.
    It will remove default widget and place your widgets.

    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page