Home › Forums › WordPress Plugins › Hide My WP › WordPress Multi-Site Installation – Can't hide stylesheet href links
- This topic has 9 replies, 2 voices, and was last updated 9 years, 9 months ago by JargonGR.
-
AuthorPosts
-
April 13, 2015 at 9:21 am #2395JargonGRPost 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
April 13, 2015 at 9:24 am #2396JargonGRPost count: 5This reply has been marked as private.April 15, 2015 at 8:27 am #2402Suman M.Post count: 12478Yes, I would need network admin access. Thanks!
April 15, 2015 at 9:21 am #2404JargonGRPost count: 5This reply has been marked as private.April 16, 2015 at 4:28 am #2405Suman M.Post count: 12478What’s the backend login URL? I can’t login with http://www.yourdomain.gr/wp-admin/
April 16, 2015 at 7:41 am #2406JargonGRPost count: 5This reply has been marked as private.April 16, 2015 at 8:58 am #2407Suman M.Post count: 12478I 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.cssAnd 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.
April 16, 2015 at 11:48 pm #2408JargonGRPost count: 5This reply has been marked as private.April 17, 2015 at 4:25 am #2409Suman M.Post count: 12478If 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
April 18, 2015 at 1:26 am #2421JargonGRPost count: 5Thanks 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.
-
AuthorPosts
You must be logged in to reply to this topic.