Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.This reply has been marked as private.
Is it a live site? Can you please add css code in HMWP > Source Code > Internal CSS, and remove it from the original file?
Let us know. Also, generate debug report from HMWP start tab and post it here as private reply.
-
This reply was modified 6 years, 7 months ago by
Suman M..
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.I have added the replacement for it in “replace urls” section. Please check.
wp-content/themes/wilcity/assets/production/css/woocommerce.min.css ==> wc.min.css
You should use the url after the domain name and replace new path name with actual name. So in case of https://www.listmenepal.com/skin_main/assets/production/css/woocommerce.min.css, replace only “skin_main/assets/production/css/woocommerce.min.css” and use original path so “wp-content/themes/wilcity/assets/production/css/woocommerce.min.css”
That’s strange as HMWP is not resource heavy at all. This could happen if configuring HMWP leads to large number of 404 errors. Is this the case? If not what actually is causing the resources to hit the limit? May be you can ask your hosting provider and let us know.
I checked your site’s page source and see that the text ‘elementor’ is being used as css class names, script variables, etc. Renaming css class names and script variables is not recommended as it might break the site.
But you can rename other occurrences. For example, to hide ‘elementor’ from this url https://www.listmenepal.com/file/elementor/css/global.css, you’ll need to add replacement like below in “replace urls” secion:
wp-content/uploads/elementor/css/global.css ==> ele-global.css
This reply has been marked as private.Hi, you can try adding the following replacement in “replace in html” section. But this will only work if this script variable is being referenced/used within this page. If this variable is being referenced from any other file or code then it’ll break it’s functionality.
WILCITY_GLOBAL ==> XYZ_GLOBAL
Hi, can you please let us know for which account you want to change the username? Do you mean for support.wpwave.com? Usually username can not be updated.
Thanks!
I renamed wp-admin path name and is working fine. It seems like you added the line of code in wp-config.php file in incorrect position previously.
This reply has been marked as private. -
This reply was modified 6 years, 7 months ago by
-
AuthorPosts