brazley
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Fatal Errordid you make any changes to your css style sheet or functions.php file? if so, id try uploading a clean version
courtney
:endForum: Fixing WordPress
In reply to: Cannot get to dashboard due to this strange error.have you tried uploading a clean functions.php file via ftp?
courtney
:endForum: Fixing WordPress
In reply to: NEED HELP PLEASE!go back to where you changed it from. my best guess is this:
go to dashboard->settings->general and make sure wordpress url and site url are the same. see if that fixes it.
courtney
:end
Forum: Fixing WordPress
In reply to: Q&A links with drop down anseryou can download contact form7, a wordpress plugin which allows you to make all types of forms,dropdowns,boxes and radio buttons. that might be an easy solution.
good luck
courtney
:endForum: Fixing WordPress
In reply to: how to change header html in Twenty-Eleven?typically you will have to edit your #site-title and #site-description in your css for this. if im understanding you properly
courtney
:endForum: Fixing WordPress
In reply to: NEED HELP PLEASE!both of those links are the same website, which looks fine.
clarify….Forum: Fixing WordPress
In reply to: Navigation Menuwhat is the link to your site?
Forum: Fixing WordPress
In reply to: How to Increase right Sidebar widthlooks like your right sidebar is set to 283 px
go to your style sheet and find this i.d.
.column-right {
float: right;
margin: 0 0 0 30px;
width: 283px;adjust your width and note the changes; you dont want it to throw off anything else. you should download firebug so you can view your code, make adjustments in real time and see how it looks before you make the changes.
have at it!
courtney
:endthe same thing happened to me the other day as i was editing the functions.php. i freaked! i was able to get back in by uploading a clean functions.php file from the “original theme” using ftp.
its easy to use ftp and there are tons of great tutorials on how to do it on youtube. filezilla is a great ftp client.
good luck
courtney brazley
:endForum: Fixing WordPress
In reply to: Page going to Google homepagethe link seems to be working fine
Forum: Themes and Templates
In reply to: Inserting Facebook button in Nav Menudo you have a link to the site?
Forum: Themes and Templates
In reply to: changing bannerdo you have a link to the site?
which theme are you using?
typically you will change this in the appearance > header areacourtney brazley
:endForum: Themes and Templates
In reply to: Cannot upload a theme.are you uploading it from the wordpress dashboard or are you using ftp?
if using ftp,which directory are you uploading it to?courtney brazley
:endForum: Fixing WordPress
In reply to: 2 homepages showing helpglad you figured it out.
there are tons of things you can do for seo but thats a topic for another thread id imagine. [moderated]
courtney brazley
end:
Forum: Fixing WordPress
In reply to: Override image padding in main containerlooks like you need to change it in your css.
go to your css style sheet and find where you made these changes:
element.style {
margin-left: -40px;
margin-right: 80px;
margin-top: -23px;add- float: left;
so you end up with this
element.style {
float: left;
margin-left: -40px;
margin-right: 80px;
margin-top: -23px;hope this helps. if its off a litte you should use firebug to look at your code.
courtney brazley
:end