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.
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.
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
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.
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.
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
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
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 Entertainment Technology Template Design Sports & Recreation Jobs & Li festyle However, these categories do not exist in my system! WHERE ARE THEY COMING FROM? Thanks, Tom
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