nsp-code
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Types Order] Error search whith this pluginHello,
We are not aware of such issue, however we can check into this, please contact us at [email protected]Thanks
Forum: Plugins
In reply to: [Post Types Order] Post Types Order – Advanced FilteringHi Chris,
This will require a different approach and code which currently is available only within Advanced Post Types Order.Thanks
Forum: Plugins
In reply to: [Post Types Order] Blog no longer shows postsCheck the wp_posts table
Forum: Plugins
In reply to: [Post Types Order] Blog no longer shows postsThe plugin shouldn’t create any issues at all, as it just change a menu_order value. Probably you use a hardcode routine on your theme which fetch certain posts by this attribute, now if they are updated it can’t find anything.
You should reset your posts menu_order attribute to 0 (default) through phpMyAdmin or any database management utility.Unfortunate there is no filter to use within WordPress get_term_children. A workaround would be to retrieve each term term_order then re-order accordingly.
Thanks
Hi
Sorry we had some technical issues during last week which caused our support to react slow on any inquire. At this moment everything is back to normal, any message is replied within few hours.Thank you
Hi
This is available within the last version of Advanced Taxonomy Terms Order.Thank you
Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] Ordering not workingCan you check with your theme if use get_terms to retrieve the terms? Then use ‘orderby’ => ‘term_order’ within function arguments.
Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] Get the values or elements….What you mean “values of elements” ?
Forum: Plugins
In reply to: [Post Types Order] wp_link_pages() shows incorrect orderThe single site license include 2 keys (development / production), the developer license type allow unlimited usage. Both are lifetime support and update availability.
Forum: Plugins
In reply to: [Post Types Order] Can you make minimised text search-able?Hi
Sorry but what you looking for is not related to what our plugin can do 🙂
However i suggest to implement an jQuery live search i.e. http://www.sitepoint.com/14-jquery-live-search-plugins/
Hope this helps.Forum: Plugins
In reply to: [Post Types Order] wp_link_pages() shows incorrect orderHi
In certain situations the next / previous may not work as expected. We will try to improve it in a next version.
As alternative the advanced version contain additional tools for next and previous navigation
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/Forum: Plugins
In reply to: [Post Types Order] eval(base64_decode(… in licence.phpThat’s true.
We had removed Base64 usage from the code few months ago.Thanks
Forum: Plugins
In reply to: [Post Types Order] Sort only post/custom post types of certain CategorySorry this is available only in Advanced Post Types Order
Forum: Plugins
In reply to: [Post Types Order] Re-order menu link is not showing for my editors.Hi
A bit of late for my reply, hopefully this will helps others who encounter similar issue.
The sort accessibility rely on capabilities, as follow:
Admin – switch_themes
Editor – publish_pages
Author – publish_posts
Contributor – edit_posts
Subscriber – read
So if does not work for your editor, can you check if publish_pages exists for this role?For Advanced Post Types Order a filter apto_reorder_capability can be used to add/change mapped roles and capabilities http://www.nsp-code.com/advanced-post-types-order-api/filter-re-order-interface-capability/