• Resolved webhamster23

    (@webhamster23)


    Hi,

    this plugin has been very useful, I think it is also a good approach with the introduction of the new grid view. Although like others I am experiencing now some issues with the latest version and probably since 2.x has been released.
    It didn’t have to reorder new posts and didn’t realize the impact of the update.
    Also I just see 20 posts of let’s say 58 posts. I could not see the buttons to re-arrange post range and no Ajax slider. Only through other posts in this support forum I learned about it and saw it now on the screenshot. I found it then in one category which has only 5 posts. In all other categories it seems to disappear on load, this is the html

    <p id="range-text" style="display: none;">
      <span class="title">Post range:</span>
      <input id="range-min" min="1" max="-1" class="input-range" type="number">—
    <input id="range-max" max="0" min="-1" class="input-range" type="number">
      <span id="remove-items" style="display:none">
     <label for="insert-order">Move items to rank:					 <input type="number" min="1" max="0" name="insert-order" value=""></label>
    <span class="error"></span>	
    <span class="display-block">Select single/multiple items to move out of the current displayed range and insert towards the beginning or end of your list by selecting a suitable rank</span>
    </span>
    </p>
    
    <div id="slider-range" data-max="0" style="display: none;"></div>
    

    This might be a bug which made other users also wonder why they can’t arrange new post anymore.

    Well in the FAQ I found
    5.Can newly published posts be ranked first rather than last?

    I tried to add it in the Theme function file and fixed
    add-filter('reorder_post_within_categories_new_post_first', 'rank_new_posts', 10, 3);

    to

    add_filter('reorder_post_within_categories_new_post_first', 'rank_new_posts', 10, 3);

    but either I don’t understand what this hook does or it didn’t work. I still can’t see new released posts.

    Okay, I downgraded to v 1.8.1 and this mixed up all sorting. When I switched back to 2.4.2 it was fine again. With some catgories of 50+ and 80+ posts it would be nerve-wrecking to have to manually sort everything again by hand.
    I am lucky that I have backups so I can revert but for others could be upsetting.

    Somehow Reset the order! function does not seem to work on my end. And when I re-arrange the order of existing posts in grid-view it mixes up the order.
    The way I see it, the new version came with great new features but also with a couple of bugs and caused some issues for many users including me.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Aurovrata Venet

    (@aurovrata)

    Hello there, oddly enough I seem to have completely missed your post. I apologise for this.

    Are you still facing issues with the plugin? There has been several bug fixes in recent releases and so I hope that the issues you were facing have been resolved.

    If you still have missing posts in your admin reorder page, then I suggest you reset the order using the provided button.

    Plugin Author Aurovrata Venet

    (@aurovrata)

    there are has been quite a few releases with several bug fixes. i hope these have solved your issues and I am marking this posts as such. Should you still face problems to contact me on vrata at syllogic dot in

    Thread Starter webhamster23

    (@webhamster23)

    Thanks for your reply, much appreciated. I hope it helps others to solve similar issues. I have solved mine by php in Theme as we just sort order by publish date.

    After several bugfixes and for new installations it should work well and ticket can be closed indeed. Thanks again for the good development of this useful plug in.

    Plugin Author Aurovrata Venet

    (@aurovrata)

    sure thing. Happy that you found a solution.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problem to arrange Posts in Grid View’ is closed to new replies.