Forum Replies Created
-
AuthorPosts
-
MompreneurMedia
MemberIs there a way to replace the background image in front-page.php with the slider?
I am using the Revolution Slider.
Right now I have the slider's shortcode in the front page 1 widget area.
MompreneurMedia
MemberThis is what the header is currently set to
.front-page .site-header {
background-color: #000;
background-color: rgba(0, 0, 0, 0.4);
}MompreneurMedia
MemberThanks for your help.
This is what it looks like with the backstretch image and how I need it to look with the slider. The opacity is already set.
http://wsh.mompreneurmedia.com/wp-content/uploads/2017/07/wsh-1.jpg
Any suggestions?
Thank you
MompreneurMedia
MemberThat did the trick. Thank you so much Tom!!
MompreneurMedia
MemberHi Tom,
I followed your steps using http://pastebin.com/ and Notepad++. Still not successful.
I appreciate all of your help. Any other ideas?
Kindly,
NicoleMompreneurMedia
MemberThank you Tom!
This is the code I got from the Studiopress site raw code: It says not to use the opening php tag.
<?php
//* Do NOT include the opening php tag
//* Reposition the secondary navigation menu remove_action( 'genesis_after_header', 'genesis_do_subnav' ); add_action( 'genesis_before_header', 'genesis_do_subnav' );Here is an image of where the tag was added. Does it look correct to you?
Nicole
MompreneurMedia
MemberThank you Carliegh!
This is the code I added. When I remove it everything goes back to normal but then the nav bar isn't where I need it to be. Any ideas?
//* Reposition the secondary navigation menu
remove_action( 'genesis_after_header', 'genesis_do_subnav' );
add_action( 'genesis_before_header', 'genesis_do_subnav' );Nicole
-
AuthorPosts