Forum Replies Created
-
AuthorPosts
-
Hi, the api call is for checking updates. Currently the api is working fine so it shouldn’t be the issue. Are you using any CDN? Also, can you please generate debug report (from HMWP start tab) and send it to us here as private reply – http://support.wpwave.com/
As explained above it’s not recommended to replace plugin’s class names in the page source. if you replace it there then you’ll also need to manually update that class name in the corresponding plugin.
Hi, while replacing text/word in site’s page source you need to be careful NOT to replace CSS class names and javascript variable names as these might have been used internally by plugins/theme and doing so might break your site’s styling and/or functioning.
Hi, for renaming plugins, please set “rename plugins” options to “all plugins” in HMWP permalinks & urls tab.
To change/rename wp-admin path, you have to enter the replacemnet name in “New wp-admin Path” option; and then you have to very carefully follow onscreen instructions. Basically, you’ll need to do these:
– in wp-config.php you need to add following line before require_once(…):
define(“ADMIN_COOKIE_PATH”, “/NEW_WPADMIN_NAME”);– update your .htaccess file by adding following line before ‘RewriteCond REQUEST_FILENAME} !-f’:
RewriteRule ^NEW_WPADMIN_NAME/(.*) /wp-admin/$1 [QSA,L]I tried accessing techinapp.com/seslogin but getting webserver is down error!
The above replacement for /wordpress-social-login/assets/css/style.css should have worked. Can you please let us know your website’s wp-admin details so that we can fix it for you.
To get rid of the comments in CSS, we recommend you to use Better WordPress Minify plugin.
After activating Better WordPress Minify plugin, goto settings page, enable “Enable friendly Minify urls” in Advanced options tab and change “Friendly Minify url path”. Example: change to /cache/m/ (create the directories manually and make them writeable)Hi, we’re looking into this and hope to get back to you soon.
September 23, 2015 at 6:06 am in reply to: Warning: require(lib/plugin-updates/plugin-update-checker.php): #4711Hi, which version of HMWP you are using? It seems like some files are missing in HMWP plugin. Please try this
– deactivate and delete “hide_my_wp” plugin
– downloading a fresh copy of HMWP and then manually upload it (folder “hide_my_wp” and it’s content) to your site’s /wp-content/plugins/ directory using FTP.Let us know.
Good to know that it’s working again. But it’s strange that some features of the plugin did not load/save until and unless the plugin’s file(s) are deleted/moodified.
Not sure why/how slash (/) is being removed in that url. Add the following replacement in “replace URLs” option under replace tools tab:
/wp-content/plugins/wordpress-social-login/assets/css/style.css >>>> wslstyle.css
Hi, to force https, you’ll need to add following in your htaccess file (add it at the end of file)
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
</IfModule>This reply has been marked as private.Hi, can you please post your site’s htaccess content here? Also, generate debug report (from HMWP start tab) and post it here.
You may post as private reply by checking “Set as private reply” option.
-
This reply was modified 9 years, 9 months ago by
Suman M..
Hi, I checked your website’s (ayurvedamedicare.com) page source and couldn’t find any reference to http://ayurvedamedicare.com/ext/wordpress-social-login/assets/css/style.css
Can you please check?
Hi, HMWP is compatible with latest WP version. Can you please let us know your website’s wp-admin details (as private reply) so that we can have a look at the issue?
-
This reply was modified 9 years, 9 months ago by
-
AuthorPosts