amulet
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Backround color turns white when loading pageI saw it briefly as white before it turned black in Netscape 8.1, but it only came up black in IE 6.0. I’m not sure what’s causing it.
Forum: Fixing WordPress
In reply to: Issue with <br> in PostsI’m not sure, but it might have to do with some errors on your page; it’s not validating. See http://validator.w3.org/check?uri=http%3A%2F%2Fwrcl.org%2F.
Forum: Themes and Templates
In reply to: New Accessible “SeaBeast’ ThemeIt’s beastly! 😀 No, really, I like it. It looks great, very clean-looking and gentle.
Forum: Fixing WordPress
In reply to: write a post problemOh, sorry, I’m not sure what that would be, but if nothing works, you might try reinstalling WordPress.
Forum: Fixing WordPress
In reply to: blogroll displaying in random order, unwantedIf I’m not mistaken, they should be showing up in alphabetical order by default. If not, try setting the parameter in your code:
<?php get_links_list('name'); ?>For more information, see http://codex.wordpress.org/Template_Tags/get_links_list.
Forum: Plugins
In reply to: Need Plugin: Categorize PagesI’m just throwing in my vote for a plugin like this, too. If anyone creates one, thanks in advance!
Forum: Fixing WordPress
In reply to: Why is Sidebar Incomplete on Some Pages?Reversing the order didn’t work for me, but thanks, mimmson. charle97, I saw more than one of those lines listed, but I found that deleting the first
<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>around line 12 (in the sidebar.php file itself, not the whole page) and its closing<?php } ?>(not the first appearance of this, but the second), around line 63 (those aren’t accurate lines, and keep in mind that I use several plugins), worked.I want to thank you both for alerting me to what was specifically causing the issue. Much appreciated. 🙂
Forum: Fixing WordPress
In reply to: write a post problemI take it, you mean when you click “Submit,” the results page afterward is what’s blank? I had the same problem, plus, after I’d activate or deactivate a plugin, it would come up blank, but I could do other things without that problem. Do you have plugins installed?
I would suggest deactivating all your plugins, then reactivating them, one by one. The blank pages after activating plugins stopped until one of the plugins produced an error that I hadn’t seen before. I deactivated it again and activated the rest of them, one by one, and had no problems after that. I can’t use that plugin, apparently. The plugin that was causing the problem was Spoiler Plugins 1.5. However, I was able to edit it the way I’d previously used it with WP version 1.5.2 and got it working with the other plugins. I don’t know what the problem actually was; I just copy-pasted the old file as I’d set it up for my site and used that. If you’re using this plugin and want a copy as I edited it (and you can change colors and whatnot as you wish), just let me know.
Forum: Plugins
In reply to: CG-Amazon and CenteringSorry I didn’t get back to you sooner. Setting the text-align: center; for .amazon-item-wrap worked perfectly! Thanks again!
Forum: Themes and Templates
In reply to: How to upload a theme?Yeah, you can use FTP. Navigate to wp-content/themes/ and upload the theme (folder included) there. Then, in your admin account, click on “Presentation” and select the theme, and it’ll be your active theme.
Forum: Your WordPress
In reply to: www.jamesonwilliams.comIt looks really good. You’ve got a good, clean design without looking too “stiff.” The only thing I have a recommendation about is very minor: On your About page, you should change “twenty year old” to “twenty-year-old” (typically, before a noun, you put hyphens in an age with “year-old” in it).
Very well-done site. 🙂
Forum: Fixing WordPress
In reply to: Site Not Validating – One ErrorThanks! I don’t know how I missed that! Sometimes I get so “deep” into looking for something not working, I miss it. 🙂
Forum: Everything else WordPress
In reply to: should I use WP for whole site?Nobody can really tell you if you should use WP for your whole site; all they can give you is their opinions, and that might not be the best thing for you. Only you can determine that.
I use WP for my entire site, currently, although I do have some separate files I incorporate into my site. For instance, I have a file of global terms, links, etc., that I include. If I wanted to use pages separate from WP on my site, I’d do so, using them in separate directories from my WP files, just to keep things easy.
Forum: Fixing WordPress
In reply to: Site Not Validating – One ErrorForum: Themes and Templates
In reply to: Putting Image Slices TogetherThanks. 🙂