Tagged: featured image, header
- This topic has 26 replies, 7 voices, and was last updated 10 years, 8 months ago by Sakin.
-
AuthorPosts
-
September 11, 2013 at 2:53 am #14375jenbrookswriterMember
I’d like to have one header image for my home page and a different header image for the others. Can this be done? Thank you!
My site: http://www.jenbrookswriter.com/
September 11, 2013 at 10:56 pm #14399SakinKeymaster@jenbrookswriter: Sorry this feature is not available in Free Version. You have to upgrade to Catch Everest Pro version.
September 12, 2013 at 2:53 am #14424jenbrookswriterMemberHi Sakin,
But I am using the Catch Everest Pro version. 🙂 I don’t want the header image to be “random.” I want one specific image on the home page, and a different specific image, a more cropped one, for all the other pages. How do I achieve this?
Thanks!
-Jen
September 12, 2013 at 2:56 am #14425jenbrookswriterMemberWhoops. I just double-checked and I had the free version still activated. (I had originally used that one.) I just switched it back to the pro version. So sorry about that! My question still stands. 🙂
September 13, 2013 at 2:43 am #14470SakinKeymaster@jenbrookswriter: Ok. Now you can go to “Appearance => Theme Options => Header Featured Image Options”. Then you will see “Enable Featured Header Image” where need to click on “Entire Site, Page/Post Featured Image”.
Note: Make sure you have added in Featured Image in your page. Otherwise, it will not display. To learn about adding in Featured Image in page, see this http://en.support.wordpress.com/featured-images/#setting-a-featured-image
September 13, 2013 at 3:17 am #14475jenbrookswriterMemberHi Sakin!
I followed your directions and added a featured image to each page that isn’t the home page. When I enabled the featured header image for “entire site, page/post featured image,” the effect wasn’t quite what I wanted. The featured image showed up underneath the header and again under the menu. I’m trying to replace the header from the home page with a different picture on all the pages that aren’t the home page. I don’t want to add another image in addition to the header. Help?
I temporarily turned the featured header image back off because it doesn’t look right, but if you tell me to, I will turn it back on for you to see.
Thanks!
-JenSeptember 13, 2013 at 4:00 am #14477victoriaMemberI have a related question about the featured image set for each page. When I select the featured image specific to any page using any image it gives me a white horde around the image.
I would like to have no border/margin so it looks exactly the same size the rotating slider image size.
http://awesomedogri.com/therapy-dog/
Thank you.
Victoria
September 13, 2013 at 8:23 am #14484SakinKeymaster@jenbrookswriter: It’s little difficult to explain and work on it. I can configure that for you. I will email you now.
September 13, 2013 at 8:34 am #14485SakinKeymaster@victoria: I see that you have set “Featured Header Image Position” to “Before Header”. Make that to “After Menu” in “Appearance => Theme Options => Header Featured Image Options”.
Then to remove the border (Shadow) in the header featured image, you can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#main-feat-img { box-shadow: none; }
I see that you have reduce the height of the menu. This will give issue to your submenu and I see that I cannot click to submenu. So, you need to change the position of submenu as well. To do that, you can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-menu ul.menu ul { top: 40px; }
September 30, 2013 at 11:03 pm #15339kylienortonMemberhello I am using Everest Pro and want to keep the slider on the homepage but have one feature header image sitewide. It works sitewide, but it putting the header image on the home page also, I do not want this. Can you please advise how I can hide it. Thanks
September 30, 2013 at 11:34 pm #15345SakinKeymaster@kylienorton: The easiest way will be to add the CSS to hide it in Homepage. Send me your site URL, then I will check in and send you the css code to hide it.
October 1, 2013 at 12:11 am #15346kylienortonMemberhello i have sent an email with the access details and site details for you to view.
October 1, 2013 at 12:54 am #15349kylienortonMemberhello do you have the code please
October 1, 2013 at 11:30 pm #15385SakinKeymaster@kylienorton: Yes I have replied your email.
February 13, 2014 at 5:45 am #20314SteveMemberHello Sakin
I’ve recently upgraded to Catch Everest Pro and I seem to be having the same problem as Jen (see above). I want my featured image to replace the main header image on a few select pages. Basically all the pages that have the SFW Painting Logo needs to have that logo instead of the SFW Construction Logo. I can’t seem to figure it out.thanks in advance for you help!
February 13, 2014 at 2:26 pm #20322SakinKeymaster@Steve: Sorry you cannot change the logo for different pages. Logo is fixed image.
But you can change the ‘Header Featured Image’. For homepage, you can add it from “Appearance => Theme Options => Header Featured Image” and then upload the image and do the necessary settings. If you select Enable Featured Header Image as “Entire Site, Page/Post Featured Image”. Then the Header Featured Image changes as per the page featured image.
February 13, 2014 at 11:48 pm #20338SteveMemberAwesome. I got that to work. Thanks so much! Now i’m trying to make the header featured image float all the way to the left and get rid of the shadow around it. I saw the custom css above and tried that but it did not seem to work. Any thoughts?
February 14, 2014 at 12:10 am #20340SakinKeymaster@Steve: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#main-feat-img { box-shadow: none; /* Remove Border */ float: left; /* Float Left */ }
February 14, 2014 at 12:29 am #20341SteveMemberperfect! thank you so much Sakin!
February 14, 2014 at 12:42 am #20342SteveMemberok, it’s getting a lot closer to what i’m trying to do. however, i want the header right sidebar to be even with the header image and not moved down a line or two. how do i control where those widgets will appear exactly?
-
AuthorPosts
- The topic ‘different header image on pages’ is closed to new replies.