Home Forums WordPress Plugins Hide My WP source code

This topic is: not resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25843

    I’m trying to hide the Avada theme but if you view page source, you can see I am clearly doing something wrong. I followed your tutorial. Please advise.

    Thanks,
    Staffcom

    #25845
    Suman M.
    Post count: 12480

    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..
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.