Home Forums WordPress Plugins Hide My WP comments in stylesheets

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

    Under Source Code/Compress Page I used… “Safe Minify”..
    but it didn’t still take..
    /**
    * BWS CAPTCHA general front-end styles
    * @package Captcha Pro by BestWebSoft
    * @since 4.2.3
    */

    /*
    out of… and other style sheets..
    http://hisvision.com/modules/6fc428f1/css/front_end_style.css

    also.. I noticed…
    https://i.imgur.com/MzIuNtD.png

    Is there anyway to get rid of the id names? Cause those are the exact names of the plugins… so it kinda defeats the purpose.

    #12283
    Suman M.
    Post count: 12480

    Hi, HMWP’s minify option will only remove comments from the theme’s stylesheet. If you want to remove comments from all css and js files then you’ll need to use minification plugin like WP better minify, wp rocket, etc.

    You can replace/remove IDs within <link> tag by adding the replacements like below in “replace in html” option under replace tools tab.

    video-ads-management-css ==> VAM-css

    • This reply was modified 8 years, 11 months ago by Suman M..
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.