nsp-code
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Types Order] Order categoriesHi
This is a feature included only within the advanced version, for more details please check with http://www.nsp-code.com/premium-plugins/wordpress-plugins/advanced-post-types-order/Forum: Plugins
In reply to: [Post Types Order] Next Link For Last Record Does Not Go To First RecordThe next / previous post link can create problems in certain scenarios as there aren’t to many options to filter those 2 functions, i recommend to separate create a list of posts and extract next / previous one.
Or if you own the Advanced Post Types Order you can use the previous_post_type_link() and next_post_type_links() which will return the exact order you specified for a given area (archive, category / term etc). You may want to check with the following links
http://www.nsp-code.com/advanced-post-types-order-api/previous-post-link/
http://www.nsp-code.com/advanced-post-types-order-api/next-post-link/
http://www.nsp-code.com/advanced-post-types-order-api/get-adjacent-post/Forum: Reviews
In reply to: [Category Order and Taxonomy Terms Order] Nice jobRemember this plugin never create additional terms meta, but a term_order column within terms table where held the sort index.
Possible there is another plugin or theme code which create the terms meta associated data you refer to.Forum: Plugins
In reply to: [Post Types Order] 'menu_order' not reordering itemsCan you paste here the query request (sql ) ?
It should work fine, most probably there is another filter somewhere, possible within your theme.Forum: Plugins
In reply to: [Post Types Order] previous_post_type_link() not found?Sorry but this is a function available within Advanced Post Types Order plugin
Forum: Plugins
In reply to: [Post Types Order] Plugin make 2 warnings appearCan you check the file permission if is the same as others?
Also please make sure you use the latest version which currently is 2.5.6.9Thanks
Forum: Plugins
In reply to: [Post Types Order] Woocommerce product sorting not workSuppose was referring to front-end, since switched to Advanced Post Types Order, the products can be sorted within Archive, Taxonomy Terms, Grouping etc.
Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] Taxonomy Magic Fields 2Hello
Did you tried to change the taxonomy to hierarchical as the free version support only this type.Forum: Plugins
In reply to: [Post Types Order] Post Types Order working on & offThis was solved using the Advanced Post Types Order, as Katy need post ordering within terms (portfolio taxonomy).
Forum: Plugins
In reply to: [Post Types Order] jquery error?Most probably another plugin de-register the default jQuery sortable and enqueue another one. You should try to de-active the plugins one by one to see which one create the problem. You may want to switch the theme to default to make sure it’s not the problem.
You can also try a browser cache clear or another browser.Forum: Plugins
In reply to: [Post Types Order] Disappearing Title DisplayI see lot’s of JavaScript errors, this is the reason for why the roll-overs are not working. In fact either the filters does not work.
I suggest to de-activate other plugins or check into your recent theme changes. I don’t see a connection between the Post Types Order and your problem.Forum: Plugins
In reply to: [Post Types Order] Final 139 items scrambled with 1094 posts totalHello Phil,
As discussed through a separate message the Advanced Post Types Order did not encounter this limitation.As for the free version, to help others with similar problem, if the memory increase did not solved the issue, you should try and increase the max_input_vars which affect the parse_str php function.
Thanks
Forum: Plugins
In reply to: [Post Types Order] Re-order to also affect other language?Hi V,
Sorry but there is no clear criteria to implement that feature, as there may exists certain posts which are not translations. Giving that fact, the results would be unpredictable. Hope it make senseThanks.
Forum: Plugins
In reply to: [Post Types Order] Final 139 items scrambled with 1094 posts totalHello Phil,
This appear to be a server limitation, you may want to try and increase the allocated memory see this post at http://codex.ww.wp.xz.cn/Editing_wp-config.php#Increasing_memory_allocated_to_PHP or contact your server admin on how to do that.
Or you can consider upgrading to Advanced Post Types Order plugin which incorporate a customized code for that area to allow allot more posts to be ,anaged (> 50000) using the same amount of memory.Thanks
Forum: Plugins
In reply to: [Post Types Order] advanced version not working, free version was workingHi,
If you own a paid plugin form us, please always get in touch directly through contact board at http://www.nsp-code.com/ for a fast reply.
It should work fine, possible on your front page to use get_posts instead custom query, in which case the ‘suppress_filters‘ parameter need to be set as false to ensure custom filters are actually run. More details can be found on API example http://www.nsp-code.com/advanced-post-types-order-api/sample-usage/
Regarding the next/previous, you should use previous_post_type_link() and next_post_type_link() which allow to use a certain sort board like archive or term order, more details can be found at
http://www.nsp-code.com/advanced-post-types-order-api/previous-post-link/
http://www.nsp-code.com/advanced-post-types-order-api/next-post-link/If you can’t figure out, send an update to our contact and someone will check into this for you.
Thanks