• Resolved Jimmy Lee

    (@shirtguy72)


    [Improved sorting options for HTML Sitemap] Update 1.0.28

    Sorting Drag and Drop working but “Save Order” button not functioning. Cannot save new sorted order.

    Not an emergency, was just tinkering after reviewing the changelog, functions test. Happy with my current html sorting, just wanted to bring to your attention.

    Thanks for taking the time to investigate.

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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

    Thread Starter Jimmy Lee

    (@shirtguy72)

    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

    Thread Starter Jimmy Lee

    (@shirtguy72)

    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.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Update 1.0.28’ is closed to new replies.