nsp-code
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Types Order] re-order doesn't show on webpageCan you check your theme query, if use a custom query per Codex recommendations https://codex.ww.wp.xz.cn/Class_Reference/WP_Query
Also try to trigger the Ignore Suppress Filters
If you use a cache plugin, you need to clear the data before see any changes.Forum: Plugins
In reply to: [Post Types Order] Re-order not workingHi David,
Can you check the html of this page http://forbes-cm.com/reports if the sorting is actually correct? Your theme use something like isotope and the items are actually placed on the page depending on available spacing. That means only the very first row will appear per your order, the others may be slightly different from what you set.Thanks
Forum: Plugins
In reply to: [Post Types Order] Not Compatible with Visual ComposerHi JP,
If you set the Autosort to ON it will apply the sort everywhere, so you may want to turn it OFF and check with filters to append a ‘orderby’ => ‘menu_order’ for queries where sort need to apply.
Or consider to update to Advanced Post Types Order plugin which include conditionals, so you can simply exclude the homepage from being sorted per your list.Thanks
Forum: Plugins
In reply to: [Post Types Order] Reorder "WP Customer Reviews" postsProbably the Reviews post type is set for hierarchical, which the plugin can’t handle so far.
Forum: Plugins
In reply to: [Post Types Order] Re-Order Posts in RSS but not on WebsiteFor the RSS sort to be changed you can either set the Autosort to ON, or use a filter to modify the rss query arguments and include a ‘orderby’ => ‘menu_order’ parameter. I think the second option is what you need, as the first apply the sorting across your website.
As alternative you may want to update to advanced version, simply use a conditional and the sort will apply only to certain RSS. This article reveal a bit of information about conditional usage http://www.nsp-code.com/advanced-post-types-order-description-and-usage/using-conditionals-for-sorting-apply/Forum: Plugins
In reply to: [Post Types Order] page orderSo far the plugin can’t handle hierarchical post types (like pages). But it will be included on a later version.
Forum: Plugins
In reply to: [Post Types Order] NO csrf tokenThanks for reporting this. Actually we already improved that area, the new code will be available in the very next release.
Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] CPT custom taxonomies orderHi,
Actually the free version can handle only hierarchical taxonomies, so you may want to double check on that. Using the Pro version you can sort any type.Thanks
Forum: Plugins
In reply to: [Post Types Order] Conflict with WooCommerce – FIXEDHi
Is the AdminSort turned On?Hi,
Can you get in touch with us through contact at http://www.nsp-code.com and i’ll check into this.Forum: Plugins
In reply to: [Post Types Order] Wordfence scanSorry about that, we where changed the text domain slug to something else, for making the plugin available for translate at https://translate.ww.wp.xz.cn/projects/wp-plugins/post-types-order
We didn’t intended to release a new version to prevent any stress with updating, as being a minor update. But it appear we have to do that.This functionality is currently available only for advance version, for more details please check at http://www.nsp-code.com/premium-plugins/wordpress-plugins/advanced-taxonomy-terms-order/
Forum: Plugins
In reply to: [Post Types Order] dev domains keep deactivating itActually this should work with localhost, staging, 127.0.0.1 Possible you can change your vhost to any of above?
We are working to extend our system and allow multiple instances for a key, but may take a bit more until ready.Remember to get in touch through contact at http://www.nsp-code.com for a fast support.
Thanks
Forum: Plugins
In reply to: [Post Types Order] Blank Re-order PageCurrently this is available only for advanced version.
Forum: Plugins
In reply to: [Post Types Order] Blank Re-order PageCheck with server error log, possible there’s a memory limitation issue. I would try to increase it which may fix the white screen.