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 can I get rid of lines above and below the header?


  #1  
Old Oct 12, 2010, 12:47 PM
jstein
 
95 posts · Sep 2010
I've tried a whole bunch of things to make those lines disappear but nothings has worked. I'm also still not able to make my header height enough to show my whole header. But first things first. Any ideas about my first question?
  #2  
Old Oct 12, 2010, 12:55 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Here is a link to the answer in the FAQ thread.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #3  
Old Oct 12, 2010, 07:12 PM
jstein
 
95 posts · Sep 2010
Thanks for that lead. I tried finding the code he was talking about but couldn't. Once I find it though, all I have to do is change the color code? Can you give me more specific instructions on how to find the css?
  #4  
Old Oct 12, 2010, 07:29 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
It's in CSS Inserts.

Look in Atahualpa Theme Options (ATO)>Add HTML/CSS Inserts>CSS Inserts
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #5  
Old Oct 12, 2010, 08:15 PM
jstein
 
95 posts · Sep 2010
I don't see that code in the CSS inserts. Will it be the exact text?
  #6  
Old Oct 12, 2010, 09:54 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
ATO)>Add HTML/CSS Inserts>CSS Inserts is not code it is the location for where the code will be. You should see the following which you can delete to get rid of the bars or just change the color.
HTML Code:
div#imagecontainer { 
border-top: solid 5px #333; 
border-bottom: solid 5px #333; 
}
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #7  
Old Oct 13, 2010, 08:07 AM
traci_london
 
1 posts · Oct 2010
Thanks for this info "lmilesw"- I've just joined the forum, specifically to look at this problem, and this CSS tip has solved my challenge with the theme. I didn't actually even consider looking in that section.

I'll try it out on other parts of Atahualpa too - thanks!
  #8  
Old Oct 13, 2010, 04:06 PM
jstein
 
95 posts · Sep 2010
Quote:
Originally Posted by lmilesw
ATO)>Add HTML/CSS Inserts>CSS Inserts is not code it is the location for where the code will be. You should see the following which you can delete to get rid of the bars or just change the color.
HTML Code:
div#imagecontainer { 
border-top: solid 5px #333; 
border-bottom: solid 5px #333; 
}
I don't know, call me crazy, but this is all I see...(see below)

td#header {
padding-bottom: 15px;
}
div.searchbox {
position: absolute;
top: 130px;
right: 25px;
}
div.searchbox input.text {
border: none;
padding: 2px 15px 2px 3px;
background: #fff url('<?php bloginfo('template_directory'); ?>/images/search2.gif') no-repeat right center;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
height: 15px;
bolder: solid 1px #e7e7e7;
font-size: 11px;
}

a.posts-icon {
position: absolute;
top: 163px;
right: 140px;
font-weight: normal;
color: #fff;
font-size: 11px;
}
a.comments-icon {
position: absolute;
top: 163px;
right: 30px;
font-weight: normal;
color: #fff;
font-size: 11px;
}

div#menu1 ul.rMenu {
background: transparent;
border: none;
}

div.widget ul li {
padding: 1px 5px 1px 14px !important;
background: url('<?php bloginfo('template_directory'); ?>/images/bullets/gray-arrow.gif') no-repeat 0 4px;
}
div.widget ul li a:hover {
text-decoration: underline;
}

/* Menu Bars */


/* Adjustments for the menu bars, which in their default
state have 1px borders plus -1px margins to avoid 1+1=2px
borders between neighbor items. */
ul.rMenu-hor ul, ul.rMenu-hRight ul { margin-top: 0px; }
ul.rMenu-hor li { margin-bottom: 0px; margin-top: 0px; margin-left: 0px; }
ul.rMenu-hor { padding-left: 0px; }
ul.rMenu-ver li { margin-top: 0xp; }

div#menu1 ul.rMenu li a, div#menu2 ul.rMenu li a {
padding: 8px 10px;
}
/* different padding for parents with arrow image */
div#menu1 ul.rMenu li.rMenu-expand a, div#menu2 ul.rMenu li.rMenu-expand a {
padding: 8px 22px 8px 10px !important;
background-position: 97% 50% !important;
}
/* less padding for children with arrow image */
div#menu1 ul.rMenu li.rMenu-expand li a, div#menu2 ul.rMenu li.rMenu-expand li a {
padding: 5px 22px 5px 10px !important;
background-position: 97% 50% !important;
}


/*
ul#rmenu {
padding:5px;
}
*/
div#menu2 {
background: #666666;
}
div#menu1 {
background: #eee;
}


/* XX comments to .... */
h3#comments {
margin: 10px 0;
padding: 10px;
font-weight: normal;
background: #f5f5f5;
}

ul.commentlist {
border-top: 0;
margin: 0;
line-height: 1.4;
font-size: 12px;
}
ul.commentlist li.thread-odd, ul.commentlist li.thread-even {
margin: 5px 0;
padding: 10px;
border-bottom: solid 5px #fafafa;
background: #fff;
}
span.authorname, span.authorname a {
font-weight: normal;
font-size: 17px !important;
}
div.commentmetadata a {
color: #999;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 1px;
  #9  
Old Oct 13, 2010, 05:37 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
What version of atahualpa?
What is your URL pointing at the issue
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #10  
Old Oct 13, 2010, 07:30 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
I see the code I mentioned for the borders on your site.. I have no idea why it isn't in your CSS Inserts. JD... Any ideas.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #11  
Old Oct 13, 2010, 07:43 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
My guess (this is a guess) is that you have two different installs of WordPress maybe in the same database and the Wordpress/atahualpa you are making changes to, is not the one that is accessed when you visit the site.

You (or someone) needs to review where your DNS is pointing, what database you are using (found in wp-config.php) What is in that database.

Something seems to be messed up with the way things are installed and it will only be found by poking around.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Last edited by juggledad; Oct 14, 2010 at 04:16 PM.
  #12  
Old Oct 14, 2010, 03:54 PM
jstein
 
95 posts · Sep 2010
Quote:
Originally Posted by juggledad
My guess (this is a guess) is that you have two different installs of WordPress maybe in the same database and the Wordpress/atahualpa you are making changes to, is not the one that is accessed when you visit the site.

You (or someone) needs to review where your DNS is pointing, what database you are using (found in wp-config.php) What is in that database.

Something seems to be messed up with the way things are installed and it will only be found by poking around.
Thanks JuggleDad. Can you say a bit about what the DNS is and where it is to be found so I can review it? This seems uber complicated to me but part of me thinks this might be the problem since I've had a bunch of issues setting this whole thing up in the first place with iPage.com. I'm working on another site as well, and the same issue is present.

Last edited by juggledad; Oct 14, 2010 at 04:16 PM.
  #13  
Old Oct 14, 2010, 04:27 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
The DNS (sorry I typed DSN from muscle memory - a mainframe term from many years and many keystrokes ago) is the domain name system.

Somewhere at your host your domain name get's pointed to a folder. Lets say the root of the host is 'root' and you have a home folder called 'jstein'. And let's say I have a site on the same system, so my home folder is 'juggledad'. If setup properly, your domain name jstein.com would be directed to root/jstein while juggledad.com would be directed to root/juggledad.

Now let's say I buy a second domain called jugglelupa.com. I need to point it somewhere other than root/juggledad, so maybe I create a folder inside 'juggledad' and call it 'mylupa'. If i set the DNS properly, someone using jugglelupa.com will go to the folder root/juggledad/mylupa.

This is a simplified version of the actual structures (there is generally a 'www' folder and others mixed in) to help get the idea across.

p.s. ready for the northeaster tonight/tomorrow?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #14  
Old Oct 14, 2010, 04:31 PM
jstein
 
95 posts · Sep 2010
Eek gad. I'm going to have to study all that! But thanks for all the effort!

Well on a sort-of unrelated note, are you serious? A northeaster? So soon? Man. Not sure I'm ready for that.
  #15  
Old Oct 14, 2010, 04:32 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
it will just be rain, but lots and windy
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I stop horizontal lines appearing across header image? MarkSK Header configuration & styling 1 Oct 8, 2010 04:29 PM
[SOLVED] URGENT: Black lines above and below the header image PodCan Atahualpa 3 Wordpress theme 2 Sep 22, 2010 09:54 AM
[SOLVED] How to Remove the Lines Under the Header and Behind the Menu Bars in Atahual corelle Installing & running WordPress 2 Aug 3, 2010 10:34 AM
[SOLVED] Header image area: How do I get rid of top and bottom dark grey (5px) lines? jorgfoto Header configuration & styling 4 Jul 29, 2010 08:55 AM
how do i get rid of the dotted lines? wheresnifty Page & Category Menu Bars 1 Feb 17, 2010 05:29 PM


All times are GMT -6. The time now is 10:03 PM.


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