nsp-code
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Types Order] Reset?Please remember so you always get in touch through contact at http://www.nsp-code.com/ for a fast response / support.
Possible you use an older version, please update if so, currently the last release is 2.5.7.6 There is a reset button for every sort which you can use in case need to restore.Forum: Plugins
In reply to: [Post Types Order] Getting Error with Platform and Post Types OrderPossible this is caused by your WordPress version, thy updating to latest which currently is 3.6
Forum: Plugins
In reply to: [Post Types Order] Nothing on Re-Order pagesThis should work fine, yes you should check with other plugins and de-activate one by one to identify the problem.
Forum: Plugins
In reply to: [Post Types Order] Errors after updating to WordPress 3.6 (with solution)Thanks for your reporting will include the update in the next version.
Thanks for your solution, will be included in the new version.
This is a know bug which will be fixed in the next version.
Thanks for the code.Forum: Plugins
In reply to: [Post Types Order] Exclude from queryYou can switch OFF the Autosort and include ‘orderby’ => ‘menu_order’ just for queries where the sort need to apply.
Also you can try to remove the plugin orderby filter, right before you run the query
remove_filter(‘posts_orderby’, ‘CPTOrderPosts’, 99, 2);
then put it back after the loop
add_filter(‘posts_orderby’, ‘CPTOrderPosts’, 99, 2);
to allow further queries to autosort.Or if you own the Advanced Post Types Order the ‘force_no_custom_order’ => TRUE can be used to make the filters to ignore the Autosort ON so it will return the order specified within the query. For more details and examples check on this link http://www.nsp-code.com/advanced-post-types-order-api/sample-usage/
Can you try to switch the Autosort to ON
If still not changed, you need to check into the widget code if use the get_terms to fetch the categories and include ‘orderby’ => ‘term_order’Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] Update button not workingThe plugin is 100% functional on a default WordPress theme and no other plugins. Possible may be your WP install, possible a corrupted file, try to re-install.
But which is the exact JavaScript error message you see?
Forum: Plugins
In reply to: [Post Types Order] Not working using get_posts functionTry including the ‘suppress_filters’ => FALSE within the parameters.
Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] Update button not workingCan you also try to switch to a default WordPress theme as the problem may be the once you currently use.
Forum: Plugins
In reply to: [Post Types Order] jquery error?In fact all versions newer than 2.5.4.9 can be updated automatically through WordPress, either from Plugins or Dashboard Updates.
Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] Update button not workingCheck with other plugins possible a JavaScript conflict. I suggest to de-activate one by one to identify the problem.
Forum: Plugins
In reply to: [Post Types Order] jquery error?By the way the latest plugin version is 2.5.7.3
Forum: Plugins
In reply to: [Post Types Order] jquery error?Hi,
If you own the advanced version, please get in touch with us through Contact http://www.nsp-code.com/contact-us/ and someone will help you / check on this right away.Thanks