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.