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 » Header configuration & styling »

How to: Remove link from blog title & add a thin solid black line below the page menu


  #1  
Old Jul 1, 2010, 01:01 AM
SavingHumanity
 
6 posts · Feb 2010
NYC
Send a message via Skype™ to SavingHumanity
How to: Remove link from blog title & add a thin solid black line below the page menu

I'm using 3.4.9 with Wordpress 3.0

1) I'd like to know how to remove the link from my Wordpress Blog Title, I've made the changes via the front-end Atahualpa Theme Options, but it didn't work so I'd like to know what edits to the baseline theme coding I should make.

Note, I'd like the blog title to be plain black text.

2) How can I add a thin black line that runs the entire width of the screen and separates the Page Menu bar from the blog title.

Bonus - if anyone knows how to horizontally distribute the page menu evenly across the width of the screen then that'd be great :-)

Thanks so much. I'm a Gold member, but still love Atahualpa and plan to keep using it!
  #2  
Old Jul 1, 2010, 07:08 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Quote:
Bonus - if anyone knows how to horizontally distribute the page menu evenly across the width of the screen then that'd be great :-)
did you try %page-center - it won't evenly distribuite it, but will center it and if you arn't going to add more pages, you could add some left and right padding.

Quote:
1) I'd like to know how to remove the link from my Wordpress Blog Title, I've made the changes via the front-end Atahualpa Theme Options, but it didn't work so I'd like to know what edits to the baseline theme coding I should make.
the blog title in the logo area or the blog title when used overlaying the header image?

Quote:
2) How can I add a thin black line that runs the entire width of the screen and separates the Page Menu bar from the blog title.
Ues %bar1 or %bar2 and use 'border-bottom: solid 1px #000;' in it's styling
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Jul 1, 2010, 09:47 AM
SavingHumanity
 
6 posts · Feb 2010
NYC
Send a message via Skype™ to SavingHumanity
thanks!

The blog title in the logo area

My Website is http://www.DavidJaffee.com for reference.

Thanks for the input, let me know your thoughts when you have a second!
  #4  
Old Jul 1, 2010, 10:40 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
edit bfa_header_config.php and find lines 177-189 (versuion 3.4.9 -> 3.5.1) which should be
HTML Code:
			if ( $bfa_ata['blog_title_show'] == "Yes" ) {
				echo '<h' . $bfa_ata['h_blogtitle'] . ' class="blogtitle"><a href="'; 
				bloginfo('url'); echo '/">'; bloginfo('name'); echo '</a></h' . $bfa_ata['h_blogtitle'] . '>'; 
			}
and change them to
HTML Code:
			if ( $bfa_ata['blog_title_show'] == "Yes" ) {
				echo '<h' . $bfa_ata['h_blogtitle'] . ' class="blogtitle">'; bloginfo('name'); echo '</h' . $bfa_ata['h_blogtitle'] . '>'; 
			}
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Jul 1, 2010, 10:01 PM
SavingHumanity
 
6 posts · Feb 2010
NYC
Send a message via Skype™ to SavingHumanity
hey. thanks so much. i made the necessary changes and like it much better :-) Http://www.davidjaffee.com

The only remaining item is to add more horizontal space between the page menu items. I tried adding "Padding 5px" in the "Border around all menu items" in the Theme Options, but it didn't work.

Please let me know what code to enter so that i can increase the horizontal space between the page menu items.

thanks!
  #6  
Old Jul 2, 2010, 03:30 PM
SavingHumanity
 
6 posts · Feb 2010
NYC
Send a message via Skype™ to SavingHumanity
anyone have thoughts on this? thank you

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] How so I change the &quot;blog title&quot; link? Scoop The Dirt Header configuration & styling 2 Oct 25, 2009 11:48 PM
[SOLVED] how to change blogtitle.com to blog title &amp; where to imput tag line? Athena Header configuration & styling 2 Oct 8, 2009 12:29 AM
[SOLVED] How to add 1 px solid line separators between sidebar widgets eftim Sidebars & Widgets 14 Jun 5, 2009 03:38 PM
Remove blog title text add image benw Header configuration & styling 4 Apr 28, 2009 03:50 PM
How to change dotted border line in the layout to solid line? araneum Atahualpa 3 Wordpress theme 1 Feb 21, 2009 06:40 PM


All times are GMT -6. The time now is 10:52 AM.


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