Home › Forums › Free Themes › Photo Perfect › Cropped header image on inner pages
- This topic has 9 replies, 2 voices, and was last updated 3 years, 9 months ago by William Boswell.
-
AuthorPosts
-
January 9, 2021 at 5:16 pm #142434William BoswellParticipant
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 350pxJanuary 9, 2021 at 11:25 pm #142439PsinkKeymasterHello @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,
PsinkJanuary 10, 2021 at 12:00 am #142441PsinkKeymasterPlease 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
January 10, 2021 at 12:01 am #142440William BoswellParticipanthome 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.
January 10, 2021 at 9:31 am #142461William BoswellParticipantOk thanks that worked. Now how do I get a shorter header image to appear on pages other than the home page?
January 11, 2021 at 1:04 am #142508PsinkKeymasteradd 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
January 11, 2021 at 7:54 pm #142543William BoswellParticipantVery 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.
January 12, 2021 at 2:44 am #142575PsinkKeymasterHello 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,
PsinkJanuary 20, 2021 at 2:43 am #143032PsinkKeymasterHello 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,
PsinkJanuary 20, 2021 at 2:52 pm #143075William BoswellParticipantThank 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.
-
AuthorPosts
- You must be logged in to reply to this topic.