Rating: 1 star
Unfortunately you cannot create posts or pages when version 0.1.8 of this plugin is active with WordPress 5.9.1
]]>Rating: 5 stars
Not doing anything with WP 5.8. And sadly, this is the 3rd and the last available plugin I tried with no luck.
]]>Rating: 5 stars
This makes life easier for local development.
I use it with ngrok to show my projects to my clients ??
That works well!
Do not forget to deactivate it when you put your website on the final server online ??
Rating: 5 stars
Using WP 5.0 and Divi Theme, this works great, allowing me to deliver site via AWS CloudFront
]]>Rating: 5 stars
Relative url
]]>Rating: 5 stars
Using to test a local wordpress site with ngrok and worked without any issues. Thanks!
]]>Rating: 1 star
The relative URL plugin will break Jetpack.
{
error: "jetpack_verification_failed",
message: "The response from the Jetpack site could not be verified."
}
]]>
Rating: 1 star
Ломает визуальный редактор админки
]]>Rating: 1 star
There’s no answer to users’ requests for the last 6 months so I assume it’s abandoned… ??
]]>Rating: 5 stars
It works on production site, but this plugin make relative also links in the feed. Please leave absolute urls in the feed!
]]>Rating: 5 stars
The plugin seems to work flawlessly for making all of the URLs relative. What more could I ask for? Thanks man!
]]>Rating: 5 stars
Working super on my website!!!!! I will install to my orher websites. But homepage sign not showing. (Fixed)
]]>Rating: 5 stars
Needed to mirror my clearnet website to the darknet and this plugin saved the day. Thanks for the hard work Tunghsiao! ??
]]>Rating: 5 stars
I use vagrant as my development environment and Relative URL plugin allows me to run vagrant share command to see site on all devices.
Great plugin, recommend
]]>Rating: 5 stars
Using this for mobile testing via xip.io links with my vvv setup. Works perfectly. Thanks!
]]>Rating: 5 stars
Thanks a lot for this great plugin!
Very easy to use, saving a lot of time during development.
]]>Rating: 5 stars
Thanks, you save my day with multi contents http and https and some ajax error ??
Good job
Cheers
Rating: 5 stars
The plugin seems to work flawlessly for making all of the URLs relative. What more could I ask for?
]]>Rating: 5 stars
Works like a charm. Great plugin, for development especially.
]]>Rating: 4 stars
I use the following code key
function modify_jquery() {
if (!is_admin()) {
wp_deregister_script(‘jquery’);
wp_register_script(‘jquery’, ‘//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js’, false, ‘1.11.2’, false);
wp_enqueue_script(‘jquery’);
}
}
add_action(‘init’, ‘modify_jquery’);
in theme functions.php
, there were no problem in 3.9 version , but after update up to 4.1 version it stopped working
//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js
after
/ajax/libs/jquery/1.11.2/jquery.min.js
Rating: 5 stars
This plugin is excellent and I couldn’t live without it. But it just needs support for the header image
]]>Rating: 5 stars
Very useful and simple. Thanks!
]]>Rating: 1 star
The plugin is supposed to make local URLs relative, but by mistake it also makes external URLs relative, thus it breaks the website.
This is how it doesn’t work:
https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js
becomes:
/ajax/libs/jquery/1.10.2/jquery.min.js
, which is basically:
https://yourwebsite.com/ajax/libs/jquery/1.10.2/jquery.min.js
Rating: 5 stars
wp 3.6.1: perfect! thank you!
]]>Rating: 5 stars
I was looking for a simple, plug & play way to easily disable absolute URLs to make it easier to move code between folders and servers (for development, staging, and production).
This seems to fit the bill very well!
]]>Rating: 5 stars
Trying new thing to develop locally and make localhost available over the web (with dyndns). I think this plugin saves a lot of headache in this case! More on my approach https://bit.ly/VnvEUi
]]>