Home Forums WordPress Plugins Hide My WP How can i send private messages?

This topic is: not resolved
Viewing 3 posts - 31 through 33 (of 33 total)
  • Author
    Posts
  • #6886
    Suman M.
    Post count: 12480

    Yes, exactly!

    1) I clicked on “reset settings to wp” button in HMWP start tab and then deactivated HMWP plugin (also disabled minification for testing). But still the submit button leads to 404 page. So the issue doesn’t seem to be related to HMWP. Please try setting htaccess content to WP default (https://codex.wordpress.org/htaccess)

    2) If you want to replace css class name/id like “rev_slider_wrapper”, then you have to follow these steps:
    – in HMWP “replace in html” option add the following:
    rev_slider_wrapper ==> my_slider
    – now in rev slider plugin (css file) find word “rev_slider_wrapper” and replace with “my_slider”

    8) without the login url how will one login to the site? Theme my login plugin can rename the login url but this will be shown too. You’ll need to remove login link from the site for this.

    #6917
    nihak
    Pro
    Post count: 28
    This reply has been marked as private.
    #6934
    Suman M.
    Post count: 12480

    The replaced plugin URLs like http://testing.lalamusatown.com/skin/css/my_media.css is working fine and not giving 404 error.

    Regarding the replacement, I have given an example in my last comment.

    I checked the page source of http://testing.lalamusatown.com/ and couldn’t see login url there. Also, if you see login url before activating HMWP then you’ll see it after activating HMWP too.

Viewing 3 posts - 31 through 33 (of 33 total)

You must be logged in to reply to this topic.