nsp-code
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] Little errorCan you send a link to your site and i’ll check it further. Also describe a bit more the issue.
Thanks
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] Error in 1.3.8Hi Everyone,
Thanks for feedback.Can you confirm the latest version 1.3.8.1 fixed the issue?
Thanks
Forum: Plugins
In reply to: [Post Types Order] Archive cpt-page not showing correct sortingHi
Most probably there’s a JavaScript error produced by another code (a plugin) , check your browser console for more details.Forum: Plugins
In reply to: [Post Types Order] Category product order and actual product orderHi,
I see your point, however there isn’t too much to do about it. The Post Types Order plugin use the default WordPress menu_order which is very limited. When you actually view the product navigation it show the next / previous related to archive sorting (all posts).
As alternative i suggest so you check with Advanced Post Types Order plugin which use a separate table to held all sort indexes. That means it can save the order for archive and terms (e.g. categories) separately so they will apply accordingly including on post navigation.Forum: Plugins
In reply to: [WP Hide & Security Enhancer] changing admin url issueThanks for your feedback. I’ll check into this issue and see if i can find a fix which will be included in the next version.
Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] Plugin is broken i PHP7.1This should be fixed within version 1.4.9
Thanks for reporting this, however i’am not able to replicate the issue on my side, can you describe the steps to take?
Thanks. Multisite compatibility is on roadmap, however there isn’t an estimated date for it to be implemented.
Can you check if the following options are set to Yes:
Block default wp-login.php
Block default Admin UrlIf still not working, can you send the .htaccess file content?
Thanks
Hi,
Actually it should return a 404 error page. Can you make sure you clear your browser cache? Also do the same for your Cache plugin in case use such thing on your website.Thanks
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] WP and woo still appear in detectorHi,
I see your point, we still try to improve this free version, possible at a later date to launch a commercial code.Thanks
Forum: Plugins
In reply to: [Post Types Order] SQL Error unknown column ‘status’This is not a problem caused by this plugin, as it does not change any sql queries except order by.
However i suggest to you check the “status” and which code use that, since there’s no column named that way within your wp_posts, but a post_statusThanks
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] WP and woo still appear in detectorHi,
I don’t think you can use both.
My plugin does not affect SEO at all, in fact in certain situation it actually improve it e.g. using specific slug terms, cleaning up html etc. On search engine it will serve the same html as you see it on your side, with modified links.Thanks
Forum: Plugins
In reply to: [Post Types Order] compatibiltyHi,
Yes the plugin is compatible with WordPress 4.7, i never got the chance to update on repository.Thanks
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] WP and woo still appear in detectorHi,
It’s up to everyone to compare different plugins so my opinion could be subjective.- First of all our plugin is free of charge while the other is a paid code.
- Our plugin include lot’s more functionality and features, options which are not available for any other plugins either free or commercial.
- The plugin code is much better and well formatted, follow php / WordPress Codex rules. Is being tested on many environments to ensure compatibility. It include many filters and actions through which the code can be easily extended.
- There’s a dedicated section for plugin documentation available at http://www.wp-hide.com/documentation/ with help and code examples (at the moment still extending)
Thanks