Viewing 20 posts - 1 through 20 (of 27 total)
  • Author
    Posts
  • #14375

    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/

    #14399
    Sakin
    Keymaster

    @jenbrookswriter: Sorry this feature is not available in Free Version. You have to upgrade to Catch Everest Pro version.

    #14424

    Hi 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

    #14425

    Whoops. 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. 🙂

    #14470
    Sakin
    Keymaster

    @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

    #14475

    Hi 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!
    -Jen

    #14477
    victoria
    Member

    I 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

    #14484
    Sakin
    Keymaster

    @jenbrookswriter: It’s little difficult to explain and work on it. I can configure that for you. I will email you now.

    #14485
    Sakin
    Keymaster

    @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; }

    #15339
    kylienorton
    Member

    hello 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

    #15345
    Sakin
    Keymaster

    @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.

    #15346
    kylienorton
    Member

    hello i have sent an email with the access details and site details for you to view.

    #15349
    kylienorton
    Member

    hello do you have the code please

    #15385
    Sakin
    Keymaster

    @kylienorton: Yes I have replied your email.

    #20314
    Steve
    Member

    Hello 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.

    sfwconstruction.com

    thanks in advance for you help!

    #20322
    Sakin
    Keymaster

    @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.

    #20338
    Steve
    Member

    Awesome. 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?

    #20340
    Sakin
    Keymaster

    @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 */
    }
    #20341
    Steve
    Member

    perfect! thank you so much Sakin!

    #20342
    Steve
    Member

    ok, 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?

Viewing 20 posts - 1 through 20 (of 27 total)
  • The topic ‘different header image on pages’ is closed to new replies.