Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1409231

    themouthygorilla
    Participant

    Hi this seems like it should be easy but I cant figure it out in the customizer. I just want an image above the navbar. No carousel. Just an image then below it my navigation bar and below that a slider of posts. If I shut off the carousel bar above, then the navbar moves right up to the top of the page, but Id like a header image there.

    #1409232

    themouthygorilla
    Participant

    themouthygorilla.com

    #1409293

    Lely
    Moderator

    Hi There,

    Thanks for posting in. I can’t see your site because I need to login. Although to achieve what you want, we can use Revolution SLider with just one slide with the image. Then on your page settings, look for SLIDER SETTINGS: ABOVE MASTHEAD. Select the slider you just created.

    Hope this helps.

    #1409472

    themouthygorilla
    Participant
    This reply has been marked as private.
    #1409659

    Christian
    Moderator

    The only solution would be template modification. Copy wp-header.php located in wp-content\themes\x\framework\views\ethos to the same folder in your child theme wp-content\themes\x-child\framework\views\ethos. Open the copied file and add your image above the line

    <?php x_get_view( 'ethos', '_post', 'carousel' ); ?>

    It should look like this

    <img src="http://example.com/your-image.jpg" style="width:100%">
    <?php x_get_view( 'ethos', '_post', 'carousel' ); ?>

    Thanks.

    #1409790

    themouthygorilla
    Participant

    Hi Christian
    Awesome!!))
    Can you just tell me a couple of things?
    Firstly, are you in the phillipines? I just got a message from Wordfence about a log in from there so Im just confirming.
    Also, the banner takes on the size of the photo or the photo is fit into a defined space? If so what are the dimensions of that space? Or can I adjust it? How? I would like it to be thinner..
    THanks

    #1410284

    Rad
    Moderator
    This reply has been marked as private.
    #1416062

    themouthygorilla
    Participant

    Youre the man! THanks very much)

    #1416285

    Thai
    Moderator

    You’re most welcome 🙂