Navigation Menu on Top Page (before Logo)

Does anybody know how to place the Navigation Menu on the very top page?  Just like here in Boonex site?
Tks in advance

Quote · 9 Oct 2011

sent PM

template maker link at the bottom of site, and it's a free template

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 9 Oct 2011

 

sent PM

template maker link at the bottom of site, and it's a free template

Or you could have told him how to edit _sub_header.html.

 

Explanation after the break.

 

Edit:  /templates/base/_sub_header.html*

 

 <div class="sys_main_logo">
        <div class="sys_ml" style="width:__main_div_width__;">
            <div class="sys_ml_wrapper">
                <bx_injection:injection_logo_before />
                __main_logo__
                <bx_injection:injection_logo_after />
            </div>
        </div>
        <bx_injection:banner_top />
    </div>
    <bx_injection:injection_between_logo_top_menu />
    <div class="sys_top_menu">
        <bx_injection:injection_top_menu_before />
        __top_menu__
        <bx_injection:injection_top_menu_after />         
        <div class="clear_both">&nbsp;</div>
    </div>

 

Change to

 

    <div class="sys_top_menu">
        <bx_injection:injection_top_menu_before />
        __top_menu__
        <bx_injection:injection_top_menu_after />         
        <div class="clear_both">&nbsp;</div>
    </div>
    <bx_injection:injection_between_logo_top_menu />
    <div class="sys_main_logo">
        <div class="sys_ml" style="width:__main_div_width__;">
            <div class="sys_ml_wrapper">
                <bx_injection:injection_logo_before />
                __main_logo__
                <bx_injection:injection_logo_after />
            </div>
        </div>
        <bx_injection:banner_top />
    </div>

 

You'll need to empty the /cache/ (except for the .htaccess file) and /cache_public/ directories after doing this.

 

* This may depend on what template you're using.  If you have a third-party template, you may need to look under that template's directory.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 9 Oct 2011

 

sent PM

template maker link at the bottom of site, and it's a free template

 Newton27
  Thank you very much.
  I am going to test Nathan script, but I am thankful for your offer.

Nathan Paton.
  Thank you, very much, for sharing this script with the community here in Forum.
  Putting my hand on it now.

Quote · 9 Oct 2011

and...

 

  Nathan code worked perfectly well. 
  But the module Icons/Titles are always between the Menu and the Logo.
  How to put the logo right after the menu?

  Thank you again

 

 

 

Quote · 9 Oct 2011

If is there someone available to get this Code.  This free Template can make exactly what I am looking for.  I just don´t know how to.

http://demo.cogzideltemplates.com/free/dolphin/dolphin7.0.7/browse.php 

Free download from
http://www.cogzideltemplates.com/download_free/templates/38

And please, share here.  It may have more people interested...Wink

 

 Note:  this guys have some awesome templates!  congrats.  Keep the nice job

Thank you

Quote · 9 Oct 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.