frank1240
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do people find my blog?One of the methods
http://en.wikipedia.org/wiki/Search_engine_optimizationForum: Fixing WordPress
In reply to: Redirect loop when trying to Edit after ImportNot really a perfect solution but done without using much time:
Backup the whole DB first!
then Exporting the all post in WP mode
then empty wp_post table
then import all posts back to WP should solve the loop problem in this case.Forum: Fixing WordPress
In reply to: Image Uploader – recent problemThere seems to be a few problems with image uploader. To avoid too many posts, please allow me to add mine here.
IE fix for 2.5 did not work for IE7 on my machine. The media uploader is stucked at the bottom with the insert buttons hidden, problably some styling problem ?
Using Firefox, image did upload image files, but the link inserted into post is hiding the image? The Image style is locked to display: none? Even if I corrected it in html, but when it’s saved, it went back to display: none
Interesting…Forum: Requests and Feedback
In reply to: WordPress 2.5 Widget Interface – I don’t like itI saw improvements, though sort of ridiculous.
The new widget works “better” except not being drag-n-drop-able. At least users can edit the content via the edit link. In the older versions, 2.1-2.3, the config was totally unresponsive if widget drag-n-drop had problem.From my experience with previous versions, rolling back may not work. You may need to install an environment that fully supported wordpress, such as staying away from windows.
But new problems there, the uploader does not insert links into posts. You may need to manually type the whole html code in.