Home Forums WordPress Plugins Hide My WP WordPress Multi-Site Installation – Can't hide stylesheet href links

This topic is: not resolved
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #2395
    JargonGR
    Post count: 5

    Hello,

    I am using the plugin on a multisite installation and while everything works fine I am having trouble removing several href links to the stylesheets of the plugins. For example:

    rel=’stylesheet’ id=’magnific-css’ href=’http://xyzw.com//modules/5b925586/css/magnific.css’

    I can hide the id with Replace in HTML but the replace URL option is not working. I did follow the instruction and used the original path (tried many times) but the href is still showing.

    For example I used: wp-content/plugins/magnific/css/magnific.css==hgs.css and it is not working. (Full Page replace mode on too)

    Does it have something to do with Multi-Site? It used to work before.

    Any ideas?

    Thanks in advance

    #2396
    JargonGR
    Post count: 5
    This reply has been marked as private.
    #2402
    Suman M.
    Post count: 12478

    Yes, I would need network admin access. Thanks!

    #2404
    JargonGR
    Post count: 5
    This reply has been marked as private.
    #2405
    Suman M.
    Post count: 12478

    What’s the backend login URL? I can’t login with http://www.yourdomain.gr/wp-admin/

    #2406
    JargonGR
    Post count: 5
    This reply has been marked as private.
    #2407
    Suman M.
    Post count: 12478

    I have added following line in replace URLs box and is working fine now (you had entered plugin name incorrectly):
    wp-content/plugins/idesign/css/magnific.css==hgs.css

    And yes I can see uber menu CSS in the page source. That’s actually a bad practice to output css/javascript code. The CSS should be in separate file and then including it when required. You’ll need to ask Uber menu plugin developer for this.

    Regarding making the links non-clickable in the page source; it’s not possible via HMWP plugin or any other plugin. You’ll have to manually edit the content if you want to get rid of any words/paths.

    #2408
    JargonGR
    Post count: 5
    This reply has been marked as private.
    #2409
    Suman M.
    Post count: 12478

    If you just want to remove comments from css the minify plugin will be helpful. But minification is a complex task. You’ll need to do some manual settings for this to work along with HMWP plugin. HMWP is compatible with wp-minify and Better WP Minify. More details here – http://codecanyon.net/item/hide-my-wp-no-one-can-know-you-use-wordpress/4177158/faqs/17298

    #2421
    JargonGR
    Post count: 5

    Thanks a lot. I will give it a try since if comments are removed along with minification then the vast majority of users will be deterred from searching deeper through classes in the minified stylesheets. The big chunck of CSS outputed in the HTML is coming from my themes ACE Custom CSS editor and this can also be minified with ease.

    What is left then to hide is the Theme name which means renaming the folder after disabling and re-enabling.

    Thanks a lot for the advice.

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.