Forum Replies Created
-
AuthorPosts
-
Hi, please let us know your website’s wp-admin login details & FTP details (as private reply), so that we can fix it for you.
There should be require_once(…) line in ever WordPress’s wp-config.php file. Can you please post your site’s wp-config.php file here as text file?
This reply has been marked as private.Hi, it’s possibly the htaccess issue. Is it that your site just goes blank or is there any error shown up? To check the error, please try setting WP_DEBUG to true in wp-config.php file.
Hi, please let us know wp-admin login details as private reply. Also let us know where (URL) we can check this avatar upload issue.
This reply has been marked as private.February 20, 2016 at 4:40 pm in reply to: I can't login to my site anymore.. 404 error Help please #8032This reply has been marked as private.Hi, can you please let us know your site’s wp-admin login details and the purchase code as private reply so that we can look into it.
Hi, there was some issue with the HMWP settings.
I followed these steps and it seems to be working fine now:
– in HMWP Start Tab selected “Medium Privacy – More Compatibility” scheme
– in Permalink & URLs tab set “rename plugins” option to “all plugins”Note: Your new login URL will be http://www.yourdomain.com/wp-login.php?hide_my_wp=1234
Let us know if there’s any other issue.
February 19, 2016 at 4:42 pm in reply to: I can't login to my site anymore.. 404 error Help please #8020Hi, if you have applied pre-made settings from HMWP start tab then the new login URL will be http://www.YourDomain.com/wp-login.php?hide_my_wp=1234
If it still doesn’t work then please try resetting htaccess file content to WP default (https://codex.wordpress.org/htaccess)Hi, please follow these steps:
– goto HMWP Start Tab, select “Medium Privacy – More Compatibility” scheme and save the settings
– goto Permalink & URLs tab and set “rename plugins” option to “all plugins”Note: Assuming that it’s WP single site and Apache server. Your site’s htaccess file should be writeable. Your new login URL will be http://www.yourdomain.com/wp-login.php?hide_my_wp=1234
Let us know if you have any issue.
Hi, 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
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.If you are still having the issue then please let us know your site’s wp-admin login details & FTP details (as private reply) so that we can fix it for you.
Hi, after applying pre-made settings in HMWP, the new login URL will be http://www.YourDomain.com/wp-login.php?hide_my_wp=1234
Have you tried this?
Hi, are you able to access the backend login page? Can you please try renaming “hide_my_wp” plugin folder in “wp-content/plugins/” directory?
if still the issue then please let us know your website’s wp-admin login details (as private reply), so that we can have a look at the issue further.Hi,
# To replace the URLs like http://yoursite.com/wp-content/uploads/dynamic_avia/enfold.css, you can add replacement in “replace urls” option under HMWP replace tools tab like this:
wp-content/uploads/dynamic_avia/enfold.css ==> XYZ.css# For removing enfold theme’s debugging info, please check this:
http://www.kriesi.at/support/topic/remove-debugging-code-from-page-source/# For removing “wp-content/themes/enfold/” from the URLs, you can add replacement in “replace in html” like this:
wp-content/themes/enfold/ ==> skin/
OR
wp-content/themes/enfold/ ==> skin_main/ (if you use child theme)Note: “skin” is the value of “New theme path” field in permalinks & urls tab
Let us know if you have any issue.
-
AuthorPosts