Home Forums WordPress Plugins Hide My WP Can't save settings, replace url not working with WPLMS

This topic is: resolved
Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #6422
    Amir
    Post count: 9

    Hello

    I use HMWP ver 5.01.
    And I try to hide WP + WPLMS.
    I enter saved schema (attached), press “Update settings”.
    And when I make any other changes and press “Update settings” once more I am redirected to /wp-admin/options.php, which is empty.
    And newly added chenges is not saved
    And some setting looks like saved, but not used.
    For example, I add URL replace
    wp-content/plugins/wplms-events/css/wplms-events.css to wp-content/plugins/wplms-events/css/jam-events.css
    But I still can see original URL when checking the web
    wplms-events/css/wplms-events.css?ver=4.3.1)

    Please help me to fix this problems

    Attachments:
    You must be logged in to view attached files.
    #6424
    Amir
    Post count: 9

    debug report in attach

    #6425
    Amir
    Post count: 9

    debug report in attach here

    Attachments:
    You must be logged in to view attached files.
    #6430
    Suman M.
    Post count: 12480

    Hi, I could see that PHP version you are using is 5.2, first please update to PHP version 5.6 or above. If you are still having 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 it.

    #6448
    Amir
    Post count: 9
    This reply has been marked as private.
    #6449
    Amir
    Post count: 9
    This reply has been marked as private.
    #6457
    Suman M.
    Post count: 12480

    You’ll need to add following replacement in replace in url option:
    wp-content/plugins/wplms-events/classes/../js/wplms-events.js ==> jam-events.js

    1) You can hide plugin names by setting “rename plugins” option to all plugins in HMWP permalinks & urls tab (I’ve set this now)

    2) you need to use minification plugin for this like Better WP Minify. Please go through this FAQ – http://codecanyon.net/item/hide-my-wp-no-one-can-know-you-use-wordpress/4177158/faqs/17298

    3) It’s not recommended to replace script variables and css class names as it might break the site.

    #6461
    Amir
    Post count: 9
    This reply has been marked as private.
    #6473
    Suman M.
    Post count: 12480

    1) It’s not recommended to replace css class names/ids and script variables as these would have been used by plugins/theme internally and doing so might break the site. If you do replace then you’ll also need to replace it in the theme’s/plugin’s css files too.

    2) you’ll need to change the login form’s action url from http://testhide.jamschool.ru/wp-login.php to http://testhide.jamschool.ru/wp-login.php?drupal-login=613

    3) there’s no option to change login url in HMWP. You can use free plugin like Theme My Login for this

    #6513
    Amir
    Post count: 9

    Now it seems to be ok.
    Thank you for your good cooperation!

    #6797
    Amir
    Post count: 9
    This reply has been marked as private.
Viewing 11 posts - 1 through 11 (of 11 total)

You must be logged in to reply to this topic.