nsp-code
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Types Order] eval(base64_decode(… in licence.phpHi Philippe,
There’s nothing to worry about, is just a way to protect our code. In fact you can echo the base64_decode(..) to see the exact code. This will be removed in the next release (V3.0 major update, which also allow sorting for custom queries including multiple post types, taxonomies at once etc)Thank you,
DanForum: Plugins
In reply to: [Post Types Order] "RE-Order" inside CPT-Menu is not translatedHi,
Thanks for reporting this, we already made the fix will be available in the next version which should be released in few weeks.Thanks
Hi
Please check if the theme use get_terms() to retrieve the list of items.Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] Support for User TaxonomiesHi
Actually the plugin works with custom taxonomies but those need to be hierarchically enabled see this link for more details http://codex.ww.wp.xz.cn/Function_Reference/register_taxonomy
Only the Advanced Taxonomy Terms Order plugin can handle booth types.Thanks
Forum: Plugins
In reply to: [Post Types Order] Custom Access LevelsThe Post Types Order is stick with default capabilities i.e. publish_posts, read, etc
If you need to create custom access levels with custom capabilities you will need the advanced version of this plugin. Examples on how to do that can be found at http://www.nsp-code.com/advanced-post-types-order-api/filter-add-custom-role-modify-exiting-minimum-capability-to-use-this-plugin/Forum: Plugins
In reply to: [Post Types Order] Doesn't seem to reorder non sticky postsHi Helen,
This is an expected behavior when working with sticky posts. you should include the ignore_sticky_posts within query.
Or if you use the Advanced Post Types Order make sure you check the option for Ignore Sticky Posts.Hi
The Category Order and Taxonomy Terms Order plugin can’t order posts so your question should be addressed on a different forum.Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] Not sorting with WP 3.8If the Autosort is On and you use a get_terms() function on your theme, this will work. I suggest so you check with your theme files where the terms are retrieved, possible not using the standard get_terms()
For more details check at http://codex.ww.wp.xz.cn/Function_Reference/get_termsForum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] Not sorting with WP 3.8You need to use the parameter along with get_terms()
Forum: Plugins
In reply to: [Post Types Order] Update button is not updating anythingWell that’s the problem, giving the large amount of posts on certain servers this will never complete due to php imposed limitations, either code execution or even the parse_str which may be limited to 1000.
You may want to increase the parse_str php variable value and the maximum allowed time execution. There are chances so you can’t do such updates, so a server migration may be required.
Or you can simply consider to update to Advanced Post Types Order which contain a different approach to avoid such limitations.Forum: Plugins
In reply to: [Post Types Order] Update button is not updating anythingPossible there is another plugin or even your theme which overwrite the order, can you try to de-activate one by one to find which is the cause?
Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] Not sorting with WP 3.8Is the autosort turned ON? Also make sure the code use get_terms() also include ‘orderby’ => ‘term_order’ within the function parameters.
Forum: Plugins
In reply to: [Post Types Order] Drag & Drop not working in Firefox?This should be caused by a conflict with another coder, a JavaScript / PHP error, i suggest to identify that by de-activating the plugins one by one.
Regarding the order, you should turn off the Autosort then use the ‘orderby’ => ‘menu_order’ within queries where custom order need to apply.The Advanced Post Types Order plugin contain a different code, probably it will fix the issue for you as it can manage different scenarios which the free plugin can’t. But if that does not happen, you can always get free support for it, a coder will check into your site to find the exact issue and fix it.
Forum: Plugins
In reply to: [Post Types Order] Update button is not updating anythingTry Firefox and FireBug add-on.
Forum: Plugins
In reply to: [Post Types Order] Update button is not updating anythingThere must be an issue on your side, most probably a plugin which throw errors. You should check on the ajax call response, which should reveal more details.