different startsite for IOS and change menu

If the url’s for both site is different, You can simply check if site is being viewed from mobile or not and than you can redirect to your second site if it is mobile… Here is one of code who detects whether it is mobile or not… http://detectmobilebrowsers.mobi/ You can use such code detect mobile … Read more

Links not showing up on “AMPforWP”

i didn’t use this plugin but if i were you i use .htacces to redirect mobiles users to amp url Assuming your amp version is under /amp (http://example.com/amp), you can try redirecting your visitors in your .htaccess file like this: RewriteEngine On RewriteCond %{REQUEST_URI} !/amp$ [NC] RewriteCond %{HTTP_USER_AGENT} (android|blackberry|googlebot\-mobile|iemobile|iphone|ipod|\#opera\ mobile|palmos|webos) [NC] RewriteRule ^([a-zA-Z0-9-]+)([\/]*)$ https://example.com/$1/amp [L,R=302] … Read more

WordPress Mobile Edition not working with WP v3.5

The plugin you are using hasn’t been updated in 2 years. Check out the Jetpack for WordPress plugin. It comes with MANY useful modules, one of which is the Mobile Theme module. Another plugin that comes to mind is WPtouch, which is available in basic and pro ($$) builds.

Using WordPress as a Mobile App Backend

You could use WP and all it’s associated goodness for a mobile app backend (I’m going to do it soon myself). Custom post types are not a problem. Make a page, grab the data with a WP_Query and serve up the query results as JSON instead of HTML, though you’ll have to do this bit … Read more

Add exception to WP Mobile Detector

By means of preg_match and the like you can only write rules for specific devices (in your case the GT-P5100). What you want to do, however, is to affect only your device (meaning: not all Galaxy Tabs). I’d vote for setting a cookie and act upon it’s particular value: setcookie(‘no_mobile_theme_please’, 1, time()+60*60*24*30, “https://wordpress.stackexchange.com/”, $_SERVER[‘SERVER_NAME’], false, … Read more

How to disable fancybox on small screens

You could have a try with wp_is_mobile(): if ( wp_is_mobile() ) { remove_action( ‘wp_print_scripts’, ‘mfbfw_load’ ); remove_action( ‘wp_print_styles’, ‘mfbfw_css’ ); remove_action( ‘wp_head’, ‘mfbfw_init’ ); } You should also check with tablets since they might have a big resolution and hence not fall in your “small screen” condition. You should note that the User Agent string … Read more

website is viewing as mobile, how do I turn this off?

The website is working perfectly fine for me. You are using a responsive website, this means that the appearance of the site changes depending on how big your screen or browser window is. You probably had a too small browser window, if you just make it bigger it should look normal again.

error code: 523