Sparanoid
Forum Replies Created
-
Forum: Plugins
In reply to: [Slimpack - Lightweight Jetpack] slimpack PHP noticeHi, thanks for reporting, I’ve fixed this bug, please update this plugin to see if this issue resolved.
Thanks!
Forum: Plugins
In reply to: [Relative URL] Plug-in not working after updateI’ve reverted back to original method to avoid this issue. Sorry for the inconvenience.
Forum: Plugins
In reply to: [Relative URL] Plugin Not Working After InstallI’ve reverted back to original method to avoid this issue. Sorry for the inconvenience.
Forum: Plugins
In reply to: [Relative URL] How Relative Is Your Plugin?I’ve reverted back to original method to avoid this issue. Sorry for the inconvenience.
Forum: Plugins
In reply to: [Relative URL] ob_end_flush: failed to delete and flush bufferSorry for the inconvenience, I’ve reverted back to original method to avoid this issue.
Forum: Plugins
In reply to: [Relative URL] Plugin "kills" visual editorAhh, yeah, the autocorrection sucks ??
Forum: Plugins
In reply to: [Relative URL] url of images in post not made relativeJust updated 0.1.1, things to test:
1. URLs in feeds
2. If it works with W3 total cacheThanks!
Forum: Plugins
In reply to: [Relative URL] ob_end_flush: failed to delete and flush bufferHi, sorry, I cannot reproduced this bug on my localhost, cloud you tell me more info about this error?
– In which page you saw this error? frontend? or dashboard?
– Which theme are you using?
– Any other plugin activated? can you deactivated or other plugins and try agin?Thanks!
Forum: Plugins
In reply to: [Relative URL] Plugin "kills" visual editorHi, this bug is now fixed with the latest version.
Forum: Plugins
In reply to: [Relative URL] url of images in post not made relativeWhich version are you using? in latest v0.1.0 I got the following output on my localhost:
<a href="/wp/wp-content/uploads/2015/06/cropped-IMG_1227.jpg" rel="attachment wp-att-3837"><img src="/wp/wp-content/uploads/2015/06/cropped-IMG_1227-300x300.jpg" alt="cropped-IMG_1227.jpg" width="300" height="300" class="alignnone size-medium wp-image-3837" srcset="/wp/wp-content/uploads/2015/06/cropped-IMG_1227-80x80.jpg 80w, /wp/wp-content/uploads/2015/06/cropped-IMG_1227-300x300.jpg 300w, /wp/wp-content/uploads/2015/06/cropped-IMG_1227-50x50.jpg 50w, /wp/wp-content/uploads/2015/06/cropped-IMG_1227-270x270.jpg 270w, /wp/wp-content/uploads/2015/06/cropped-IMG_1227-192x192.jpg 192w, /wp/wp-content/uploads/2015/06/cropped-IMG_1227-180x180.jpg 180w, /wp/wp-content/uploads/2015/06/cropped-IMG_1227-32x32.jpg 32w, /wp/wp-content/uploads/2015/06/cropped-IMG_1227.jpg 512w" sizes="(max-width: 300px) 100vw, 300px" scale="0"></a>
My original site url is
https://localhost:8888/wp/
.Forum: Plugins
In reply to: [Relative URL] Notice: Undefined index: hostJust updated this plugin, could you help me test if it worked for you? thanks!
Forum: Plugins
In reply to: [Relative URL] Icon images all messed upJust updated this plugin, could you help me test if it worked for you? thanks!
Forum: Plugins
In reply to: [Relative URL] Removes /de/ or /ru/ in the URLJust updated this plugin, could you help me test if it worked for you? thanks!
Forum: Plugins
In reply to: [Relative URL] url of images in post not made relativeHere’s a good news for you, I just updated this plugin with a new approach to replace links. now all links should be relative even in your dashboard. please check it out, feedbacks are always welcome.
Forum: Plugins
In reply to: [Relative URL] url of images in post not made relativeHi richo67,
Sorry for the inconvenience, it’s not easy to fix this issue, if you look at the source tab of your post editor, you’ll see the image URLs are hardcoded. However this plugin does replace the site URLs by invoking
wp_make_link_relative
so hardcoded URLs cannot be changed by this plugin.