Forum Replies Created

Viewing 15 posts - 8,656 through 8,670 (of 9,718 total)
  • Author
    Posts
  • in reply to: API Call, Slow Site #4738
    Suman M.
    Post count: 12480

    Hi, the api call is for checking updates. Currently the api is working fine so it shouldn’t be the issue. Are you using any CDN? Also, can you please generate debug report (from HMWP start tab) and send it to us here as private reply – http://support.wpwave.com/

    in reply to: broken theme when remove in an word HTML code. #4737
    Suman M.
    Post count: 12480

    As explained above it’s not recommended to replace plugin’s class names in the page source. if you replace it there then you’ll also need to manually update that class name in the corresponding plugin.

    in reply to: broken theme when remove in an word HTML code. #4731
    Suman M.
    Post count: 12480

    Hi, while replacing text/word in site’s page source you need to be careful NOT to replace CSS class names and javascript variable names as these might have been used internally by plugins/theme and doing so might break your site’s styling and/or functioning.

    in reply to: Wp-admin folder #4725
    Suman M.
    Post count: 12480

    Hi, for renaming plugins, please set “rename plugins” options to “all plugins” in HMWP permalinks & urls tab.

    To change/rename wp-admin path, you have to enter the replacemnet name in “New wp-admin Path” option; and then you have to very carefully follow onscreen instructions. Basically, you’ll need to do these:

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

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

    in reply to: i can't makes change with page and category post #4724
    Suman M.
    Post count: 12480

    I tried accessing techinapp.com/seslogin but getting webserver is down error!

    in reply to: Missing Slash #4723
    Suman M.
    Post count: 12480

    The above replacement for /wordpress-social-login/assets/css/style.css should have worked. Can you please let us know your website’s wp-admin details so that we can fix it for you.

    To get rid of the comments in CSS, we recommend you to use Better WordPress Minify plugin.
    After activating Better WordPress Minify plugin, goto settings page, enable “Enable friendly Minify urls” in Advanced options tab and change “Friendly Minify url path”. Example: change to /cache/m/ (create the directories manually and make them writeable)

    in reply to: Double slash un URL #4722
    Suman M.
    Post count: 12480

    Hi, we’re looking into this and hope to get back to you soon.

    in reply to: Warning: require(lib/plugin-updates/plugin-update-checker.php): #4711
    Suman M.
    Post count: 12480

    Hi, which version of HMWP you are using? It seems like some files are missing in HMWP plugin. Please try this
    – deactivate and delete “hide_my_wp” plugin
    – downloading a fresh copy of HMWP and then manually upload it (folder “hide_my_wp” and it’s content) to your site’s /wp-content/plugins/ directory using FTP.

    Let us know.

    • This reply was modified 9 years, 9 months ago by Suman M..
    • This reply was modified 9 years, 9 months ago by Suman M..
    in reply to: Update WP 4.3.1 Replacement does not work! #4710
    Suman M.
    Post count: 12480

    Good to know that it’s working again. But it’s strange that some features of the plugin did not load/save until and unless the plugin’s file(s) are deleted/moodified.

    in reply to: Missing Slash #4707
    Suman M.
    Post count: 12480

    Not sure why/how slash (/) is being removed in that url. Add the following replacement in “replace URLs” option under replace tools tab:

    /wp-content/plugins/wordpress-social-login/assets/css/style.css >>>> wslstyle.css

    • This reply was modified 9 years, 9 months ago by Suman M..
    • This reply was modified 9 years, 9 months ago by Suman M..
    in reply to: Locked Out … :( #4704
    Suman M.
    Post count: 12480

    Hi, to force https, you’ll need to add following in your htaccess file (add it at the end of file)

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{HTTPS} !=on
    RewriteRule ^ https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
    </IfModule>

    • This reply was modified 9 years, 9 months ago by Suman M..
    • This reply was modified 9 years, 9 months ago by Suman M..
    in reply to: Multisite Issue? #4702
    Suman M.
    Post count: 12480
    This reply has been marked as private.
    in reply to: Double slash #4699
    Suman M.
    Post count: 12480

    Hi, can you please post your site’s htaccess content here? Also, generate debug report (from HMWP start tab) and post it here.

    You may post as private reply by checking “Set as private reply” option.

    • This reply was modified 9 years, 9 months ago by Suman M..
    in reply to: Missing Slash #4687
    Suman M.
    Post count: 12480

    Hi, I checked your website’s (ayurvedamedicare.com) page source and couldn’t find any reference to http://ayurvedamedicare.com/ext/wordpress-social-login/assets/css/style.css

    Can you please check?

    in reply to: Update WP 4.3.1 Replacement does not work! #4686
    Suman M.
    Post count: 12480

    Hi, HMWP is compatible with latest WP version. Can you please let us know your website’s wp-admin details (as private reply) so that we can have a look at the issue?

Viewing 15 posts - 8,656 through 8,670 (of 9,718 total)