Tagged: x
-
AuthorPosts
-
March 16, 2017 at 2:38 am #1409231
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.
March 16, 2017 at 2:38 am #1409232themouthygorilla.com
March 16, 2017 at 3:53 am #1409293Hi 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.
March 16, 2017 at 7:19 am #1409472This reply has been marked as private.March 16, 2017 at 9:42 am #1409659The 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 themewp-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.
March 16, 2017 at 11:00 am #1409790Hi 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..
THanksMarch 16, 2017 at 6:13 pm #1410284This reply has been marked as private.March 22, 2017 at 5:49 am #1416062Youre the man! THanks very much)
March 22, 2017 at 9:47 am #1416285You’re most welcome 🙂
-
AuthorPosts