kentwinder
Forum Replies Created
-
Forum: Plugins
In reply to: [Optimize Database after Deleting Revisions] No REVISIONS found to delete…Hi Rolf,
After testing with each plugin enabled, and now all plugins are enabled, your plugin is working properly.
So, I’m not sure where the problem comes from. I will let you know if I find out something.
Thank you and have a nice weekend,
KentForum: Plugins
In reply to: [Optimize Database after Deleting Revisions] No REVISIONS found to delete…Oh, it’s deleting revisions now
Here are my plugins:
Bulk Move
Google XML Sitemaps
HTML Javascript Adder
Members
Wordpress Popular PostsI will test with each plugin disabled to see which one is the cause of this problem 🙂
Forum: Plugins
In reply to: [Optimize Database after Deleting Revisions] No REVISIONS found to delete…Hi Rolf,
Thank you for your quick reply. After running your query, I’ve got about ~8000 records. All records contain post_parent and count value (some are 1, and others are more than 1). About the post_title, about 30 first results are blank, the remains are the post title.
Forum: Plugins
In reply to: [WP Popular Posts] Thumbnails are missing if inserted manuallyHi Héctor,
Thank you for your time 🙂
I think the problem is solved, looking forward to the final version 🙂Have a nice day,
KentForum: Plugins
In reply to: [WP Popular Posts] Thumbnails are missing if inserted manuallyHi Héctor,
I have just checked the data, and the thumbnail is created, and you were right about the space and other special characters. This bug is like this:
If I use this link for the image:
https://lh5.googleusercontent.com/-MJyCrQwUIuc/UC4NJ6VDboI/AAAAAAAAAKM/AbTqMXPCj1U/s600/She%20Wolf%20%28Deluxe%20Version%29.jpg
Then one thumbnail is created with the filename: 12598_She%20Wolf%20%28Deluxe%20Version%29-80×80.jpg, but somehow when I browse to the full url of that thumbnail http://ipluszone.net/wp-content/uploads/artworks/12598_She%20Wolf%20%28Deluxe%20Version%29-80×80.jpg, it will be changed to http://ipluszone.net/wp-content/uploads/artworks/12598_She Wolf (Deluxe Version)-80×80.jpg, and the thumbnail cannot be found.But if I change the link for the image into this: https://lh5.googleusercontent.com/-MJyCrQwUIuc/UC4NJ6VDboI/AAAAAAAAAKM/AbTqMXPCj1U/s600/She Wolf (Deluxe Version).jpg (the same image, just change encoded characters back to ASCII characters), and the thumbnail is created like this: http://ipluszone.net/wp-content/uploads/artworks/12598_SheWolfDeluxeVersion-80×80.jpg and everything works just fine.
One more detail, all the special characters in upload folder of wordpress is changed to “-“, but for some other hosting sites, they just encode the url
Btw, why does this development version is slower than the final version? It takes a while to display the popular posts. But if I use the final versions, all the posts are display instantly.
Thank you and have a nice day,
KentForum: Plugins
In reply to: [WP Popular Posts] Thumbnails are missing if inserted manuallyHi Héctor,
It still gets the local image,
For example I have two posts with these two first images:
http://ipluszone.net/wp-content/uploads/artworks/Girlfriend-Single1.jpg
https://lh5.googleusercontent.com/-MJyCrQwUIuc/UC4NJ6VDboI/AAAAAAAAAKM/AbTqMXPCj1U/s600/She%20Wolf%20%28Deluxe%20Version%29.jpgThe first one is display correctly, and one thumbnail is created like this:
http://ipluszone.net/wp-content/uploads/artworks/Girlfriend-Single1-80×80.jpgBut the second one is created like this:
http://ipluszone.net/wp-content/uploads/artworks/12598_She%2520Wolf%2520%2528Deluxe%2520Version%2529-80×80.jpgI think there might be some mistakes while creating thumbnail.
Forum: Plugins
In reply to: [WP Popular Posts] Thumbnails are missing if inserted manuallyYes, I already did it.
I’m looking forward to the new update. Thank you for your time 🙂
Have a nice day,
KentForum: Plugins
In reply to: [WP Popular Posts] Thumbnails are missing if inserted manuallyYes, when you view that single post, the first image is displayed correctly, but the thumbnail is the default no thumbnail image.
Because I want to use default css class for my <img> like <img src=”” class=”myClass” />, so here’s what I did to insert image into posts:
Get image url from my other hosting
OR
Upload image using Add Media tool in posting panel, but I only get the full size image’s url.
Then add it to img tagThumbnail in the first case is missing but the latter is displayed correctly.