• Resolved CarolineElisa

    (@carolineelisa)


    I can drag and drop custom posts with no error in the console. However when I return to the list of posts the new order is lost. This was working before with a previous version of your plugin, now with 2.4.8 it does not.

    Also, the custom posts do not display in the same order on the frontend in my custom query with ‘orderby’ set to ‘menu_order’. Pretty sure this was working before too, but could be wrong.

    I am using Firefox 72 on a mac. Also tested on Chrome on a PC. I have WordPress 5.3.2 installed.

    Thanks

Viewing 14 replies - 1 through 14 (of 14 total)
  • Thread Starter CarolineElisa

    (@carolineelisa)

    I rolled back to 2.4.7 and both issues are resolved – the post order is saved and the posts display in the correct order on the frontend

    Hello @carolineelisa,

    Thank you for letting us know.
    We are trying to replicate this same issue on our end but without luck at the moment.
    Can you please let me know what theme are you using and which plugins?

    Thank you,
    Mihaela

    Thread Starter CarolineElisa

    (@carolineelisa)

    We are using a custom theme and the following plugins:

    Advanced Custom Fields – 5.8.7
    Category Order and Taxonomy Terms Order – 1.5.7.1
    Classic Editor – 1.5
    Curator.io – 1.1
    Elementor – 2.8.5
    Elementor Pro – 2.8.3
    GDPR Cookie Consent – 1.8.2
    Header Footer Code Manager – 1.1.6
    Members – 2.2.0
    Menu Image – 2.9.5
    Post SMTP – 2.0.10
    Quick Featured Images – 13.3.6
    Really Simple SSL – 3.2.8
    Search & Filter Pro – 2.5.0
    UpdraftPlus – Backup/Restore – 1.16.21
    Yoast SEO – 12.9.1

    Note the CPT we are having an issue with is registered as follows in the theme functions.php file:

    
    // Team CPT
    add_action( 'init', 'register_team_cpt' );
    function register_team_cpt() {
        register_post_type( 'team-member',
            array(
                'labels' => array(
                    'name' => __( 'Team Members' ),
                    'singular_name' => __( 'Team Member' )
                ),
                'public' => true,
                'rewrite' => array('slug' => 'team'),
                'supports' => array( 'title', 'editor', 'author', 'thumbnail', 'excerpt' )
            )
        );
    }

    Thanks

    I can confirm this problem too, after cca one day SCPOrder stops working, and it just doesnt save when I move article in list. Visually its OK, dragndrop works, but when I reload admin page with article list its back in original order. Also it doesnt change order on front end.

    What helps it to go to settings of SCPOrder and click update. Then its back to normal for some time. Didnt roll back to previous version, its one click per day. Looking forward for updated version…

    I have same issue with version 2.4.8
    SCP 2.4.7 works fine

    Having the same problem.

    Same problem. Was working great a few days ago.

    Can confirm the issue (drag-n-drop changes were not saved after upgrading to SCPOrder 2.4.8).

    However I cannot reproduce the problem. If I perform a fresh install of 2.4.7, then upgrade to 2.4.8, drag-n-drop seems to work fine.

    So there must be some other variable in play.

    Same problem here on latest WP.
    Theme is Generatepress.
    Did a Rollback to 2.4.7 – works again.

    If it helps, I noticed in version 2.4.8 you have commented out the add_action on ‘admin_init’ (to call your ‘refresh’ function).

    When I restore this line menu_order seems to be getting set again on the posts table.

    Hi guys,

    Thank you for letting us know about this.
    We have opened a ticket regarding this issue and will address it in our next update.

    Thank you for bearing with us.

    Warmly,
    Mihaela

    We had the same issue. It did work for custom post types, just not the native default posts. We are using a child theme of TwentyTwenty if that helps. We reverted to 2.4.7 and it was fine.

    Hi guys,

    Thank you for being so patient!
    We have released an update addressing this issue.
    Please update and let me know if it fixed it.

    Thank you again!

    Lots of love,
    Mihaela

    Thread Starter CarolineElisa

    (@carolineelisa)

    Works, thanks!

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Post order not saving’ is closed to new replies.