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 » Atahualpa 3 Wordpress theme » Page & Category Menu Bars »

Add text in Category Bar


  #1  
Old Apr 18, 2009, 07:44 AM
bg74blogger
 
18 posts · Feb 2009
Hello,

is it possible to add a hardcoded text in the category menu bar?

I am using Atahualpa Theme for Wordpress, my URL is http://www.veilchen-blog.de

There is a screenshot for better understanding:



It would be very cool to add a text at this position, I hope you can help me.

Thank you
Sven
  #2  
Old Apr 19, 2009, 07:29 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
In bfa_header_config.php replace
PHP Code:
    $page_menu_bar .= '</ul></div>' "\n";
    
// END of Page Menu Bar 
with

PHP Code:
    $page_menu_bar .= '</ul>

<div id="header-links">
<a href="link">Link</a> | <a href="link">Link</a> | 
<a href="link">Link</a> | <a href="link">Link</a> 
</div>

    </div>' 
"\n";
    
// END of Page Menu Bar 
and

PHP Code:
    // Page Menu Bar 
    
$page_menu_bar '<div id="menu1"><ul id="rmenu2" class="clearfix rMenu-hor rMenu">' "\n"
with

PHP Code:
    // Page Menu Bar 
    
$page_menu_bar '<div class="clearfix" id="menu1"><ul id="rmenu2" class="clearfix rMenu-hor rMenu">' "\n"
And add a CSS Insert:

HTML Code:
/* Put the border on the parent div container so
it wraps both the menu bar and the new links */
div#menu1 {
border: 1px dashed #cccccc;
}
/* remove the border from the Page Menu bar */
ul#rmenu2 {
border: none;
float: left;
width: 700px;
}
/* new container for new links */
div#header-links {
width: 250px;
float: right;
}

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing category order in category menu bar, not in sidebar cat. list paulae Page & Category Menu Bars 13 Mar 30, 2011 05:36 PM
How To add Bold and Underline to Page and Category Menu Bar Hovers fromtheranks Page & Category Menu Bars 8 Aug 5, 2010 05:07 AM
[SOLVED] I have category bar options but no category bar ??? jankph Page & Category Menu Bars 2 Jul 7, 2009 07:44 AM
Show Child Category In Category Menu Bar? mwsmedia Page & Category Menu Bars 1 Jun 29, 2009 05:06 AM
Add second category menu bar? paulae Page & Category Menu Bars 2 Mar 23, 2009 08:51 PM


All times are GMT -6. The time now is 07:16 AM.


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