Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Montezuma Theme »

Problem with a second menu


  #1  
Old May 11, 2013, 09:34 PM
manunu
 
9 posts · May 2013
Exclamation Problem with a second menu

Hi everybody, i am using Montezuma theme, and is awesome, but, i have some problems to put a second nav menu, In the place where is the house Icon and the "Blog slug" i want to put in that place a nav menu, because there place is perfect for navigation,

Please i need help to put a menu in that place, ¿how i can install in that place?

Thanks!
  #2  
Old May 12, 2013, 06:38 AM
jerryc
 
367 posts · Oct 2012
Florida
Edit your header.php file, in subtemplates. You may need to revise the CSS grid, too, if you want to change the layout. The documentation is pretty clear. Play with it, and you'll get it.
  #3  
Old May 12, 2013, 06:47 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
first- have you located the th ebit of code tha creates that?
If not, on your play site, go thru the virtual templates and remove chuncks of code till you find out where that is being created, then look at that code and see what it does.

Last edited by juggledad; May 13, 2013 at 04:03 AM.
  #4  
Old May 12, 2013, 09:14 PM
manunu
 
9 posts · May 2013
Thanks!, I gonna make some changes in the layout, but, I can't find where is the <?php bfa_breadcrumbs ( 'breadcrumbs1' ); ?> located, I want to do something like this


Thanks c:

Last edited by juggledad; May 13, 2013 at 04:03 AM.
  #5  
Old May 13, 2013, 04:04 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
well lets start at the begining. The first virtual template that runs is 'Index.php'/
Now what does it call?

Last edited by juggledad; May 13, 2013 at 07:37 AM.
  #6  
Old May 13, 2013, 07:10 AM
manunu
 
9 posts · May 2013
I have this code,

Code:
<!--<div id="container">-->

<?php get_header(); ?>

<div id="main" class="row">

	<div id="content" class="cf col8">
		
		<?php bfa_content_nav( 'multinav1' ); ?>
		
		<?php bfa_loop( 'postformat' ); ?>
		
		<?php bfa_content_nav( 'multinav2' ); ?>
		
	</div>
	
	<div id="widgetarea-one" class="col4">
		<?php dynamic_sidebar( 'Widget Area ONE' ); ?>
	</div>

</div>
	
<?php get_footer(); ?>

<!--</div>-->
When i go to style -> Menu, I see the option to configure 2 menus but only appear the menu where is located the star, I just want to put a menu where is located the "house" icon.

Thanks for you help!
  #7  
Old May 13, 2013, 07:39 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
see how this code has the line
HTML Code:
<?php get_header(); ?>
that is a function - now go lookup that function - press the 'Limited PHP code' tab (top right) and read what it does.
  #8  
Old May 13, 2013, 07:51 AM
manunu
 
9 posts · May 2013
Thanks for the help, I do a change, and put this code

Code:
</div>
		<?php wp_nav_menu( array( 
			'container' => 'nav', 
			'container_class' => 'menu-wrapper col7', 
			'container_id' => 'menu1-wrapper', 
			'menu_id' => 'menu1', 
			'menu_class' => 'cf menu', 
			'theme_location' => 'menu1', 
			'fallback_cb' => 'bfa_page_menu' 
		) ); ?>
	</div>
</div>

<a href="<?php bloginfo( 'rss2_url' ); ?>" class="rsslink" title="<?php _e( 'Subscribe to RSS Feed', 'montezuma' ); ?>"></a>
		

<div id="breadcrumbs1-bg">
	<nav id="breadcrumbs1" class="breadcrumbs lw">
<?php bfa_breadcrumbs ( 'breadcrumbs1' ); ?>



<!-- STYLE SECONDARY MENU-->
<?php wp_nav_menu 					
  			( 
			'container' => 'nav', 
			'container_class' => 'menu-wrapper col7', 
			'container_id' => 'menu2-wrapper', 
			'menu_id' => 'menu2', 
			'menu_class' => 'cf menu', 
			'theme_location' => 'menu2', 
			'fallback_cb' => 'bfa_page_menu2' 
		) ); ?>
	 
              
	 
  </nav>
</div>
And this is how appear



But what i want is change that "blog" and in that place put the secondary menu (With the house icon),

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
IE menu problem tim55057 Page & Category Menu Bars 1 Nov 30, 2011 02:16 PM
[SOLVED] Menu bar problem peroerik Plugins & Atahualpa 2 Sep 21, 2011 09:19 AM
Sub menu width problem with WP3 garnpet Page & Category Menu Bars 5 Jun 18, 2010 10:58 AM
Problem with the center menu bar Bernhard Header configuration & styling 1 Jun 4, 2010 05:34 AM
Page Menu Bar Problem charliesjones Page & Category Menu Bars 4 Mar 26, 2010 08:07 AM


All times are GMT -6. The time now is 11:12 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.