jeffwenberg
Member
Posted 1 year ago #
I've got my header image at http://shoepiddydootest.getgroupies.com that I can't get to completely show up. It has something to do with the header and the header .inner, but I really have no idea at this point. Seriously, I'm about ready to throw my computer off the balcony. Please help! I'm at my wits end.
Also on the bottom of the content box there is an @ sign and a key that I want to disable. When I just delete the image log in and contact still show up. How would I be able to get rid of that? Thanks in advance for any comments.
I do not know how your theme is setup
#header .inner {
height:179px;
179px needs be changed to 370px and looks like it not in style.css
I am getting this in firebug
http://shoepiddydootest.getgroupies.com/ line 41
jeffwenberg
Member
Posted 1 year ago #
I see that, but how do I change that? In the css style sheet it's set to 370. Not sure where to go to find that 179.
It has to be some where in your theme folder do you have any theme settings in Appearance
jeffwenberg
Member
Posted 1 year ago #
yes, all the style sheets and everything are there. I just can't find that particular setting. According to my css sheet it's already set to 370, but when you view the page source code in the internet browser there is something set to 179 px somewhere. That's the culprit but I don't know where to find it.
Without looking at your file structure of your theme I can not say where it could be the only way is for me install on my test site find it.
Where did you get the theme from so that I can install on my test site see that css code is.
jeffwenberg
Member
Posted 1 year ago #
Um I don't remember exactly, I could send you the zip file for the theme though. Do you have an email address I could send it to?
yes send it adminatgbpcentral.com replace at with @
I see you managed to position your header thats great can you share what you did to position the header.
jeffwenberg
Member
Posted 1 year ago #
#header .inner {
background:url("images/header_bg.png") no-repeat scroll center center transparent;
height:370px !important;
was what someone else said to try. Wasn't really sure what that meant. It got the job done though.
Also I was going to ask if you might know how to disable the @ and the key feature at the bottom of the grey content box. Someone said to try and space them off the page? That would obviously work, but if someone had a big monitor they'd still be there. My page also seems to be off centered. Any ideas to get it centered on the screen?
I will check on your other problem at least you got solved.
To hide the @ just add to your style.css at the end of the file:
.contact {
display: none;
}
To hide the login (key):
.login {
display: none;
}
To hide both:
.minilinks {
display: none;
}
HTH
David
Ok to take them two links out go in style.css line 1003
look for this code
#page .miniLinks {
background:red none repeat scroll 0 0;
bottom:0;
height:30px;
position:absolute;
right:60px;
width:80px;
}
Add
display:none;
after width:80px;
Your page looks centered here
jeffwenberg
Member
Posted 1 year ago #
Thanks guys! I really appreciate your help!!!!!!
You welcome by the way I did find that other header inner 179px its coming from plugin that came with the theme.
jeffwenberg
Member
Posted 1 year ago #
Ah, so I should probably just go with the fix I'm currently using? I got the mini-links disabled. That is almost perfect...but my comments aren't working now. When you click on the comment icon on any of the pages it doesn't do anything. Any ideas?
Works fine here I just posted a test comment and it show fine.
jeffwenberg
Member
Posted 1 year ago #
Ok at the end of a post there is a thing that says leave a comment...when i click that nothing happens. If I go to the top of the page and click comment, then yes I can leave a comment. Is there anyway to make that bottom link work?
Hi Jeff,
With the mini links try to reduce the height.
.miniLinks {
height: 10px;
}
Comment submit link worked but not the 'button', re-enable the mini links and see if it works.
In the header there is a closing / missing line 46, this can affect things.
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
Should be:
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"/>
HTH
David
jeffwenberg
Member
Posted 1 year ago #
David, thanks for catching that! I tried re-enabling and it still didn't work, so I don't think it was anything there. Any other ideas?
The comment link in the page works when you have comments on the page will have number by it show how many comments are on the page.
jeffwenberg
Member
Posted 1 year ago #
Hey guys would you have any idea how to fix what I messed up today! If you go to the site, I'm trying to get the navigation to all fit on the menu bar, and I can't figure out how to get them spaced in one line. Also, the page name displays above the main content box and I can't figure out how to get rid of that. Any ideas? I totally messed up the css and didn't save it, when I reloaded the original I forgot where I tweaked this at.