Plugin Author
click5
(@click5)
Hi @shirtguy72
Thank you for your feedback!
We will investigate it, and include a fix within the next version – v1.0.30.
I will keep you posted.
Thanks,
click5 Team
Wonderful, I’ll let you know after updated to v1.0.30
Plugin Author
click5
(@click5)
Hi @shirtguy72
We’re having troubles with reproducing your issue in our development environment.
Couple of questions which could help us troubleshoot:
1. Could you send us a link to the website where the issue occurs?
2. Could you verify if the issue exists in the latest version of our plugin – v1.0.29?
3. Could you try clicking the ‘Reset Order’ button first to wipe out any existing sorting settings, then changing order of a few posts, and then saving it using the ‘Save Order’ button? Does it still give you an error message?
Any other details which could help us reproduce this issue would be appreciated.
Thanks,
click5 Team
Found the issue was on my end.
The following in my .htaccess file prevents Click5 Sitemap to save changes ….
# Force trailing slash
<IfModule mod_rewrite.c>
RewriteCond %{REQUEST_URI} /+[^\.]+$
RewriteRule ^(.+[^/])$ %{REQUEST_URI}/ [R=301,L]
</IfModule>
I don’t see many or any other users running into this.
I use both extensive .htaccess and wp-config snippets for speed and security on my installation. In future: If I need to sort my Sitemap, I can simply comment out Force trailing slash.
[Marked as Resolved]
Sorry if I took much of your time and thanks for looking into this. Respectfully.