nsp-code
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Types Order] Order products multiple categories Wp-ecommerceYou are correct, since the order index is held within menu_order, this will always keep the last sort, any previous will be lost. The Advanced Post Types Order use a separate table to hold sort details, so it will always keep the order for a post across multiple categories (terms taxonomies) no matter what. You can also create archive sorts too.
Forum: Plugins
In reply to: [Post Types Order] Post Type Order not working on child custom post typeCurrently this is implemented only for Advanced Post Types Order plugin.
Forum: Plugins
In reply to: [Post Types Order] Order products multiple categories Wp-ecommerceSorry only the Advanced Post Types Order can manage products within multiple categories.
Forum: Plugins
In reply to: [Post Types Order] Orderby meta_valueHi, You should turn OFF the autosort and use ‘orderby’ => ‘menu_order’ within queries where custom sort need to apply.
Forum: Plugins
In reply to: [Post Types Order] Post parent is deletedThe only change the Post Types Order do is the menu_order column, which possible the Post Parents widgets use to apply parents. However menu_order is intend to be used for sort and not other purpose. I don’t think there’s a fix, unless Post Parents use a different / custom field.
Forum: Plugins
In reply to: [Post Types Order] Reverse order in new 3.8Suppose this issue was related to the code you use on your side, i’ll put this as resolved.
Forum: Plugins
In reply to: [Post Types Order] "Next Post" link doesn't reflect re-ordered postsThe free plugin use the default WordPress next_post_link() and previous_post_link() functionality which is not very flexible and such issues can occur in certain circumstances. Possible you may want to check with http://www.nsp-code.com/advanced-post-types-order-api/previous-post-link/ and http://www.nsp-code.com/advanced-post-types-order-api/next-post-link/ which are included in the advanced version
Forum: Plugins
In reply to: [Post Types Order] Conflict with gallery orderThanks for your reporting and the fix, i confirm this will be updated in the next release.
Forum: Plugins
In reply to: [Post Types Order] Possible Issue With Members PluginHello
The plugin use the “publish_pages” capability for editor role, so you should check for that, by default it’s active.
On the other hand check with the Member plugin if exclude certain sections like re-order menu interfaces.Hi
We already replied back to your message, you just need to update to latest version as it appear you use an old code.Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] All Terms disappear from the listCan you check upon MySql username if contain all capabilities( create, alter etc) i suspect the wpdb engine is unable to create the required additional column.
Once update, make sure you de-activate then activate back the plugin.Forum: Plugins
In reply to: [Post Types Order] Conflict with Thesis 2.1Hi Paddy,
Thanks for your reporting, we will check into this but most probably the Classic skin is the problem. As you said the best will be to use the latest skin code.Forum: Plugins
In reply to: [Post Types Order] Post Type Order not working on child custom post typeHi,
I believe your Toolset Types plugin implemented such functionality, however it’s not a core default for which reason probably it will not work. But you should double check it’s about child of custom post type or just means hierarchically enabled like pages, so disabling will make it to work.Forum: Plugins
In reply to: [Post Types Order] Fatal Error on ActivationThe Avada theme incorporate the Post Types Order. However you can de-activate that from the theme settings, i can’t remember exactly where to do that. Once completed this step, you can activate the last plugin version from Plugins area.
Forum: Plugins
In reply to: [Post Types Order] Re-ordering post_type=propertyIf the property custom post type is hierarchically enabled, the free Post Types Order plugin can’t support that, you may want to check with the advanced version.