Home › Forums › WordPress Plugins › Hide My WP › Can't save settings, replace url not working with WPLMS
- This topic has 10 replies, 2 voices, and was last updated 9 years, 6 months ago by
Amir.
-
AuthorPosts
-
December 7, 2015 at 6:02 pm #6422
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.December 7, 2015 at 6:04 pm #6424debug report in attach
December 7, 2015 at 6:04 pm #6425debug report in attach here
Attachments:
You must be logged in to view attached files.December 8, 2015 at 4:27 am #6430Hi, 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.
December 8, 2015 at 9:31 pm #6448This reply has been marked as private.December 8, 2015 at 9:31 pm #6449This reply has been marked as private.December 9, 2015 at 10:53 am #6457You’ll need to add following replacement in replace in url option:
wp-content/plugins/wplms-events/classes/../js/wplms-events.js ==> jam-events.js1) 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.
December 9, 2015 at 8:51 pm #6461This reply has been marked as private.December 10, 2015 at 4:26 am #64731) 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
December 12, 2015 at 9:40 am #6513Now it seems to be ok.
Thank you for your good cooperation!December 22, 2015 at 9:03 pm #6797This reply has been marked as private. -
AuthorPosts
You must be logged in to reply to this topic.