Nicki Faulk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Scrolling CODE, overflow-x:scroll, how to edit <code> tagAre you viewing in IE, Firefox, or both? If I remember correctly, this overflow-x/y only works for IE.
Forum: Fixing WordPress
In reply to: comments not rendering consistentlyYour theme is set to use an “.alt” class so that your alternating comments have a different color/styling to them. Many themes do this. You can edit the “.alt” part of your stylesheet to match the other comments.
Forum: Fixing WordPress
In reply to: When im adding categories they are not showing.Glad to hear it worked. 🙂
Forum: Installing WordPress
In reply to: Background imageI’ve seen various Firefox fixes/extensions for other languages, someone may have written something for Vietnamese too.
There’s one I saw recently called AVIM which says “allows you to type Vietnamese directly inside FF without any additional software installed.”
If not, I’m sure the ever helpful peeps of babelzilla.org are always looking for new ways to help localize Mozilla products for other languages. 🙂
Forum: Fixing WordPress
In reply to: wp admin redirecting to page not foundWorst case: Make backups of your WordPress directory AND your database, clean out everything and re-install WordPress.
Forum: Your WordPress
In reply to: To match my wedding theme …Thanks for the feedback. 🙂 I actually had something in mind for those. I want to keep them on the page, but I’ve seen a script somewhere, it was either JS or Ajax, which would basically keep them in a minimalized box with a plus that you could click to expand if you wanted to see all of them. As soon as I find and test it, I’ll pop it on them to help trim my sidebar down. 😀
Forum: Everything else WordPress
In reply to: Hosting a wordpress photo blogOuch, been there, done that … it wasn’t fun. Good luck in your search! 🙂
Forum: Fixing WordPress
In reply to: When im adding categories they are not showing.It’s a little confusing if you’re brand new to WP tags, but not too hard once you get the hang of it.
Like moshu says, open your sidebar.php in a plain text editor, like Notepad or Wordpad. (not MS Word, or it will mess with your code!!!)
Look for this bit of code:
<?php wp_list_cats('That the beginning piece, it will be followed (maybe) by various parameters. If so, add the following just after the single quote above:
hide_empty=0&But if it has no existing parameters listed — meaning that there is nothing between the single quotes/parenthesis — then you’ll add everything I listed except the ampersand (&) mark, and would look like this:
<?php wp_list_cats('hide_empty=0'); ?>Forum: Installing WordPress
In reply to: Background imageOoh, pretty! 🙂
If you use Firefox and do a lot of work on websites/themes and stuff like that, I highly recommend the CSSViewer plugin … it’s a little “jumpy” sometimes, but I can’t live without it. I just turn it on and hover over an element and it tells me what id/class it is, the width, height, etc. 🙂
Anyways, back to the topic: look in your stylesheet for “.entrada” and add your background code there. That’s the code that influences your post. 🙂
Hope that helps!
Forum: Fixing WordPress
In reply to: When im adding categories they are not showing.D’oh! I’ve been Out-Solo’d! 😉
Forum: Fixing WordPress
In reply to: When im adding categories they are not showing.Are the categories empty? Your template may be set to hide empty categories.
Forum: Fixing WordPress
In reply to: …org/page gives 404, but …org/page_id=x doesn’tYou wouldn’t happen to be on an IIS (Windows) host, would you? My fiance runs WP on IIS and ran into all kinds of chaos trying to get his Permalinks to work.
Forum: Installing WordPress
In reply to: Background imageThat depends entirely on where you want it to show up.
You do this by editing your style.css file. To add it to the body of the entire page, find the ‘body’ section and add
background-image: url(LINK_TO_YOUR_IMAGE);If you are wanting it to go elsewhere (i.e. the post, or content), then you find the corresponding tag in your stylesheet and add the code.
There’s lots of additional options for backgrounds using CSS.
Forum: Fixing WordPress
In reply to: No content when browsing with wwwHave you made changes to your theme recently? Installed any new plugins? Or anything else that could affect your blog this way?
If anything, you could make a backup of your themes and plugins directory and delete one by one until you find the culprit. 😛
Forum: Everything else WordPress
In reply to: Hosting a wordpress photo blogI’m on Lunarpages and love ’em dearly. 🙂
[moderated: affiliate link removed, see Forum Rules A.5]