Home Forums WordPress Plugins Hide My WP Just want to hide my theme

This topic is: not resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3344
    gvarona
    Post count: 1

    The only reason I bought HMWP is to hide the theme. It’s all I want. I went to “source” tab and clicked:

    Replace \/ URLs: for theme and plugins
    I left the rest as it was.

    Saved and went to “start” tab and check nginx config instructions and it says: Nothing to add for current settings.

    After this the theme is still being showed in the source code.

    I don’t know what I am doing wrong. I am not a techie. So please help

    Thanks

    #3354
    Suman M.
    Post count: 12480

    Hi, please follow these steps:

    – click “reset settings to WP” on start tab
    – in “permalinks & urls” tab you’ve to set:
    – New theme path (to something like “/skin”)
    – New style name (to something like “main.css”)
    – save settings

    But we recommend you to use “medium privacy more compatibility” scheme (on start tab) for better result.

    #3448
    gvarona
    Post count: 1

    Thanks Suman, I did it but all my style dissapeared. I`ve lost the look and feel. So I had to reverse the change.
    Any suggestions ?

    Guillermo

    #3454
    Suman M.
    Post count: 12480

    As it’s nginx web server (as per your previous comments), you have to follow these steps:

    – goto HMWP >> ‘Start’ Tab >> ‘Medium Pripacy – More Compatibility’
    scheme >> click ‘Save Settings’

    – In Start tab you should see Nginx Configuration button. If you don’t see this button, add &nginx_config=1 to HMWP settings page URL to see Nginx rewrite rules. For example:
    http://yourdomain.com/wp-admin/options-general.php?page=hide_my_wp&nginx_config=1

    – Now add those lines (rewrite rules) to your Nginx configuration file. It’s usually located in /etc/nginx/nginx.conf or /etc/nginx/conf/nginx.conf or /etc/nginx/sites-available/domainname.com

    – restart nginx server

    For more details, refer to the documentation available within plugin folder.

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

You must be logged in to reply to this topic.