stepquick
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Category and tags 404 errorWhat happens when you use the default permalinks?
Media is stored in the wp-content folder by default. That’s anything you upload, movies, pictures,
If you reinstalled then you may have to move them? How did you reinstall it?
This sounds like something your webhost would have to address. I’m not entirely sure what you’re asking.
Do you need help restoring a wordpress installation? Or the user that has database privileges mysql?
Forum: Fixing WordPress
In reply to: add footer to theme without oneHow to Create New Widget Areas
This will show you how to declare them in your theme’s function.php file, as well as where to include them in your footer. If you do it right they will show up under your widget area. Do you know if your theme is widget ready? As you can add widgets to it already?
Forum: Fixing WordPress
In reply to: How to change permalink in multiple domains on one hostingCodex:Giving WordPress Its Own Directory
See if this can help you.
Forum: Fixing WordPress
In reply to: how to dictate landing or main page?Codex:Creating a Static Front Page
This what you mean?
Forum: Fixing WordPress
In reply to: Embedded videos appearing very large & stretched.postarea iframe { display: block; height: 900px; width: 100%; overflow: hidden; }This specific tag may be the issue. When you remove the height tag, it appears to fix the video. It may not be the issue, but give it a try. 🙂
the major downside is it’s located in this css file:
Seems ridiculously compact…
Forum: Fixing WordPress
In reply to: Crap..I messed up & now can't access admin pageAwwwww. But you could’ve rebuilt. 🙁 Oh well at least you got a blog working again. You should look into learning how to maintain and backup wordpress though. It will definitely help you from staying away from this point. 🙂
Forum: Fixing WordPress
In reply to: More trouble with image marginshmmmmmmm it still shows a 0 for the left. :\
Forum: Fixing WordPress
In reply to: Calling Javascript in Header.phpDo you have instructions for where to call the file from?
Forum: Fixing WordPress
In reply to: More trouble with image marginsHere’s the rule for that entire picture caption thing. The left margin is 0, so just change it to 10px.
.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; margin: 5px 10px 10px 0; }Here’s the reflected code. Try changing this piece in your css and see if that’s good. Hope it helps. 🙂
.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; margin: 5px 10px 10px 10px; }Forum: Fixing WordPress
In reply to: Crap..I messed up & now can't access admin pageYou should be able to now? Unless you didn’t use the right address for the site home. o_o
Forum: Fixing WordPress
In reply to: Crap..I messed up & now can't access admin pageso it doesn’t work? or it does?
Forum: Fixing WordPress
In reply to: Fatal Error Message – Please helpIt’s saying a function has been declared twice. Once in functions.php on 265, and again in core_functions line 410.
It looks like it’s partially to do with the theme you’re using. you will have to remove the declaration from one of those files.
Forum: Fixing WordPress
In reply to: Crap..I messed up & now can't access admin pagedid you re-upload it? :\