Home Forums WordPress Plugins Hide My WP Issue with modal login plugin

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

    Hi,

    I’m using the modal login plugin (http://codecanyon.net/item/modal-log-in-for-wordpress/3509483) and I can’t hide the wp-login script in the code.
    Whether I use HMWP to change the login url or I use modal login for it, or even both it doesn’t change a thing. Everything related to that specific plugin is visible in the source code. The plugin however works perfectly.

    In the code it actually starts with the following:

    “function replace_wp_login(){
    rhl_jQuery(document).ready(function($){
    $(‘a’).each(function(i,inp){
    var href = $(inp).attr(‘href’);
    if(href && (href.indexOf(‘wp-login.php’)>0 || href.indexOf(‘/login’)>0) ){
    if( $(inp).hasClass(‘not-modal’) ){
    return;
    }”

    Any suggestions how to solve this?

    Thank you,
    Laurent.

    #2294
    Suman M.
    Post count: 12478

    Hi, where can we see this in your website? Also, please go through this FAQ – http://codecanyon.net/item/hide-my-wp-no-one-can-know-you-use-wordpress/4177158/faqs/15899

    #2305
    Daelorn
    Post count: 10
    This reply has been marked as private.
    #2315
    Suman M.
    Post count: 12478

    The function replace_wp_login is added by modal login plugin. And if we replace wp-login.php text in that function’s code, the function will not work. One thing that’s done in bad way is to output the entire script code in homepage source. You may ask modal login plugin developer to include these script in separate file. This way your issue will be solved too.

    #2318
    Daelorn
    Post count: 10

    Ok, thanks a lot for your help Suman.

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

You must be logged in to reply to this topic.