nsp-code
Forum Replies Created
-
Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] WPMU doesn't activate globallyThanks for reporting, we are aware of this and should be updated in the next version. Currently the plugin need activated within all sites which require this feature.
Forum: Plugins
In reply to: [Post Types Order] Not sufficient permissions when post type shown in menuHi,
Please get in touch with us at [email protected] or through our website http://www.nsp-code.com and we will check into this as it should work fine.Thanks
Definitely it should work, unless it is really hierarchical 🙂
You can contact us at [email protected] and i will take a look into this.Forum: Plugins
In reply to: [Post Types Order] reorder just plain not working on front end.It should be the theme code, please make sure it follow the WordPress rules and regulations and it will work fine with it too.
Forum: Plugins
In reply to: [Post Types Order] No Re-Order optionRemember this will work along with non-hierarchical custom post type.
The Re-Order interface will show only for non Hierarhical custom post types, as those are supported. So you should change to non hierarchical (like posts) when register a custom post type.
sashamenis Please contact the author of those plugins/theme as this is not caused by the Post Types Order
Hi Chris, please use the personal link you got when bought the plugin to fetch the latest version which currently is 2.5.3.9. You may use an older data (2.4 or so) which does not include update acknowledge.
If you still have issue, please contact us directly and someone will check into this for your right away. ThanksThanks brunomonteiro3 for sharing with us, however you are posting in the wrong place 🙂 I mean this board is for Post Types Order plugin.
Also i confirm again this warning has been fixed an no longer appear on last WordPress release 3.5Forum: Plugins
In reply to: [Post Types Order] Custom user role accessHi Nicolas,
This is updated and use role capabilities instead levels, In case you use custom roles, you should update accordingly to the following capability usage :Subscriber – read
Contributor – edit_posts
Author – publish_posts
Editor – publish_pages
Administrator – install_pluginsThanks
A new version will be released within next few days. Thanks.
Forum: Plugins
In reply to: [Post Types Order] Not sufficient permissions when post type shown in menuAs far as i understand, you created sub-menus for each of the post types within that Admin menu item. But there must be a problem on the way you add those and WordPress does not allow access.
Anyway, as the advanced version does contain that feature, i can say that we changed parts of the code to be able to implement it, practically it works through a single re-order interface. So i’am not sure even if you are going to create and access those re-order menu items, you will not be able to make the sort for that particular post-type.
Hope it make sense.I understand the problem you are experience. However per WordPress Codex http://codex.ww.wp.xz.cn/Function_Reference/register_taxonomy the hierarchical parameter is a Boolean value. I think the best will be to ask the other plugin author to update the code accordingly as this will create problems for other code as well.
Forum: Plugins
In reply to: [Post Types Order] tax_query with Advanced Post Types Order?Hi Spectrus,
I see what you mean. The order within the admin is set for individual taxonomies term, but when a query fetch objects from multiple taxonomies/terms, there is no order to apply, for which reason this will fall under the Archive custom order, you should try to re-order that instead.
Hope it works for you.Please feel free to contact us directly for a much faster correspondence as you own a paid code.
Thanks
Forum: Plugins
In reply to: [Post Types Order] Front End?As default there is no way to do that. However you can try to implement an interface and use it for the front side, but might not be so easy. You can use the plugin code as example to adapt it for what you need.