Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   How can I get rid of lines above and below the header? (http://forum.bytesforall.com/showthread.php?t=10255)

jstein Oct 12, 2010 12:47 PM

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

lmilesw Oct 12, 2010 12:55 PM

Here is a link to the answer in the FAQ thread.

jstein Oct 12, 2010 07:12 PM

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?

lmilesw Oct 12, 2010 07:29 PM

It's in CSS Inserts.

Look in Atahualpa Theme Options (ATO)>Add HTML/CSS Inserts>CSS Inserts

jstein Oct 12, 2010 08:15 PM

I don't see that code in the CSS inserts. Will it be the exact text?

lmilesw Oct 12, 2010 09:54 PM

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;
}


traci_london Oct 13, 2010 08:07 AM

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!

jstein Oct 13, 2010 04:06 PM

Quote:

Originally Posted by lmilesw (Post 45928)
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;

juggledad Oct 13, 2010 05:37 PM

What version of atahualpa?
What is your URL pointing at the issue

lmilesw Oct 13, 2010 07:30 PM

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.

juggledad Oct 13, 2010 07:43 PM

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.

jstein Oct 14, 2010 03:54 PM

Quote:

Originally Posted by juggledad (Post 46056)
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.

juggledad Oct 14, 2010 04:27 PM

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?

jstein Oct 14, 2010 04:31 PM

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.

juggledad Oct 14, 2010 04:32 PM

it will just be rain, but lots and windy


All times are GMT -6. The time now is 01:58 PM.

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