nsp-code
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Types Order] users chaging post order effecting order on entire siteA sort order is unique no matter if it’s created by administrator or editor role. There is no reason / logic for working differently as applying the order on front site would be done the same for everyone.
If you don’t want the subscribers to use the re-order functionality, you should change that from plugin settings area.Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] allow editors to manage order?Hi
Check with plugin settings, see the user level option.Check with the code if parents use similar code as for child terms i.e. use orderby => term_order
Forum: Plugins
In reply to: [Post Types Order] Sort WordPress custom post types through Front EndThe sort_id can be found in the url (link) address or the Settings metabox.
Sorry the free plugin does not use sort lists.Thanks
Forum: Plugins
In reply to: [Post Types Order] Sort WordPress custom post types through Front EndHello
The shortcode will work only with Advanced Post Types Order plugin. You should use the contact form at the bottom of page at http://www.nsp-code.com/ for a fast help.
The “82” is the sort id.Forum: Plugins
In reply to: [Post Types Order] It doesn't work for meIs the Autosort turned ON? If so, possible there is a code which get in conflict, i would try to de-activate the plugins one by one. As last instance you should check your theme query if use a standard http://codex.ww.wp.xz.cn/Class_Reference/WP_Query
Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] Incompatible with CPT-onomies?Hi Michael,
Possible there is a JavaScript error produced by another code on your side. Also check with the AJAX response if return any error.Thanks
Forum: Plugins
In reply to: [Post Types Order] Couldn't re-sortSorry but i don’t see other way to check on that. You will need the error log to identify the exact problem. Or you ca run a php debug if the server supports.
Forum: Plugins
In reply to: [Post Types Order] Re-order a combination of post typesHi
I confirm through Advanced Post Types Order plugin sorts for mix of post types can be created. This article may help Create sort for mix of single / multiple custom post types, taxonomies, authorsForum: Plugins
In reply to: [Post Types Order] Couldn't re-sortHi Nic,
Can you check your server error log, possible there’s a memory exceed error.Thanks
Forum: Plugins
In reply to: [Post Types Order] doesn't work with wp 3.9.1 ?Hi Lorenza
If your custom post type use hierarchically active, the plugin can’t handle this type, you should update to false. Or use the Advanced Post Types Order which can sort anything.Thanks
Forum: Plugins
In reply to: [Post Types Order] Never worked for me (for regular posts, anyway)There is no reason for why the plugin sill not work with default WordPress themes unless you use custom code which does not follow the WordPress Codex recommendations.
Mainly when using default themes, you just need to tun on Autosort then the order will apply. Or include ‘orderby’ => ‘menu_order’ within the query. Also make sure you set a query the right way per http://codex.ww.wp.xz.cn/Class_Reference/WP_QueryIf you encounter any issues, you should de-activate the plugins one by one to identify the issue, or check the theme code for any filters which may interfere. Also it’s a must to use standard queries http://codex.ww.wp.xz.cn/Class_Reference/WP_Query
Forum: Plugins
In reply to: [Post Types Order] Hook after re-order?Hello Philip,
Please check with the API filter and example at http://www.nsp-code.com/advanced-post-types-order-api/action-on-posts-order-update/
If you still need help, always get in touch with us through contact at nsp-code.com for a speedy response.Thank you
Forum: Plugins
In reply to: [Post Types Order] Doesn't work with Woocommerce anymoreThere must be something else, like a filter which interfere with that.
You can get in touch with us at [email protected] and we will run into a debug.Forum: Plugins
In reply to: [Post Types Order] Doesn't work with Woocommerce anymoreProbably you use grouped products?