wilddoktor
MemberForum Replies Created
-
You, sir, are a genius! 🙂 It works now…thank you!
Unfortunately, I just realized that once I click on a link in the secondary menu and go to that page…the secondary menu goes away. Oops…I hadn’t thought of that! So I’d need to create an array encompassing every page on my site, and then assign a secondary menu to each page.
I don’t think I’ll do that. 🙂
Ah, well; looks like I’ll just have to use the sidebar and dynamic widgets.
Thank you so much for your help!!
Ok; I think I see the logic, but am nonetheless a bit confused. I’m thinking that
'secondary-menu-page1' => __( 'Secondary Menu (Page 1)', 'graphene' ),would translate in my case to
'secondary-menu-about' => __( 'Secondary Menu (About)', 'graphene' ),and then
if ( is_page('page1') )
$args = array_merge( $args, array( 'theme_location' => 'secondary-menu-page1' ) )would translate in my case to
if ( is_page('about') )
$args = array_merge( $args, array( '/themes/tcgveritas' => 'secondary-menu-about' ) )But that’s obviously not correct, as I get a “Parse error: syntax error, unexpected T_IF” error in line 14 when I try it. 🙂
Mind giving me another hint? I really appreciate your help!
You’re awesome…gonna try this now. 🙂
Yeah…that’s really close! The problem is, of course, that on all the other pages now the nav bar is right in the middle of the page. 🙂 Any hints on how to get this setup to only show on the home page?
Well, I’ve gotten closer by using the “one column, no sidebar” template for the home page, and changing the slider display style to “background image and excerpt”. I’ve also messed around with the layout of the “excerpt” area in the slider.
Have a look; it’s a work in progress: http://www.thatcomputergeek.com/v1
But I’d still love to put it (the slider) above the nav bar so I could use the “two (or three) columns, sidebar on the left” layout(s) with the homepage, but keep the nice, full-width slider…but I understand if that’s outside the scope of your patience! 🙂
Thanks for your reply Syahir! I guess I need another hint…I’m not very good @ CSS or WP yet.
(I thought maybe I needed move the slider div tag into the header, just above the nav div…but…I can’t find a slider div tag in any of the theme files, and I’m unsure where to look.)
Help?
My pleasure…I finally get to answer a question rather than ask one! 🙂
Oh; I only want this setup on the home page…all other pages as-is…
Graphene Options –> Display –> Colours Options –> Content area
Ought to do the trick for you…
Thanks; this helped me change the two-col-right…I changed the radius to 10, and added a margin of 10, and things are looking more and more like what we need.
Awesome theme!
