schestowitz
Forum Replies Created
-
Forum: Alpha/Beta/RC
In reply to: spell check changes textThis sounds like an interference between plug-ins/components. Google’s toolbar apparently adds style to highlight typos (I have seen plug-ins that rewrite content, e.g. SearchStatus). This can only be described as a conflict so I suggest you find workarounds. It’s neither the fault of the editor, nor is the toolbar to take any blame. Try isolating the text from the editor by putting it in a separate tab?
Forum: Fixing WordPress
In reply to: User Registraion ProblemIf I understand you correctly, you want to prevent users from registering. I suggest that you edit the template which corresponds to the side bar and remove the bit which includes the login/register link.
Forum: Fixing WordPress
In reply to: New Entries not postingIs this a private category strictly? Also, have you published rather than saved? I’m sure you have. Are you trying to create a page or a blog post? Can you get the pages to diplay using other paths like monthly archives? Or are they just not viewable through the criteria above?
Forum: Themes and Templates
In reply to: Catagory Links go to Page Not FoundI notice that the same applies to archives. It’s not the categories. Mod-rewrite is assumed by WordPress but the rules are not defined in .htaccess. Look at your “Permalinks” options and follow the instructions.
Forum: Plugins
In reply to: User name not showing on author pageYour URL’s are broken at the moment (error 404). I suggest you make the username different from the display name. For example, admin can be renamed ‘Site Admin’ if necessary, but spaces in username lead to ambiguities. I think a validation step would prevent them from being created (??).
Forum: Installing WordPress
In reply to: Upgrading questions* You will not lose the data unless you do not follow the instructions.
* The technique will be listed around the time of the release. It will be similar to previous upgrades. Think of 2.0 as 1.6 if it helps.
Forum: Alpha/Beta/RC
In reply to: Not all comments show up.Spam Karma 2 has led to problems in the past. Comments not counted or not showing up. Upgrade to version 2.1 solves the issue.
Forum: Fixing WordPress
In reply to: Comments stop working when permalinks are usedAre you running this locally? If so, what is it run on? Netcraft tells me the site is registered with Cox Communications as the host, but no sites are listed.
The problem is not related to comment because I notice that e.g.
http://rtadams89.dyndns.org:9555/blog/index.php/2005/12/22/sll-support/
Does not work either. I suspect incorrect mod_rewrite’s.
Forum: Fixing WordPress
In reply to: Disappearing footer and wp-login.php 404 errorCould you describe how you migrated the blogs? Have the relative paths remained the same? Have you redefined the paths to your home directory? (some plugins require that) Something in the migration probably has led to inconsistencies, so it’s important that you are descriptive about it.
Forum: Fixing WordPress
In reply to: Can Not Get Permalinks to Work with `/index.php/`I see that you have conceded all attempts to form permalinks for the time being.
Confer: http://codex.wordpress.org/Using_Permalinks
[snip]
Using Permalinks Without mod_rewriteFor permalinks in general, you must use mod_rewrite, and IIS (common on Windows servers) does not support mod_rewrite. If you are using Apache 2.0.54, on Windows, mod_rewrite may work. If you put a filename at the beginning, WordPress will attempt to use that to pass the arguments and bypass the necessity for mod_rewrite.
[/snip]
Forum: Themes and Templates
In reply to: CSS layout problem: column spilling over pageHave you already fixed this? I can’t reproduce the behaviour you describe, not even when I go to individual posts, e.g.:
http://upmarketseo.com/optimize-for-keywords-in-singular-and-plural-20051222.htm
Can you provide a screenshot of the problem if it has not been sorted already?
Forum: Fixing WordPress
In reply to: Line breaks in postsWhen I want newline insertion, I find that the following works sufficiently well:
Having said that, another way to achieve a fixed size break is to create a box of height X. It’s robust to zooming.
Forum: Fixing WordPress
In reply to: how to desactivate RSSI’d suggest changing the permissions on the RSS files rather than deleting them. Set them to be readable to no-one. Also, ensure you unlink them from the templates or else visitors who like RSS feeds might frown.
Reason to disable RSS can be on-site advertisements among many other things…
Forum: Fixing WordPress
In reply to: Extra “previous entry” link from one categoryI suspect that you set your blog to display just one entry (the latest one). What happens if you increase the number of items to display at any individual page. If two items rid you of this problem, then you may have identified a bug. The 404 should never be reached as far as I can tell.
Forum: Themes and Templates
In reply to: Content section not growing in FFLooks fine to me. I assume that the OP has fixed it by now…