Home Forums WordPress Plugins Hide My WP Plugin not working with my wesbite

This topic is: not resolved
Viewing 12 posts - 16 through 27 (of 27 total)
  • Author
    Posts
  • #8473
    ridwanc
    Active
    Post count: 21
    This reply has been marked as private.
    #8476
    Suman M.
    Post count: 12478
    This reply has been marked as private.
    #8524
    Hassan
    Post count: 955

    Was fixed 🙂

    I just replaced two lines in the top of your style.css (child theme)

    Something like below

    @import url("../look/style.css");
    @import url("../custom_css_for_filter.css");

    changed to

    @import url("https://www.londontradition.com/skin_main/style.css");
    @import url("https://www.londontradition.com/skin/custom_css_for_filter.css");

    Remember, if you change new theme path or new stylesheet name in HMWP you need to update those lines.

    • This reply was modified 8 years, 10 months ago by Hassan. Reason: fix the issue
    #8525
    ridwanc
    Active
    Post count: 21
    This reply has been marked as private.
    #8526
    ridwanc
    Active
    Post count: 21

    Could you please revert the changes immediately, i can not show my website like this to my visitors.

    #8527
    Hassan
    Post count: 955

    It looks correct to me.

    It may be caused by your browser cache. I re-generated the cache. Clean browser cache and try again!

    #8528
    ridwanc
    Active
    Post count: 21
    This reply has been marked as private.
    #8529
    Hassan
    Post count: 955

    Try again and let me know the result.

    I changed main.css to style.css

    #8531
    ridwanc
    Active
    Post count: 21
    This reply has been marked as private.
    #8564
    ridwanc
    Active
    Post count: 21

    Hi Hassan, on Microsoft Edge your fix is working. However on Chrome the folder “wp-content/themes” is still showing. You can see this if you look under sources when inspecting element on the website.

    #8706
    ridwanc
    Active
    Post count: 21

    Hi, can you please let me know what were the changes you did to my htaccess file to make this plugin work? I used support for another plugin and they had deactivated all my plugins, this caused an issue on my website with htaccess file and I have lost the changes you had previously done. I have had to disable the plugin in the meantime. Thanks.

    #8710
    Suman M.
    Post count: 12478

    Hi, to restore the previous settings goto HMWP start tab and click on “undo previous settings” button.

Viewing 12 posts - 16 through 27 (of 27 total)

You must be logged in to reply to this topic.