Home Forums WordPress Plugins Hide My WP Site styles and other settings break down

This topic is: not resolved
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #6408
    rezaulhai
    Post count: 8

    Hi there,

    I bought this plugin long time ago and tried couple of times to install and take the benefits that is offered by the plugin. But, overtime i install it, it breaks by site specially the styles, images and widgets. Then I was upset and didn’t use it till today. But I really need this plugin to work for me. My site is a very simple site with 10-12 pages only and some images and Facebook twitter widgets. There is nothing installed that can conflict with HMWP and also iTheme Security Plugin is not the reason for the crash as i already have checked it twice by deactivating it and then installing HMWP. I really need to know why this plugin is not working with my site.

    URL: cieglobal.co.uk

    Thank you.

    Rezaul

    #6412
    Suman M.
    Post count: 12478

    Hi, please follow these steps:

    – in HMWP start tab, set ‘Medium Pripacy – More Compatibility’ scheme and save the settings
    – in HMWP permalinks & urls tab, set “rename plugins” option to “all plugins” and save the settings

    Note: Assuming that it’s WP single site and Apache server. Your site’s htaccess file should be writeable.

    If it’s still the issue then please let us know your site’s wp-admin login details as private reply so that we can set it up for you.

    #6415
    rezaulhai
    Post count: 8

    Hi Suman,

    I did exactly what you told me. Now dashboard, widgets, plugins and every other link goes to 404.

    Really stressed out with this.

    Regards

    #6417
    Suman M.
    Post count: 12478

    Please let us know your site’s wp-admin login details as private reply so that we can set it up for you.

    #6420
    rezaulhai
    Post count: 8
    This reply has been marked as private.
    #6429
    Suman M.
    Post count: 12478

    I installed and activated HMWP plugin. Now front-end seems to be working fine but back-end is not working, and is most probably because you tried to rename wp-admin path and something went wrong there. Please make sure you follow these steps:

    In wp-config.php you need to add following line before require_once(…):
    define(“ADMIN_COOKIE_PATH”, “/NEW_WPADMIN_NAME”);

    You also need to update your .htaccess file by adding following line before ‘RewriteCond REQUEST_FILENAME} !-f’:
    RewriteRule ^NEW_WPADMIN_NAME/(.*) /wp-admin/$1 [QSA,L]

    If it’s still the issue then please let us know your site’s FTP details so that we can fix it.

    #6442
    rezaulhai
    Post count: 8
    This reply has been marked as private.
    #6443
    rezaulhai
    Post count: 8
    This reply has been marked as private.
    #6452
    Suman M.
    Post count: 12478

    Hi, you can now access both backend and frontend. Also I see that you are using several plugins for customizing the login and hence the issue. Please don’t enable similar feature in two or more plugins. I’ve disabled “Hide Login Page” option in HMWP general settings tab.

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.