Home › Forums › WordPress Plugins › Hide My WP › Theme folders and resources still visible
- This topic has 26 replies, 2 voices, and was last updated 9 years, 4 months ago by
Suman M..
-
AuthorPosts
-
November 28, 2015 at 6:01 am #6175
Hi,
I’ve activated plugin, running child theme and it appears there’s still some remnants of theme visible. http://prntscr.com/97ty95
How do I rectify this? I don’t want to show people what theme I’m using.
-
This topic was modified 9 years, 5 months ago by
arke1.
November 29, 2015 at 2:49 am #6181Hi, I tried visiting your site http://metamode.com.au/ but it’s blank? Can you please check?
November 29, 2015 at 2:51 am #6182It has coming soon plugin installed…you should be able to view the source still…
If you want admin access let me know I’ll create a user for you.
-
This reply was modified 9 years, 4 months ago by
arke1.
November 29, 2015 at 2:52 am #6185Yes, please provide us with wp-admin login details as private reply.
November 29, 2015 at 2:53 am #6186This reply has been marked as private.November 29, 2015 at 2:55 am #6188You can post the details here as private reply by enabling/checking “Set as private reply” option at the bottom of text box.
November 29, 2015 at 2:57 am #6189This reply has been marked as private.November 29, 2015 at 2:58 am #6191This reply has been marked as private.November 29, 2015 at 6:16 am #6201Hi, I checked your site’s page source and would like to let you know that it’s not recommended to replace CSS class names (fortuna_table, Fortuna_Big_Title, Fortuna_Serif_Font, etc) and script variables as it might break site’s styling.
However, you can replace any word/text in the page source using “replace in html” option under replace tools tab.November 29, 2015 at 6:30 am #6202Not sure what you’re referring to there and how I am replacing them? The only custom css I have personally added is in the child theme style.css. I have not touched any of those classes.
And what am I supposed to do with the replace in html option? I thought this plugin worked straight out of the box with child themes?
-
This reply was modified 9 years, 4 months ago by
arke1.
November 29, 2015 at 7:16 am #6206Okay, I got it what you were trying to explain. For that you’ll have to do following changes in your child theme’s style.css file (which I’ve already done):
Replace
@import url(“../fortuna/style.css”);
with
@import url(“http://metamode.com.au/skin_main/style.css”);And the thing I explained above is about replacing class names, words, text, etc. in the site’s page source. You can ignore this if you need not make any replacements.
-
This reply was modified 9 years, 4 months ago by
Suman M..
November 29, 2015 at 7:18 am #6209Ok thanks, i will give it a try. So for any site running HMWP and child theme we need to update the import url to the above?
November 29, 2015 at 8:44 am #6210Also I just enabled SSL for the site and HMWP doesn’t seem to be compatible with it? Any reason for this?
Site works fine, loads the SSL fine with no mixed content issues when I deactivate HMWP?
November 29, 2015 at 3:37 pm #6213The import url in the child theme’s css should also be https. I’ve changed it now and the site seems to be working fine.
@import url(“https://metamode.com.au/skin_main/style.css”);November 29, 2015 at 11:34 pm #6224Awesome…thanks very much and good to know.
-
This topic was modified 9 years, 5 months ago by
-
AuthorPosts
You must be logged in to reply to this topic.