rainer23
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WORDPRESS 3.1 NOT OPENING IN INTERNET EXPLORERCould be that you are still using ie4?
Forum: Fixing WordPress
In reply to: WORDPRESS 3.1 NOT OPENING IN INTERNET EXPLORERCheck via FTP if all files are uploaded.
Forum: Fixing WordPress
In reply to: Version 3.1 issue with custom permalinks!“Thx to jarnez. The plugin did the trick!”
http://wordpress.org/extend/plugins/permalink-fix-disable-canonical-redirects-pack/
Forum: Fixing WordPress
In reply to: 3.1 Installation/Update InformationThanks for clarification! So this is a major update with so many changes that is better to update the whole thing. Hope my customized Atahualpa 3.6.4 theme and 26 plugins are ready to re-connect to mother-ship after deactivation before the update. Plugins, don’t be bitchy! Ok, think positive, I’ll keep my fingers crossed. Little prayer isnt bad, too. I have to get through this….
http://i52.tinypic.com/15iwxy.gif When entering this url it says, please enter a valid url.
Forum: Installing WordPress
In reply to: WordPress 3.0.5 changelogright, when upgrading from 3.0.4 download 3.0.5 and upload those revised files and you’re done. Don’t go very speadily, make sure to upload everything exactly into the right folder, overwriting the previous file. It’s always good to keep a copy of the previous version.
The list above is from here, http://codex.wordpress.org/Version_3.0.5Forum: Installing WordPress
In reply to: WordPress 3.0.5 changelogThanks, great!
wp-includes/default-filters.php
wp-includes/version.php
wp-includes/pluggable.php
wp-includes/kses.php
wp-includes/script-loader.php
readme.html
wp-admin/includes/post.php
wp-admin/includes/update-core.php
wp-admin/includes/template.php
wp-admin/js/post.dev.js
wp-admin/js/post.js
wp-admin/async-upload.phpForum: Installing WordPress
In reply to: WordPress 3.0.5 changelogThanks, so we have to be patient.
Forum: Your WordPress
In reply to: Neat and Compact DesignVery fine webdesign, looks realy mega professional! Only thing is the drop-down menue text isnt easily readable, may be it should be darker.
Forum: Your WordPress
In reply to: WordPress CMS for new clientCSS style doesn’t detect screen size, otherwise ok.
Forum: Plugins
In reply to: IE still infected with "error on page" disease – "object expected"Thanks ClaytonJames, agree. Just contemplated from view of mass of surfers who are not aware of anything but just get the “error on page” message when visiting a wordpress blog via IE. I respect your serenity, for me Microsoft’s attitude is an annoyance, unacceptable.
Forum: Themes and Templates
In reply to: Does your wordpress look like a blog?Thats the answer of the presently most successful premium wordpress factory (name withheld):
Hello, in this case it could be hard for you to move over 3000 posts from your current blog to Prestige theme. It is possible, but it might need some additional work for each post if you want them to display correctly or look good on the new site. I think in this way how you have this on your current blog, if you will move it to Prestige all the images included at the top will be visible but placed under the title area – all the posts will appear as posts without a main image, but with an image placed at the top of the content.
In sum, as soon you have lots of posts to think of improving your blog is a futile attempt.
Forum: Themes and Templates
In reply to: Does your wordpress look like a blog?Thanks Futurepocket, you are correct, content is the main point. Big webgurus mostly don’t care at all about webdesign. But still, when looking at themeforest.com, aren’t these awesome themes?
I’m having 3300 posts and each post has a pic included with “add an image” script in the wordpress editor. All those premium themes rather use “custom field” for including images – it might be the case that all posts are showing up as headline, text without images when buying a premium theme? So it seems that once you have lots of posts, changing the theme of your wordpress blog is rather to advise against.Forum: Fixing WordPress
In reply to: MySQL database growing real big within short timeThanks Joseph, I tried that but I had already 3300 post with 4-5 revisions on each post on my blog. When trying plugins like delete-revisions the database remained at 120 MB. Only when doing a DELETE FROM wp_posts WHERE post_type = “revision”; query the past revisions were deleted. Now my database is at 21 MB what is quite ok for 3300 post and 1000 comments.
Forum: Fixing WordPress
In reply to: WordPress Database – is 300mb too big?Thanks jeremyclarke, I tried those plugins which promise to delete past revision files but when looking at MySQL it always said wp_posts: 120 MB
Only when making the query of DELETE FROM wp_posts WHERE post_type = “revision”; directly at phpmyadmin something happened.
My database is now 21 MB what I feel is the real size for that number of posts. I admit having done 4, 5, 6 revisions at each post so what happened I had exactly the same size database like someone who has 15-20 thousand posts online.
There should be an adjustement which deletes revisions automatically after lets say 2 days when a post is published. Not that all those revisions are stored endlessly?