doc4
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Losing the div line in my Naviagtion.JakeTheMuSS,
The background image url is being overridden by this style.
style.css (line 344)
body.single-page .page, body.single-post .post { background: none repeat scroll 0 0 transparent; margin: 0; padding: 0; }If you don’t need it specifically try commenting it out for now.
Forum: Fixing WordPress
In reply to: Meta at end of posts is on two different lines?bigez,
Look for the following style in your style.css.
.meta-bottom .alignleft { width: 70%; }Now comment it out like so:
/*.meta-bottom .alignleft { width: 70%; }*/Forum: Fixing WordPress
In reply to: Shrink WordPress login page stylerunfast,
Add the following code to your theme’s function.php file and change or add the CSS to mod the login screen. This way you won’t need to redo the mod every time you upgrade WordPress.
function my_custom_login_logo() { echo ' <style type="text/css"> PUT YOUR CSS HERE </style>'; } add_action('login_head', 'my_custom_login_logo');Forum: Fixing WordPress
In reply to: Register to view my sitejocaasbe,
Have you tried password protecting your pages?
Forum: Fixing WordPress
In reply to: Adding a picture adds an unwanted line afterbigez,
Looks like the issue may have been resolved. Do you still need help with this?
Forum: Fixing WordPress
In reply to: Can't Login :(TriLeafDesigns,
Have you looked through the footer.php file? It’s hard to say though since we don’t know what the theme looks like.
Forum: Fixing WordPress
In reply to: Can't access admin panel and want to upgradeprepressjohn,
Try resetting your user name and password through phpMyAdmin: http://codex.wordpress.org/Resetting_Your_Password
Forum: Fixing WordPress
In reply to: WP 3.0.1 make blog go haywireAndrew Frost,
Try re-installing WordPress, but first be sure to delete the wp-admin and wp-includes folders.
Forum: Fixing WordPress
In reply to: Getting Old Versions Of My Front PageNewchik,
Sounds like a caching issue with IE.
Forum: Fixing WordPress
In reply to: Blog site not workingPocketGod,
Seems to be running okay, do you still need help?
Forum: Fixing WordPress
In reply to: Listing all posts belonging to a catagory and a tagRichard Lyon,
Sounds like you would certainly need to make your own query at least. Here is a post with a similar question: http://wordpress.org/support/topic/query-posts-tag-any-with-category-any?replies=9
Forum: Fixing WordPress
In reply to: 'Read More' appearing but not in editorJonRouston,
Try looking in the index.php file and search for “read more”. These themes are build very differently than they used to be so if it’s not there let me know.
Forum: Fixing WordPress
In reply to: WP-Polls Only allows one voteSweetGuitar7,
Do you have a link to the problem page?
Forum: Fixing WordPress
In reply to: Link to information sourceTomH,
Please provide a sample of what you’re asking. A link to one of these other sites will be fine and indicate where we should click to see this action.
Forum: Fixing WordPress
In reply to: Can't Login, Get a Long Warning… help?Tajharia,
Try reinstalling WordPress but first delete the wp-admin and wp-includes folders.