nsp-code
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Types Order] Reordering in the admin page doesn’t have any effectBut it should be consistent and not change once your reloaded the page. Does something changes on database during page reload?
Forum: Plugins
In reply to: [Post Types Order] Reordering in the admin page doesn’t have any effectIt should be a cache issue.
Forum: Plugins
In reply to: [Post Types Order] Reordering in the admin page doesn’t have any effectHello,
This should work fine, most probably there’s a glitch with another plugin, as it supposed to be archive interface (all posts) probably there’s a mix.
Can you try to disable other plugins to find out the one causing the conflict? Then i’ll try to debug on our environment.Thanks
Forum: Plugins
In reply to: [Post Types Order] Search toolbarCan you check your server error logs for any clues?
Also see if disable other plugins makes a fix.Forum: Plugins
In reply to: [Post Types Order] Sort via Category LanguagesHi Scharaden,
If you own the advanced version, I suggest so you get in touch at https://www.nsp-code.com/ for a fast support.However, from your last print screen it appear you hard-coded categories id’s e.g. include=500,3 That means it will specifically include those id’s no mater the language you see on front side. Remember each category use different id so you should use icl_object_id() to retrieve the correct term for current language.
Thanks
Forum: Plugins
In reply to: [Post Types Order] Subscriber role allowed to reorder within dashboardHi,
As administrator, go to Settings > Post Types Order > “Minimum Level to use this plugin” you need to change that to another role.Thanks
Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] Total Posts number is wrongHi,
No problem, you are now set as editor for Finnish language, please check at https://translate.www.ads-software.com/projects/wp-plugins/taxonomy-terms-order/dev/fi/defaultThanks
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] how to change upload folder to top rootI’ll check it out to see if possible.
Thanks
Forum: Plugins
In reply to: [Post Types Order] Ordering doesn’t work in filtered post listHi George,
This functionality is not include as it require a different approach. Long story short, a post (object)can held only a order index at a time, meaning if the post is sorted within archive (all posts), when you re-order for another area (e.g. category) the previous archive will be lost.
This require a different approach which is available within the advanced version.Thanks
Forum: Plugins
In reply to: [Post Types Order] Cannot update Woocommerce product orderHi,
Where you see this issue? within the re-order interface or within default archive interface?
Do you see any error message within your server logs?Thanks
Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] No Override in array’sI see your point, this will be available for the next release.
Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] Total Posts number is wrongCan i add you as editor for Finnish? This way you can moderate the translations for that language.
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] Rename js Files and hide woocommerceThat would be an interesting functionality, we’ll check on how it can be implemented for a later version.
WooCommerce come with lots of JavaScript variables which isn’t quite possible to “hide”, meaning if you actually seek within the “correct” file they will still come up, no matter what.
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] How change custom page URL?Hi,
Actually you need a functionality which this plugin does not provide. I suggest checking with repository to identify appropriate code.Forum: Plugins
In reply to: [Post Types Order] ordering doesn’t work after the 23th post in listCan you try to disable the other plugins, i think something is interfere with the query.