Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Hi, I could see that the icons in left menu is working fine in both the main site and subsite. Can you please check?
Alright, can you please generate debug report from HMWP start tab and post it here as private reply?
This reply has been marked as private.Hi, can you please specify which plugin you are talking about here? Thank you!
If it’s regarding HMWP, then can you please generate debug report from HMWP start tab and post it here as private reply?
-
This reply was modified 6 years, 3 months ago by
Suman M..
Hi, use it only in one place. You should always enable similar feature in only one place/plugin/theme.
1) You can enter those new names in respective fields in HMWP permalinks & urls tab
2) Add replacements like these in “replace urls” section:
wp-includes/css/dist/block-library/style.min.css ==> somename1.css
wp-content/plugins/yith-woocommerce-wishlist/assets/css/jquery.selectBox.css ==> somename2.css
wp-content/plugins/revslider/public/assets/css/settings.css ==> somename3.css
Yes, you can. But check the site after adding the replacement.
This reply has been marked as private.This reply has been marked as private.“replace urls” and “Permalinks & URLs Settings” work independently. “replace urls” has priority over “Permalinks & URLs Settings”.
You might need to use “replace urls” if you want to replace some text in the URL that’s not replaced by “Permalinks & URLs Settings”.
Please let me know the actual URL that you are trying to replace so that I can let you know the correct replacement for it.
Hi, it’s actually not recommended to replace CSS class names as it might break the site. But if you need to replace them there’s a way around which needs a bit of coding skill.
If you want to replace css class name “xshop-header-overcontent” to something like “myshop-header-overcontent”, then you’ll need to add following replacement in “replace in html”:
xshop-header-overcontent ==> myshop-header-overcontent
Then copy the css code from respective css file, replace occurrences of “xshop-header-overcontent” with “myshop-header-overcontent”, and add it in “Internal CSS” option in HMWP Source Code tab.
For example you’ll need to add this:
.myshop-header-overcontent .page-title {
padding-top: 115px;
}This reply has been marked as private.Yes, sure! Please let us know your live site’s login details so that we can set it up for you.
Yes, you can remove it.
-
This reply was modified 6 years, 3 months ago by
-
AuthorPosts