ThemeAwesome / WP-Forge

WP-Forge - A Foundation for Sites WordPress Theme
https://themeawesome.com/wp-forge-wordpress-foundation-for-sites-theme/
85 stars 28 forks source link

Adding Search Bar to Top Bar navigation #18

Closed shelms closed 9 years ago

shelms commented 9 years ago

Hello, I'm hoping to add a Search Bar to the Top Bar navigation, as described in "Built In Components" here: http://foundation.zurb.com/docs/components/topbar.html#

Several common elements have been supported by default, each one of these elements gets added to either the ul.right or ul.left unordered lists within your Top Bar navigation.

My question is whether I should be adding this code to my WP-Forge child's content-nav.php file? Thank you!

tsquez commented 9 years ago

Yes, you should always modify child them files On Dec 18, 2014 12:23 PM, "shelms" notifications@github.com wrote:

Hello, I'm hoping to add a Search Bar to the Top Bar navigation, as described in "Built In Components" here: http://foundation.zurb.com/docs/components/topbar.html#

Several common elements have been supported by default, each one of these elements gets added to either the ul.right or ul.left unordered lists within your Top Bar navigation.

My question is whether I should be adding this code to my WP-Forge child's content-nav.php file? Thank you!

— Reply to this email directly or view it on GitHub https://github.com/tsquez/wp-forge/issues/18.

shelms commented 9 years ago

thanks! I definitely would only modify the child theme. just making sure that the content-nav.php file is the correct location to make changes/ additions.

tsquez commented 9 years ago

Yes you are correct. Remember, all you have to do when you want to modify a file is copy it from WP-Forge into your child theme file and then make your modifications. I would def like to see what you end up with, so if possible, post a link or maybe even a screenshot of what you accomplish :wink:

shelms commented 9 years ago

Will do -- thanks again, Thomas!