Forum Replies Created

Viewing 15 replies - 1 through 15 (of 29 total)
  • Thread Starter XXVII

    (@xxvii)

    Sorry, I just solved the problem.
    There was something wrong with the session or cookies, I just had to logout and login again and now it works correctly.

    • This reply was modified 3 years, 9 months ago by XXVII.
    Thread Starter XXVII

    (@xxvii)

    Sorry, the url has changed, how can I give you the url in a private way?

    Same problem here.
    Did someone find a solutions with this or another plugin?

    Thank you

    Hello, I have the same problem.
    Some functions of WP Bakery page builder don’t work due to this js error.

    I’m using The7 theme.

    Can we have a fix to paste or an updated file before the release?

    Thank you

    I would like too to have the possibility to add a default table (via filter/hook or even better inside the field configuration in ACF), so the client has a framework to insert the data.

    Thread Starter XXVII

    (@xxvii)

    Wow, thank you Aurovrata, you’re great! ??
    I will test it and report as soon as I can!

    Thread Starter XXVII

    (@xxvii)

    This can be reversed, or even changd to alphabetical order to ease the manual sorting.
    But this initial order is stored in the meta table and each time you change that order it is resaved.

    Yes, I’m talking exactly about this! It would be useful to have the same functionality to initially show the posts ordered by menu_order, and then eventually continue to order the posts manually with drag and drop.
    Something like “import ranks from menu_order”, if you want to see this from another perspective.

    It happened with one site that I had already ordered hundreds of posts with another plugin (that stores the rank in the menu_order column, like wordpress do) and then I installed your plugin.
    In this case I had to order all the posts from the beginning because I couldn’t start with the ordering I already set.
    I hope I explained the case better this time ??

    Thread Starter XXVII

    (@xxvii)

    Maybe it was created initially to store menu items ordering, but now it is used by wordpress itself to store the ordering of pages (see linked screenshot).
    I don’t think this will be changed in the future as it would break backward compatibility with millions of themes and sites.
    Anyway I have nothing against storing the ordering in the post metas, where you have more flexibility.

    Annotazione-2019-11-28-100819

    I still don’t understand what you mean by initial ordering.

    I was thinking about something like what you have in the FAQ “7. The initial order of post is chronological, can it be changed?” but using the menu_order values.
    We talked about this in the first posts of this thread: to add some buttons to reset the ordering to alphabetical (asc/desc), chronological (asc/desc) and menu_order, without resorting to filters.
    It’s not fundamental though, just an idea for a possible future implementation ??

    Thread Starter XXVII

    (@xxvii)

    I meant the menu_order column in wp_posts table, which WordPress uses to store the values for post ordering

    got it. I don’t know. This is used for nav_menu_item posts and as such is too limited to capture the rank of a post within a taxonomy term list. Furthermore, this could affect future WP core functionality in unpredicted ways.

    Yes, you are right, it is limited to sort posts without considering taxonomies.
    Though I don’t think it will be deprecated or changed in the future, as currently it’s the only way that WordPress has to order posts.
    Anyway I was only suggesting to use that column to set the initial ordering, not to store the ordering of your plugin.

    Also here I was talking about the the menu_order column. WordPress and other plugins use this column to store the ordering values, so it would be useful to retrieve this order as an initial ordering (in alternative to alphabetical, date, id, etc…)

    that’s strange, apart from the menu items, what other plugin stores post ranks within this column?

    It’s used by this plugin, which has a lot of users and which I used before trying yours:
    https://it.www.ads-software.com/plugins/post-types-order/
    Probably it’s used by other plugins as well.

    • This reply was modified 5 years ago by XXVII.
    • This reply was modified 5 years ago by XXVII. Reason: fixed formatting
    Thread Starter XXVII

    (@xxvii)

    Is it possible to have a filter to set the inital ordering using the menu_order values?

    the menu order? Menu items and posts are different, so I am not sure what you mean here.

    I meant the menu_order column in wp_posts table, which WordPress uses to store the values for post ordering

    Sometimes an order has already been applied manually before installing your plugin.

    that’s a good question and a tricky one to achieve, simply because each manual sorting has different ways to store the rank and providing a mechanism to retrieve these ranks would take a lot of time to figure out.

    Also here I was talking about the the menu_order column. WordPress and other plugins use this column to store the ordering values, so it would be useful to retrieve this order as an initial ordering (in alternative to alphabetical, date, id, etc…)

    Thread Starter XXVII

    (@xxvii)

    Hello,
    just another css suggestion to align images in the center of the squares and prevent overflow (in /reorder-post-within-categories/admin/css/reorder-post-within-categories-admin.css)

    .sortable-items img {
    	max-width: 150px;
    	max-height: 100%; <-- prevent image overflow outside square
    	display: block; <-- center image in the square
    	margin: 0 auto; <-- center image in the square
    }
    Thread Starter XXVII

    (@xxvii)

    Hello,
    I checked again and I found that I had another ordering plugin installed and activated, which caused conflicts with yours ??

    Your plugin works correctly once the other is deactivated.

    I noticed that some thumbnails appear disaligned, I suggest to add vertical-align: top; to the following rule in /reorder-post-within-categories/admin/css/reorder-post-within-categories-admin.css

    div.sortable-items {
    	width: 150px;
    	height: 150px;
    	display: inline-block;
    	margin: 10px;
    	border: 1px solid gray;
    	padding: 2px;
    	position: relative;
    	background-color: white;
    	vertical-align: top; // <-- add this to align the thumbnails correctly
    }
    Thread Starter XXVII

    (@xxvii)

    Confermo che con l’ultimo aggiornamento compaiono le opzioni che prima non c’erano, tuttavia resta il messaggio “ATTENZIONE – Il plugin Woocommerce Invoice & Packaging Slips non risulta attivo – Attivarlo per mostrare anche impostazioni avanzate per la generazione di ricevute non presenti altrimenti” anche se il plugin è attivo

    Thread Starter XXVII

    (@xxvii)

    Ho inviato i dati in risposta alla mail già inviata.

Viewing 15 replies - 1 through 15 (of 29 total)