Forum Replies Created
-
AuthorPosts
-
4Bservices
MemberAnyone?
4Bservices
MemberI DID IT!!! Whoohooooo! thank you for your help!
For others that come across this post I had to change the call of the navigation from the functions.php as well as editing the wrap in the stylesheet.
4Bservices
MemberOkay so I added the code to the functions.php file and it moved but now there are two and it's a little above the wrap.
4Bservices
MemberTried and nothing. Actually all of that code I added into the simple hooks was showing on the website with no change.
4Bservices
MemberIf only I could get it there. For now it refuses to move. I'm not sure if I'm using the wrong code in the wrong hook area but it just refuses to go anywhere.
4Bservices
Memberhttps://drive.google.com/file/d/0Bx52k4FYPRMJdHFyVGstYS1Rb2s/edit?usp=sharing
Screen shot of where the hooks are.
4Bservices
MemberUgh still nothing 🙁
I see that I need the navigation to appear in genesis_before. I'm trying that code
/** Move primary nav menu */ remove_action( 'genesis_after_header', 'genesis_do_nav' ); add_action( 'genesis_before', 'genesis_do_nav' );
but nothing changes. So frustrating!
4Bservices
MemberIt's no problem!!! Let me know your website I'd like to thank you via some social sharing of recent posts 🙂
Off to try this other plugin. Was thinking if I just moved the "wrap" down that would solve it but moving the navigation up works too --- now to just figure out the code!
4Bservices
MemberSo I added this:
/** Move primary nav menu */ remove_action( 'genesis_after_header', 'genesis_do_nav' ); add_action( 'genesis_before_header', 'genesis_do_nav' );
into the simple hook for wp_head hook as well as genesis_before_header and genesis_header but nothing changes.
4Bservices
MemberShouldn't the tabs be moved up so they are out of the white wrap?
How would I add padding to just the first li? And I don't want the secondary navigation to move just the top/primary. I'm not 100% on how to write the .top-nav (or whatever it is) padding code to not break the site 🙂
I've been starring at CSS so long everything is looking wrong and jumbled. Any help is VERY appreciated!!
-
AuthorPosts