Hopefully the developer will see this. The plugin is not working because there is an error in line 24 in mobi.php where two different variables are being used instead of one.
$session_check_lite = $_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"];
if(substr_count($session_check, 'main=true')>0){...
You need to change $session_check to $session_check_lite
That should fix the issue.
Hey guys, any luck with fixing this for the full version? I’m confused as to why the author of this plugin hasn’t bothered to weigh in on this thread?
Hi Guys, With this plugin you can’t redirect within same wordpress installation. If you set same wordpress installation for your main website and mobile website, you will get infinity loop. Please separate your mobile/tablet version website from main wordpress(different wordpress install) so you will not get too many redirects. Thanks