richo67
Forum Replies Created
-
Slava, it all works fine. Thanks for fixing this! I have update my review to 5 stars!
This is there already for a while it is really irritating.
Forum: Plugins
In reply to: [SlimStat Analytics] slimstat screen broken in FiireFoxrobf, you been right. It is like you said. AD-block disabled for my site and all fine!
Thanks!Forum: Plugins
In reply to: [Relative URL] url of images in post not made relativeI tried both 0.0.13 and 0.1.0 and it seems be working in 0.1.0 as you wrote, but I have issue with W3 total cache plugin.
It certainly make relative path in feed and that is wrong.
I wanted to use your plugin to avoid issue when my site is viewed over https as some of the link still points to http, which breaks downloading of some css and js files.
I wanted to have all links root relative so they will pick up http or https.
Unfortunately I am getting sort of chaotic results.
-r-Forum: Plugins
In reply to: [Relative URL] url of images in post not made relativeHi Tunghsiao Liu,
I tried your new version, but there has not been a change. Here i put a little code so you can see in which part the url is not replaced. This img tag is created by calling the_post_thumbnail() function. every url in scrset is not modified by your plugin.
<img width="50" height="50" src="/wp-content/uploads/2010/07/2010-07-14-17822.web_-50x50.jpg" class="postThumb wp-post-image" alt="Strobist workshop with David Tejada" title="Strobist workshop with David Tejada" srcset="https://www.richard-vanek.eu/wp-content/uploads/2010/07/2010-07-14-17822.web_-150x150.jpg 150w, https://www.richard-vanek.eu/wp-content/uploads/2010/07/2010-07-14-17822.web_-100x100.jpg 100w, https://www.richard-vanek.eu/wp-content/uploads/2010/07/2010-07-14-17822.web_-50x50.jpg 50w, https://www.richard-vanek.eu/wp-content/uploads/2010/07/2010-07-14-17822.web_-120x120.jpg 120w" sizes="(max-width: 50px) 100vw, 50px" />
I have also noticed that url in feed are modified too (which is not good) so I have to add following lines at the start of the function which replace the url (done this in your 0.0.13 version.
if ( is_feed() || get_query_var( 'sitemap' ) ) return;
Forum: Plugins
In reply to: [Relative URL] url of images in post not made relativeTo be precise, the url in srcset attribute of img tag generated by function the_post_thumbnail() are not modified to be relative.
Is there a way to fix it?
Forum: Plugins
In reply to: [Move Comments] moving comments fails under 3.1.3I just went a done it manually in SQL, it is done by two simple SQL commands as described in first part of this page: https://www.tripwiremagazine.com/2010/06/4-ways-to-move-wordpress-comments.html
Forum: Plugins
In reply to: Moving comments to another postI just made it manually this works even on 3.3.2 in multisite mode, just need to adjust SQL queries a bit
https://www.tripwiremagazine.com/2010/06/4-ways-to-move-wordpress-comments.htmlForum: Plugins
In reply to: [Move Comments] moving comments fails under 3.1.3Is there any other plugin to move comments? I am rearranging my web and need to move comments on pages to their new variants
Forum: Plugins
In reply to: [WP Minify] [Plugin: WP Minify] Can't activate plugin – fatal errorI had different problem. After enabling plugin my web was returning http 500 error. After looking into the /var/log/messages (Debian 6) i found out that curl extension for PHP was not installed.
I have installed it, installation did only apache reload but it didn’t refresh the curl.ini so only after apache restart all is working fine.
I see you are suing apache on Win and it looks like plugin is using PEAR library which already some of your other plugin possibly using as well.
Forum: Networking WordPress
In reply to: Is blogs.dir always used?Thank you!
Forum: Plugins
In reply to: [Audio Player] [Plugin: Audio Player] Showing – install adobe flash playerLast note:
This was not the case in some older version of either plugin, but now between Audio Player 2.0.4.1 and WP Minify 1.1.8 it is necessary.
Forum: Plugins
In reply to: [Audio Player] [Plugin: Audio Player] Showing – install adobe flash playerI have found what cause the problem.
I am using also WP Minify plugin to put all .js .css into one. The audio-player.js needs to be excluded from being minified. Than it is working again.
I hope this solution does help somebody
Forum: Plugins
In reply to: [Audio Player] [Plugin: Audio Player] Showing – install adobe flash playerIs there somebody who can help me with this?
Thank you in advanceForum: Plugins
In reply to: [Flexible Lightbox] Flexible Lightbox not limited to single galleryI like this plugin and I wish there would be solution for this problem.
I would prefere drop box or id to specify to which group of images that particular one belongs.
This way you can have more galleries on one post (page).
The resolving this by using different plugin is rather strange.