Hi, is it that word “avada” is still visible in page source? First of all, you’ll need to check the page source in logged out state.
To remove text from URL (e.g. https://altairhealth.com/ext/fusion-core/js/min/avada-faqs.js), please add the replacement like below in “replace urls” section under Replace Tools tab:
wp-content/plugins/fusion-core/js/min/avada-faqs.js ==> av-faqs.js
You can add replacements in “replace in html” to replace other text. But it’s not recommended to replace css class names and script variables as it might break the site.
For example you can replace style id like avada-stylesheet-css, avada-IE-css, etc. as follows:
avada-stylesheet-css ==> av-stylesheet-cs
But not recommended to replace CSS class names and script variables like avada-responsive, avada-footer-fx-parallax-effect, avadaPortfolioVars, etc.
I’ve added some replacements under ‘replace tools’ tab. Please check.
-
This reply was modified 6 years, 4 months ago by
Suman M..