Home Forums Free Themes Photo Perfect Cropped header image on inner pages

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #142434
    William Boswell
    Participant

    Cropped header image on inner pages.

    I am trying to use a shorter header image on the inner pages but cannot find the settings to make it appear on the inner pages. I continue to get the same front page header on all the inner pages even though I have a shorter image in this section:

    Default Shrinked Image for Inner pages
    Recommended size: 1600px x 350px

    #142439
    Psink
    Keymaster

    Hello @william

    Please share your site URL. We will inspect and give you a few lines of CSS code that will help you to make the header image shorter on the inner pages.

    Regards,
    Psink

    #142441
    Psink
    Keymaster

    Please add this CSS in the theme

    CSS to change white color parts to black

    
    main#main {
        background: #000 !important;
        box-shadow: none;
    }
    

    If you want changes color you can change color in above CSS ‘#000’

    Please Go to Admin panel >> Appearance >> Customizer >> Additional Css, paste above css here and published

    #142440
    William Boswell
    Participant

    home page is: https://boswell.ca/wp/

    and inner pages are still being worked on but here is one:

    https://boswell.ca/wp/contact/

    Also, how do I get the white areas filled with a different color? I bought the Pro version since I was told I could change the white borders to black.

    The white area around the black text box or the gallery on the home page need to be changed to black.

    Thank you.

    #142461
    William Boswell
    Participant

    Ok thanks that worked. Now how do I get a shorter header image to appear on pages other than the home page?

    #142508
    Psink
    Keymaster

    add this CSS in Additional CSS – change the height as per your requirement

    
    body:not(.home)  .featured-banner img{
        max-height: 300px;
    }
    

    have a good day

    #142543
    William Boswell
    Participant

    Very helpful, thank you but is there a way to specify the image that I crop in Photoshop be used in the non-home page? The code you gave me works but it squeezes the image from the bottom and creates a distorted image compared to cropping to the desired size.

    Question 2:
    I am using Modula to create and manage galleries. When I click on an image created with Modula I was told that Photo Perfect Pro is also opening up the image so I get a double image. So what I need to do is to stop Photo Perfect Pro from opening the lightbox when I have the Modula plugin doing that for me.
    Here is what the support at Modula told me:

    >>>>>>>
    Regarding you second question , as I can see you have there 2 plugins that are in your lightbox : the Modula Lightbox and photo-perfect-pro . The second one overlaps our lightbox as shown in this screenshot : https://prnt.sc/wksa42 . After you close our lightbox there will still be the second one created by the second plugin : https://prnt.sc/wksblp . You should deactivate the second plugin or see if there is an option in it that will not open the lightbox .
    >>>>>>>

    Thank you.

    #142575
    Psink
    Keymaster

    Hello William

    Here is the CSS to hide the default lightbox. Add this in Additional CSS

    
    div#pbOverlay.show {
        display: none !important;
    }
    

    Using different header images in non-homepage. I’m not sure that it is possible or not. So, for now, I have contacted the theme author for this. I will inform you is it possible or not after the theme author’s response.

    Have a good day

    Regards,
    Psink

    #143032
    Psink
    Keymaster

    Hello william

    We have released a new update. Now it’s possible to use different header images in other pages different from the homepage header image.

    You will find the “Enable Shrunk Header” option inside the header image, just tick that option and upload the image in the “Default Shrinked Image for Inner pages” option

    Have a great day

    Regards,
    Psink

    #143075
    William Boswell
    Participant

    Thank you.

    I assume that feature is available only in the Pro version. I decided I was not needing any of the Pro features so I asked for, and received, a refund.

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.