Home Forums WordPress Plugins Hide My WP Theme folders and resources still visible

This topic is: resolved
Viewing 15 posts - 1 through 15 (of 27 total)
  • Author
    Posts
  • #6175
    arke1
    Post count: 52

    Hi,

    I’ve activated plugin, running child theme and it appears there’s still some remnants of theme visible. http://prntscr.com/97ty95

    Home

    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.
    #6181
    Suman M.
    Post count: 12480

    Hi, I tried visiting your site http://metamode.com.au/ but it’s blank? Can you please check?

    #6182
    arke1
    Post count: 52

    It 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.
    #6185
    Suman M.
    Post count: 12480

    Yes, please provide us with wp-admin login details as private reply.

    #6186
    arke1
    Post count: 52
    This reply has been marked as private.
    #6188
    Suman M.
    Post count: 12480

    You can post the details here as private reply by enabling/checking “Set as private reply” option at the bottom of text box.

    #6189
    arke1
    Post count: 52
    This reply has been marked as private.
    #6191
    Suman M.
    Post count: 12480
    This reply has been marked as private.
    #6201
    Suman M.
    Post count: 12480

    Hi, 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.

    #6202
    arke1
    Post count: 52

    Not 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.
    #6206
    Suman M.
    Post count: 12480

    Okay, 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..
    #6209
    arke1
    Post count: 52

    Ok 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?

    #6210
    arke1
    Post count: 52

    Also 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?

    #6213
    Suman M.
    Post count: 12480

    The 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”);

    #6224
    arke1
    Post count: 52

    Awesome…thanks very much and good to know.

Viewing 15 posts - 1 through 15 (of 27 total)

You must be logged in to reply to this topic.