audio90
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I add photos to this Gallery on this WP site?Oh, I figured it out. http://en.support.wordpress.com/images/gallery/#
Forum: Fixing WordPress
In reply to: Help, why is this one page broken? Menu's are all over the placeFound the solution, or rather, someone in the Thesis forum told me:
“A page named “menu” will get a custom body class of “menu” which is probably an issue as the navigation menus also get this class. If you can get away with naming the page “Our Menu” or anything else that is not just “menu” in terms of the body class assigned, that should resolve the problem. “
I tested it in another site, he’s right. Case solved.
Forum: Fixing WordPress
In reply to: Help, why is this one page broken? Menu's are all over the placeNo, I made sure they were deleted from the trash already. I suspect it’s some remnant from the old theme, but that doesn’t make sense as I’ve deleted everything from it.
There’s no way to clean the database?
Forum: Fixing WordPress
In reply to: Fresh new site, but pages “not found”?now the pages work, after I used cpanel to do a auto-install on a subfolder.
Why is that? Is this purely a server/permissions issue?
Forum: Fixing WordPress
In reply to: How to remove padding from my heading image/bannerOh, solved my own problem.
.custom #header { padding: 0; }FYI for anyone who wants to know for themeselves.
Forum: Fixing WordPress
In reply to: Help, WP is thumbnailing my embedded imagesHi Esmi,
You’re right! And your code worked! Thanks, you are awesome~!
Love CSS!