nsp-code
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] Woocommerce Product TabsHi,
Can you try to turn off the following options:
Remove description header from Style file
New Style File PathIf you use a child theme, change the settings for that first, one at a time.
Thanks
Forum: Plugins
In reply to: [Post Types Order] ordering doesn’t work after the 23th post in listHi,
It must be related to the query you use on your theme / code.
Did you tried to run into a debug? Does it use 2 queries to retrieve the posts or just one?Thanks
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] Woocommerce Product TabsHi,
Can you check with browser console if there’s a missing resource? e.g. a file not being loaded anymore.Thanks
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] No checkboxes are stickingThanks. Let me know if you need more help.
Please don’t forget to Rate at https://ww.wp.xz.cn/support/plugin/wp-hide-security-enhancer/reviews/ , unfortunate recently many users preferred to leave bad reviews instead ask for help.. this really affect our commitment for making further development for the plugin code.
Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] Total Posts number is wrongThanks for your feedback, i’ll check into this and make a fix.
Translations can be made at https://translate.ww.wp.xz.cn/projects/wp-plugins/taxonomy-terms-order
Thanks
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] Session issueThere are no known session issues.
Or if you encounter a specific problem, can you describe the steps to take to replicate?Forum: Plugins
In reply to: [Post Types Order] Ability to drag link to bottom more quicklyI suggest so you check with Advanced Post Types Order plugin which include the functionality you looking for. Through it you can also select group of posts then drag them all to required position, in one move.
Thanks
At the moment the plugin is not MultiSite compatible. This feature is pretty hard to implement, we are still testing certain aspects before effectively working.
Se this post https://ww.wp.xz.cn/support/topic/can-we-expect-support-for-multisite-anytime-soon/That could be a solution, however it involve to JOIN the term meta table on a term_order field. That might be a bit tricky as not all queries would require such JOIN, also will makes things slower than using a separate column as works now.
Sorry the non-hierarchical require a different approach. This functionality is available within the advanced version.
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] No do_action / apply_filters ..As you already know, the best practice is to include as many as possible filters and actions along the code to ensure other plugins compatibility and a way to interact.
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] No do_action / apply_filters ..Yes, including those.
For example, to change all domain.com/wp-content/ to something else like domain.com/custom-content-slugPractically i’am asking a way so i get access to the $content variable before it get sent for writing to static file.
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] No do_action / apply_filters ..Yes you are correct. Certain urls replacements.
Forum: Plugins
In reply to: [Post Types Order] Portfolios ordered in only one page… not in all pages.Hello,
You can get fast help when using advanced version by contacting us at http://www.nsp-code.com which you already did. Someone is taking care of it.Thanks
Forum: Plugins
In reply to: [Post Types Order] Translations – Misspellings in ReadmeHi,
Thanks for your feedback, those ill be changed in the very next release.Thanks