Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #276198
    Jeroen Kloppenburg
    Participant

    Hi! I have two problems:

    1) I have problems using an image with the ‘background media’. What I actually want is to have an image behind the site title on all pages, preferably one I could rotate from a pool of images.
    See this page: https://www.jeroenkloppenburg.photography/my-gear/
    But, depending on the browser size, the image bleeds under the menu. I do not want that. I only want it to have behind the site title and stop where the menu starts… How can I do this?

    2) On my homepage I used ‘Featured Slider’ to show a few galleries. But it is showing old posts. I would like to have it show the last added posts from that category. How can I do that?

    Thanks! Third theme I bought from you.

    #276233
    Skandha
    Participant

    @jkwildlife: Hello there,
    First remove the background image that you selected in the customizer and
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #masthead {
        background-image: url("https://www.jeroenkloppenburg.photography/wp-content/uploads/2021/03/prints-logo-emails2.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }

    The Featured Slider order issue has been fixed and an update will be released soon. I will let you know when the update is released.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #276237
    Jeroen Kloppenburg
    Participant

    Thanks! Is it possible to make that a random image from a loop somehow?

    #276266
    Jeroen Kloppenburg
    Participant

    Oh, and if the text on the featured slider button would be customizable that would be awesome too. I use it for a gallery now, so “view gallery” would fit a lot more then ‘continue reading’…

    #276298
    Skandha
    Participant

    @jkwildlife: Hello there,
    It is not possible to make a random image to loop.

    Please use the Custom Type Slider to be able to change the slider button text.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Page header background /’ is closed to new replies.