Yusuf
Forum Replies Created
-
Forum: Plugins
In reply to: [Mobile Domain] [Plugin: Mobile Domain] Redirect only works in homepagewhat is mobile browser do you use? I’ve clicked my blog from twitter using my mobile browser and it works.
Forum: Plugins
In reply to: [Mobile Domain] [Plugin: Mobile Domain] Plugin not workingtry to deactivate plugin Mobile Domain, open subdomain with your browser, can you access your subdomain?
Forum: Plugins
In reply to: [Mobile Domain] [Plugin: Mobile Domain] Can you whitelist URLs?#ccl1111
Sorry for a long reply,
yes there is, but user have to click “Desktop Version” in the bottom of mobile site, then cookie will stop redirecting wordpress to mobile version.Forum: Plugins
In reply to: [Mobile Domain] Two issues with Mobile Domaintry to mirroring you primary Mobile Domain to Desktop Domain, so you don’t need to have double WP installation.
Forum: Plugins
In reply to: [Mobile Domain] Two issues with Mobile Domain#gotequity
sorry for a long reply, I’ve lost all my data in my blog and I forgot to backup a new one.
Well, It looks like the problem is you’ve installed Mobile-Domain on separate WP installation, the plugin is not working if you use a different WP installation.
you were right sterlo, I fixed it.
ThanksThanks sterlo for the patch, but I already use this :
$wp_admin = substr_count($_SERVER['REQUEST_URI'], '/wp-admin/'); $wp_login = substr_count($_SERVER['REQUEST_URI'], '/wp-login.php'); if ($wp_login > 0 || $wp_admin > 0) { $get = get_option('wpmd_db_options'); if ($_SERVER['SERVER_NAME'] == $get['domain']) { ywpmd_create_cookie(); header ('location:'.WPMD_SITEURL.'/wp-login.php'); die(); } }maybe I’ll use your code in the next version.