Forum Replies Created

Viewing 15 posts - 8,821 through 8,835 (of 9,718 total)
  • Author
    Posts
  • in reply to: Hide theme name from urls #4236
    Suman M.
    Post count: 12480
    This reply has been marked as private.
    in reply to: Reduces Columns in woocommerce page #4235
    Suman M.
    Post count: 12480

    Resolved! I deactivated the option “Clean up menu classes” under Source Code tab, and is now working fine.

    in reply to: Plugin broke userpro links #4234
    Suman M.
    Post count: 12480

    It is compatible with userpro, but haven’t checked with latest version. Above login details is only for normal user and hence not able to check the issue. Also provide us with wp-admin login details (administrator) so that we can check the issue further

    in reply to: Plugin broke userpro links #4226
    Suman M.
    Post count: 12480

    Hi, is it that administrator also cannot login or just normal users? Did you also try deleting htaccess file after deactivating HMWP? Please provide us with wp-admin login details and normal user login details to check the issue.

    in reply to: Reduces Columns in woocommerce page #4225
    Suman M.
    Post count: 12480

    Hi, that’s strange, most probably some CSS issue. Can you please let us know your website details (as private reply) so that we can have a look at the issue.

    in reply to: How to make an update #4223
    Suman M.
    Post count: 12480

    4.511 is not valid number for plugin updater: So you simply need to change that to something lower (e.g. 4.5 or 4.4) just open plugin editor find hide-my-wp.php and change that number which is located at the top of the file.
    Then go to Dashboard > Update > Check to see new version!

    Also you can opt for manual update.

    – first goto HMWP > Start tab and do “Export current settings” – save it somewhere.
    – download latest HMWP version, and delete hide_my_wp plugin folder from /wp-content/plugins/ directory.
    – using FTP/cpanel upload latest hide_my_wp plugin folder to /wp-content/plugins/ directory.
    – goto website backend and activate HMWP plugin.
    – goto HMWP > Start tab and import settings (from previously saved settings)

    in reply to: How to hide this meta tag #4221
    Suman M.
    Post count: 12480

    Hi, you can use “replace in html” option under replace tools tab. For example:
    Add <meta name=”wpsso:comment” content=”wpsso meta tags begin”/> in left hand side box and select “remove”. Add each meta tags in separate boxes.

    • This reply was modified 9 years, 10 months ago by Suman M..
    in reply to: Hide theme name from urls #4219
    Suman M.
    Post count: 12480

    http://www.cyberalert.gr/wp-admin/ giving an error – “Your access to this site has been limited”. Also cyberalert.gr is throwing same error.
    Can you please check?

    • This reply was modified 9 years, 10 months ago by Suman M..
    in reply to: Hide theme name from urls #4214
    Suman M.
    Post count: 12480

    It’s not recommended to replace CSS class names and script variables as these might have been internally used by theme/plugins and might break your site’s styling.
    But the following replacement should work:
    wp-content/uploads/wp-less/dt-the7/css/style1.css ==>> mythemestyle1.css

    Please let us know your website’s wp-admin details (as private reply) so that we can have a look at it.

    in reply to: Hide theme name from urls #4210
    Suman M.
    Post count: 12480

    Hi, you can change /wp-content/uploads/ path with HMWP, but not /uploads/wp-less/dt-the7/css/..

    BUt if you have only few files within /uploads/wp-less/dt-the7/css/, then you can use Replace URLs option (under replace tools tab). Add following:

    wp-content/uploads/wp-less/dt-the7/css/style1.css ==>> mythemestyle1.css
    wp-content/uploads/wp-less/dt-the7/css/style2.css ==>> mythemestyle2.css

    etc.

    • This reply was modified 9 years, 10 months ago by Suman M..
    in reply to: 404 on /wp-admin/plugins.php and /wp-admin/update-core.php #4209
    Suman M.
    Post count: 12480

    As I explained above the secret code is essential for Full Hide feature. We don’t have Full hide option in old versions.

    in reply to: hide my css path #4208
    Suman M.
    Post count: 12480

    Hi, I meant wp-admin login details.

    in reply to: Failed to load resource #4199
    Suman M.
    Post count: 12480

    Hi, can you please let us know your website backend details (as private reply) so that we can have a look at the issue further.

    • This reply was modified 9 years, 10 months ago by Suman M..
    in reply to: Untrusted User Role Upload File #4198
    Suman M.
    Post count: 12480

    Can you please let us know your website URL and the page where untrusted user can upload image? Also, I might need login credentials of user to do the testing. Which plugin you are using to have registered users upload files from the front-end?

    in reply to: Very confused #4197
    Suman M.
    Post count: 12480

    Hi, renaming “wp-admin” option is still in beta version (marked *) and is not officially supported.

    To make it work you’ll have to follow the onscreen instructions very carefully. Also, deactivate Theme My Login as you are already renaming login path with HMWP.

    In wp-config.php you need to add following line before require_once(…):
    define(“ADMIN_COOKIE_PATH”, ”/NEW_WPADMIN_NAME”);

    You also need to update your .htaccess file by adding following line before ‘RewriteCond REQUEST_FILENAME} !-f’:
    RewriteRule ^NEW_WPADMIN_NAME/(.*) /wp-admin/$1 [QSA,L]

    Let us know the result.

Viewing 15 posts - 8,821 through 8,835 (of 9,718 total)