Maya
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] How to change wp-content to something else?Hi,
After adjusting the plugin settings (for example, customizing the default wp-content path), everything will continue to work as normal. The plugin automatically re-maps existing URLs, ensuring full functionality without any issues.
ThanksForum: Plugins
In reply to: [WP Hide & Security Enhancer] Unable to reset passwordHi,
It must be an environment related issue. A further debug is required to figure out what’s causing it, if you want to proceed feel free to get in touch through our contact at the plugin website.
ThanksForum: Plugins
In reply to: [WP Hide & Security Enhancer] Cannot hide plugin listHi,
You can contact through our website at https://wp-hide.com/
ThanksForum: Plugins
In reply to: [WP Hide & Security Enhancer] Add code and prompt error when publishingHi,
Might be a firewall rule, or a a different code that triggering the issue if you changes the admin URL / AJAX URL. Try to disable these options and see if makes a fix ? If so, you can disable other codes to figure out which is the exact plugin causing the conflict.
ThanksForum: Plugins
In reply to: [WP Hide & Security Enhancer] Site inaccessible after plugin deactivationHi,
Sorry for the issue this should work fine. Apparently, the plugin is not able to write to the .htaccess file, so it removed the plugin code. That can happen if the plugin is not writable anymore, or the headers in the .htaccess file have been changed by 3rd code/party and now the plugin cannot locate it’s rewrite lines.
Once you disable the plugin, manually check with .htaccess file and remove any lines in between the
BEGIN WP Hide & Security Enhancer
..
END WP Hide & Security Enhancer
Further, log in to your dashboard and clear your site cache, including CDN cache.Thanks
Forum: Plugins
In reply to: [Post Types Order] Is it possible to sort UsersHi,
Sorry at the moment the plugin can order just the custom post types.
ThanksForum: Plugins
In reply to: [Post Types Order] Sort errorHi,
Can you share the exact request as it appears in the browser console ?
ThanksForum: Plugins
In reply to: [Post Types Order] CPT not shown in dashboardHi,
The Custom Post Type object has the hierarchical attribute active, which the plugin cannot handle through the ReOrder interface. Try to disable that attribute in your code which should make it work.
ThanksForum: Plugins
In reply to: [Post Types Order] Page not responsingHi,
Most probably the long list of posts ( 3000 posts ) is causing the issue. The server might encounter an “Out of memory” error type due to the large data list to process. Check with your server error log for more details.
Unfortunate the free plugin cannot work around this server limitation. You may want to check with the Advanced Post Types Order which has a much better code architecture to deal masive data. It has a Pagination function, virtually allowing to process unlimited number of posts.
ThanksForum: Plugins
In reply to: [WP Hide & Security Enhancer] Cannot hide plugin listHi,
I understand, unfortunately, the free code does not include this powerful PostProcessing tool.
Send an url to your site so i can check with the outputted HTML, to make a clear idea if you can still use the free plugin to hide everything.
Thanks,
DanHi,
You can customize the folder path by inserting the following constant into wp-config.php file:define('WPH_CACHE_FOLDER', 'cache/cwph');
Make sure you place the line before /* That’s all, stop editing! Happy blogging. */
ThanksForum: Plugins
In reply to: [WP Hide & Security Enhancer] Cannot hide plugin listHi,
Can you check with the outputted HTML if the plugins URLs are changed accordingly to set-up? Keep in minds that certain plugin also output lots of fingerprints ( elementor, divi, woocommerce etc ) in which case you have to use the PostProcessing with Replacements features.
ThanksForum: Plugins
In reply to: [WP Hide & Security Enhancer] Unable to reset passwordHi,
The plugin is not interfering with the password reset function, so there must be a conjunction of codes that can cause the trouble. Try to disable other plugins to figure out the potential code conflict.
ThanksForum: Plugins
In reply to: [WP Hide & Security Enhancer] Conflict with elementorHi,
When replacing the ‘elementor’, can you ensure you also use this option described at the article Document Loaded Assets PostProcessing So you have to add the 3 lines you can find at the end of the article.
Further clear the site and browser caches and check again.
Since you are using the WP Hide PRO, if you cannot figure out, please get in touch with us through the plugin website, and someone will assist.
ThanksHi,
Thanks for you feedback, this should be fixed in the latest plugin version.
Thanks