Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.This reply has been marked as private.
Hi, please try deleting the rows with following “option_name” in “wp_options” table in your database:
– hide_my_wp
– hide_my_wp_undo
– hmwp_ids_installed
– hmw_all_plugins
– external_updates-hide_my_wpAnd to change wp-admin path name you’ll need to follow the on-screen instructions very carefully. Please follow these steps:
– in HMWP Start Tab, select “Medium Privacy – More Compatibility” scheme and save the settings
– in Permalink & URLs tab set “New wp-admin Path” field to “NEW_WPADMIN_PATH_NAME” (a new window will open with the instructions)
– add following line in wp-config.php, before require_once(…)
define(“ADMIN_COOKIE_PATH”, “/NEW_WPADMIN_PATH_NAME”);
– you’ll also need to update your .htaccess file (if it’s not writable) by adding following line before ‘RewriteCond REQUEST_FILENAME} !-f’:
RewriteRule ^NEW_WPADMIN_NAME/(.*) /wp-admin/$1 [QSA,L]
– clicked on “I did it (login to new dashboard)” button.Video tutorial here – http://support.wpwave.com/videos/change-wp-admin-to-myadmin
Hi, enabling this will replace WP default paths in ajax responses if any. But note that it is marked *, i.e. it is still in Beta state.
Hi, I’ve moved this as a new ticket as it is irrelevant to previous ticket. Please post here your website’s backend login details as private reply.
This reply has been marked as private.Hi, try increasing “Block Threshold” value to about 40 or 50 in IDS Firewall tab. Let us know.
Hi, can you please try emptying out “AJAX URL” field under Permalinks & urls tab?
Also let us know the woocommerce stylesheet urls that are not forwarded to cdn.Hi, did you also try to rename wp-admin path? If so you’ll need to remove a line that you added in wp-config.php. Did you also try renaming hide_my_wp plugin folder under /wp-content/plugins/ directory? If still having issue then please let us know your site’s wp-admin and FTP details so that we can look into it.
This reply has been marked as private.This reply has been marked as private.Hi, this doesn’t seem to be related to HMWP plugin. Can you please contact your hosting provider regarding this.
This reply has been marked as private.It seems like you are using PHP version below 5.4. Please update PHP to version 5.4+. You might need to ask your hosting provider for this.
I’ve renamed “hide_my_wp” plugin folder to “_hide_my_wp” under /wp-content/plugins/ directory. Once you are done with PHP update, you can rename it back to “hide_my_wp” and then proceed further.
This reply has been marked as private. -
AuthorPosts