Forum Replies Created
-
AuthorPosts
-
April 16, 2016 at 3:35 am in reply to: It seems there is no writable htaccess file in your WP directory. In order to ge #8971This reply has been marked as private.April 15, 2016 at 9:44 am in reply to: It seems there is no writable htaccess file in your WP directory. In order to ge #8964This reply has been marked as private.This reply has been marked as private.
The url like https://s1.wp.com/wp-content/js/mustache.js is third party url and hence you cannot change/rename it with HMWP plugin, and you’ll have to empty out “new wp-content path” field.
But there’s a workaround if you must rename there urls. For example: Create a new blank file “admin-bar-v2.css” in your site’s /wp-content directory. Copy the entire content of https://s0.wp.com/wp-content/mu-plugins/notes/admin-bar-v2.css and paste it in the file you created. So now you have http://www.YourDomain.com/wp-content/admin-bar-v2.css
Now, goto HMWP replace tools tab and add following replacement in “replace in html” option:
https://s0.wp.com/wp-content/mu-plugins/notes/admin-bar-v2.css ==> http://www.YourDomain.com/inc/admin-bar-v2.css
April 15, 2016 at 8:58 am in reply to: It seems there is no writable htaccess file in your WP directory. In order to ge #8958And the login url plz?
Hi, it seems like you are already connected here (http://support.wpwave.com/forums/topic/hide-my-wp-5-1-beta-download-link) with the Sr. support. Let’s use one ticket for a issue, and let’s close this one. Thanks!
April 15, 2016 at 6:24 am in reply to: It seems there is no writable htaccess file in your WP directory. In order to ge #8951Please let us know your site’s wp-admin login details (as private reply) so that we can look into the issue further.
Hi, we’ll fix this in the upcoming version of the plugin. For now, please add the following lines in your theme’s functions.php file:
if (!function_exists(‘is_comments_popup’)) {
function is_comments_popup() {
return false;
}
}This reply has been marked as private.Hi,
1) please let us know the page URL where we can check the comment issue
2) to remove wp-json (json api links) add following line in your theme’s functions.php:
remove_action( ‘wp_head’, ‘rest_output_link_wp_head’, 10 );To remove wp-embed, you can use “Disable Embeds” plugin
And to rename css class name, add replacement in “replace in html” option; and duplicate the class with the new replacement name and add it to theme’s style.css.
This reply has been marked as private.April 15, 2016 at 5:28 am in reply to: It seems there is no writable htaccess file in your WP directory. In order to ge #8945This reply has been marked as private.April 15, 2016 at 5:23 am in reply to: Locked out of multisite due to too many 404 errors after installing Hide My WP #8944Hi, can you please let us know your site’s network admin login details & FTP details (as private reply) so that we can look into the issue further.
Hi, please follow these steps:
– in HMWP start tab, set ‘Medium Privacy – More Compatibility’ scheme and save the settings
– in HMWP permalinks & urls tab, set “rename plugins” option to “all plugins” and save the settingsNote: Assuming that it’s WP single site and Apache server. Your site’s htaccess file should be writable. After applying above settings the backend login URL will be http://www.YourDomain.com/wp-login.php?hide_my_wp=1234
April 14, 2016 at 5:25 am in reply to: It seems there is no writable htaccess file in your WP directory. In order to ge #8930This reply has been marked as private. -
AuthorPosts