nsp-code
Forum Replies Created
-
Can you check with settings within admin at Settings > Taxonomy Terms Order if the Minimum Level is set to appropriate role? As the menus will show with users with less capabilities, down to the selection. Try change it to administrator. Also try to save the settings anyway, in case somehow they got mixed.
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] How does it work?Hi,
The plugin run out of the box, meaning you don’t have to change physically anything. Just fill in the options and save, the plugin code take care of everything.
How to check if a certain option applied correctly? You just need to view the front side page source and seek for theme url, plugins url, include etc. Also try to access urls which has been blocked, they should return a 404 theme error page.Since there’s virtually unlimited scenarios for your website to include plugins and themes, it may be possible for certain fingerprints to stay. Giving that the wappalyzer may still see the actual code.
If you can’t figure out, i can check it for you, please get in touch at http://www.nsp-code.com with your site url.
Thanks
Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] Resetting to default order?if you de-activate the plugin, the order should restore as before. Or you can turn off Autosort and include the ‘orderby’ => ‘term_order’ within your theme get_terms queries.
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] Version 1.2 ProblemsHi Rookie,
I’am not able to replicate any of above issues with the latest plugin code 1.2.2 Do you use a cache plugin? If so can you clear the cache? Try clearing the browser cache too.
If still not working, can you please get in touch with me through contact at http://www.nsp-code.com and i’ll check into this.Thanks for your suggestions, they sound very interesting, definitely i’ll be checking to implement for the next releases.
Thanks
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] Version 1.2 ProblemsThanks for reporting this.
We just released a new version which include a fix for this.Forum: Plugins
In reply to: [Post Types Order] Conflict with WordPress Gallery Image Drag and DropCan you make sure you use the latest plugin version? This has been fixed about a year ago.
Can you set your custom port type hierarchical property to False?
Forum: Plugins
In reply to: [Post Types Order] Sort only within my postsYou may need the advanced version to customize what / where to show here are some details on how to change sorting capability:
http://www.nsp-code.com/advanced-post-types-order-api/filter-re-order-interface-capability/
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] Sort only within my postsHi,
You mean to show the re-order only for WooCommerce? If so see the Settings > Post Types Order.Forum: Plugins
In reply to: [Post Types Order] how to make plugin work with isotopeThere’s not quite certain steps to take for make the isotope to use the original order, as it will re-arrange everything to fit on the spot.
You can try
$grid.isotope({ sortBy: 'original-order' })Forum: Plugins
In reply to: [WooCommerce] Product SortingMost probably Advanced Post Types Order does what you looking for.
Forum: Plugins
In reply to: [Post Types Order] You do not have sufficient permissions to access this pageMost probably this issue is caused by another plugin, i would try to de-activate plugins one by one to see which one create the issue.
Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] WP Menu Page Hierarchy CorruptedHi,
Actually there’s no connection with page hierarchy, as this plugin control a field on terms table. Did you tried to de-activate other plugins? Also try to switch to default theme. If still not working, i suspect you previously deployed another plugin which brooked the page hierarchy.Thanks
Forum: Plugins
In reply to: [Post Types Order] Advanced Post Types Order plugin work with wp e-commerce?Hi,
Yes the Advanced Post Types Order work with the WP E-Commerce plugin.Thanks
Forum: Reviews
In reply to: [WP Hide & Security Enhancer] Author reviewThanks for your suggestion, this is a nice functionality. I see some possible compatibility issues, i’ll put it on ToDo list.