Home Forums WordPress Plugins Hide My WP Can't hide front-end plugins!

This topic is: resolved
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #871
    dimasdark
    Post count: 1

    Hi there,

    I’m having issues to hide the code content of some plugins
    The first one is tinymce (not the plugin but the wordpress default) when the user is logged in, I can’t hide it. I used a filter in functions to switch the default comment form to mce:

    <body id=”tinymce” class=”mce-content-body comment post-type-page post-status-publish mceContentBody wp-editor html4-captions” onload=”window.parent.tinymce.get(‘comment’).fire(‘load’);” contenteditable=”true”><div><br data-mce-bogus=”1″></div></body>

    The second one:
    I’m using a plugin named WP Social Login for login options, so if you’re not online then use it. I tried to rename at least the “wp” name then the plugin doesn’t work. The plugin doesn’t also if I activate Hide My WP:

    #wp-social-login-connect-with{font-weight:bold}#wp-social-login-connect-options{padding:10px}#wp-social-login-connect-options
    a{text-decoration:none}#wp-social-login-connect-options
    img{border:0
    none}.wsl_connect_with_provider{}
    <span id=”wp-social-login-connect-with”>Conectar-se com:</span>

    The last problem is:

    The same plugin (WP Social Login) uses the wp-login url, and the login is replaced by Hide My WP’s one “http://pobrin.com/wp-login.php?hide_my_wp={code}….” << I tried to replace the number or even the hide_my_wp but doesn’t work at all

    Attachments:
    You must be logged in to view attached files.
    #902
    Hassan
    Post count: 955

    You can easily use Replace in HTML to hide all of them but you will face to problem if those classes or ids used by Javascript files. Unfortunately you can not hide these kind of plugins easily. The only possible way is going to plugin folder open JS files and replace all, you say, “wp-social-login-options” with something else. Then you can use Replace in HTML to change HTML source code, too

    Read more here: http://codecanyon.net/item/hide-my-wp-no-one-can-know-you-use-wordpress/4177158/faqs/20827

    In case of login URL: Them my Login should help you. Read here:
    http://codecanyon.net/item/hide-my-wp-no-one-can-know-you-use-wordpress/4177158/faqs/15899

    #905
    dimasdark
    Post count: 1

    Thanks Hassan! I was looking for that, wp social login was slowing my site loading so I removed it! I think I’ll try nextGen logins at the moment :P. I’ve also changed the front end editor

    #910
    Tomi76
    Post count: 23

    Hello,

    I have a similar problem.

    I use the YITH WooCommerce Wishlist and YITH Woocommerce Compare plugins on my site.
    I setted everything in Hide My Wp, and I read the links, FAQS ect.
    Please take a look the attached picture, can be somehow completely hide the name of the plugin?
    If it possible, can you do it for me, I pay for it of course.

    Best regards,

    Tamás

    Attachments:
    You must be logged in to view attached files.
    #968
    Hassan
    Post count: 955

    @Tomi76 please create another topic.

    You probably can hide it using Replace URLs and Replace HTML:

    Use something like below in Replace URLs:
    index.php?action=yith-woocompare-add-product==compare_products.php

    Then add following to Repalce in HTML:
    /?action[equal]yith-woocompare-add-product&id=/compare_products.php?id

    As there’s a & sign here you may get into trouble if above doesn’t change URL try remove it or replace with &

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

You must be logged in to reply to this topic.