Lorelle
Forum Replies Created
-
Please report these errors in the Woopra Forums. To fix the issue, please update the Woopra WordPress Plugin. Thanks.
Forum: Plugins
In reply to: [Plugin: Simple Tags] media buttons disappearSome people are having problems with this due to problems uploading files completely when updating or installing WordPress, Adobe Air and Flash 10, some JavaScript cache issues, and other possibilities. See:
http://wordpress.org/support/topic/164999
http://wordpress.org/support/topic/210600
http://wordpress.org/support/topic/164180
http://wordpress.org/support/topic/166212
http://wordpress.org/support/topic/21793
http://wordpress.org/support/topic/164990
http://wordpress.org/support/topic/217126@gcoghill: Seriously consider upgrading as that version has security vulnerabilities and might resolve your issues.
Forum: Fixing WordPress
In reply to: Upload Media File Button Not WorkingDid you check for the following resolutions, which focus on issues with Adobe Air, JavaScripts, and Flash – along with a few Plugins causing conflicts for some users?
http://wordpress.org/support/topic/164999
http://wordpress.org/support/topic/210600
http://wordpress.org/support/topic/164180
http://wordpress.org/support/topic/166212
http://wordpress.org/support/topic/21793
http://wordpress.org/support/topic/164990
http://wordpress.org/support/topic/217126Forum: Fixing WordPress
In reply to: Cant click on HTML tab and missing Upload Media buttonsDid you check the following solutions?
http://wordpress.org/support/topic/164999
http://wordpress.org/support/topic/210600
http://wordpress.org/support/topic/164180
http://wordpress.org/support/topic/166212
http://wordpress.org/support/topic/21793
http://wordpress.org/support/topic/164990
http://wordpress.org/support/topic/217126Forum: Installing WordPress
In reply to: Newbie to wordpress, getting 500 errorThis is a different issue from the 500 server error, so you might want to search for help on that error number and if you can’t find an answer, ask in a new forum post since it no longer applies to this issue.
Forum: Plugins
In reply to: Is there any plugins for wordpress 2.7 to mass edit categoriesYou are not alone. I’ve been searching, too. Batch Categories and WP-Cat WordPress Plugins do not work with the current WordPress 2.7 version, though their authors could update them if the demand is high enough.
Admin Management Xtended WordPress Plugin makes the process of editing WordPress categories easier and faster, but not for managing bulk edits to move categories from one to another. I’m still looking for a bulk edit categories WordPress Plugin.
Forum: Fixing WordPress
In reply to: Article title alignment issues with SafariThis is a design issue, and not a specific WordPress issue. I recommend that you check with the designer of your WordPress Theme or a web design support site for specifics on how to fix this issue. Most browsers interpret margins and spacings differently and Safari is clearly seeing the space differently than other browsers.
Search for CSS design tips for safari to find the answer. Then make the modifications in your Theme’s stylesheet.
And be sure and let the original author of the Theme know about the issue so they can update their Theme, if you didn’t design it yourself.
Forum: Fixing WordPress
In reply to: Lists out of place when publishedAre you using the HTML OL for an “ordered list” which consists of automatic generation of numbers, or the UL “unordered list” which consists of bullets before each point?
Using the buttons at the top of your post edit textarea, you can choose one of these two options. In the HTML view of your post, it would look like this for an ordered list:
<ol> <li>The first point you want to make.</li> <li>The second point you want to make.</li> </ol>If you just use the spacebar, things will look wonky. Use the HTML tags instead.
You can type out your list in the Visual Editor mode with each point you want to make on one line. Then select it and click the 1,2,3 or bullet list button and it turns into a list automatically.
Forum: Fixing WordPress
In reply to: Can’t edit my stylesheetFor future reference on the subject of making your files writable in WordPress, see Changing File Permissions.
Forum: Fixing WordPress
In reply to: Discussion settings being overwritten on publishThis is very odd behavior.
First, ensure that all your Settings are set to comment, trackback, and such on a global scale. And turn off the Twitter Plugin to see if that is causing the problem.
If that changes nothing, after a browser refresh or restart, then get serious.
I’d first start with a clean install of WordPress 2.7 (make sure you follow the manual instructions carefully after backing everything up) and turning off ALL Plugins. Activate the default WordPress Theme with no Plugins active and see if the problem still exists.
If it still has problems, then this is a serious issue and something is very wrong.
If it works, then start doing a process of elimination. Activate the Plugins with the Default WordPress Theme one by one. Any changes? Keep going and then activate your Theme last.
I think that somewhere along the way you will find the problem, but it takes some time to process through and figure out what is wrong.
Forum: Fixing WordPress
In reply to: Auto save – multiple entriesDid you overload the server or the database? Those are two different issues.
Autosave does save “versions” of your blog posts, but not necessarily individual post entries. That doesn’t overload a database. What overloads it is when it is over worked, such as something hitting the database too frequently and too much.
First, find out what their database limits are. Then go through and disabled all of your Plugins one by one to see if they are causing the problem. If they are not changing the impact on the database, and you have updated all of them to work with WordPress 2.7, and you’ve done nothing else in your Theme or code to tweak WordPress, then it could be that their limits are just too low for your site’s needs.
Forum: Fixing WordPress
In reply to: Import posts from b2evolutionSee Importing Content on the WordPress Codex, the online manual for WordPress users. It has the instructions and guides you need, but most of this is automatic now. Just go to Import on your Tools Panel.
Forum: Fixing WordPress
In reply to: not sure im doing this rightTo add a link to your WordPress posts, put the link in an HTML Anchor tag, as you were trying to do. You had it right, just do it all with < and > characters, no brackets. [ ]
Forum: Fixing WordPress
In reply to: New 2.7 gallery overlapping full size images onlyIt means that the CSS to style the gallery isn’t in your stylesheet properly. Check it to make sure that it is, compared to the styles in your old Theme.
Forum: Fixing WordPress
In reply to: Picture blog withing my blogThis is what Categories are for. Create a Category for your pictures and put your posts in there. You can add your category link manually to your WordPress Theme horizontal menu in addition to your Pages if you really want to feature it there, or let it appear in your sidebar among your other well-worded post categories.
Pages are for pseudo-static content, like your About, Contact, and Events Pages. You can create a “Portfolio” Page that includes links to your Pics category and other posts and displays of your work, but you can do that manually, using it to highly your Pics category.
Creating a blog within a blog is tough and often backfires. It can be done, but incorporating diverse interests into the body of the blog works best. Less stress.