websitezcom
Forum Replies Created
-
You can download the true iPhone simulator from Apple.com.
You can’t rely on any online emulators because the detection of the mobile device is through the user agent. Online emulators can’t properly change the user agent which is what causes your discrepancies.
But your best bet is to download the iPhone simulator from Apple, its free.
Forum: Plugins
In reply to: [WP Mobile Detector] [Plugin: WP Mobile Detector] Theme Previews brokenThis should be fixed now with version 1.7.4.
Forum: Plugins
In reply to: [WP Mobile Detector] [Plugin: WP Mobile Detector] Blackberry Curve?They see the standard website?
Do you have a cache plugin installed?
It should recognize the Curve no problem, so something appears to be configured incorrectly.
This is due to short codes being implemented through the functions.php file of your desktop theme.
Please check out our newly released guide for more details: http://websitez.com/wp-mobile-detector-guide/
Forum: Plugins
In reply to: [WP Mobile Detector] [Plugin: WP Mobile Detector] Side BarsRight now none of the mobile themes have a customizable sidebar.
That is a planned feature in the future.
Forum: Plugins
In reply to: [WP Mobile Detector] [Plugin: WP Mobile Detector] WidgetsThat’s because those widgets were not built to be mobile compatible.
Forum: Plugins
In reply to: [WP Mobile Detector] [Plugin: WP Mobile Detector] Multiple errors on 3.4.1These are just notices and will be phased out shortly.
Forum: Plugins
In reply to: [WP Mobile Detector] [Plugin: WP Mobile Detector] timthumb resizing of images😉
That error is a false negative as there is no encoded data that is executable in that file.
The only injection opportunity is through the Timthumb.php open source library, but that was fixed almost a year ago now.
If you’d like help, just let me know.
Yes, it is active.
Most of the bugs have been worked out.
We also have a premium version of the plugin that is updated consistently as well.
Forum: Plugins
In reply to: [WP Mobile Detector] [Plugin: WP Mobile Detector] Encoding errorIs the problem just the english numbers?
Forum: Plugins
In reply to: Adding exceptions for individual pagesYou’d either have to write your own plugin or modify this plugin’s detection to return false on the pages you do not wish to have mobile activated on.
Modifying the plugin would be the easiest.
In the functions.php file, there is a function called: websitez_detect_mobile_device()
You can modify this function and add code like this:
if(is_page(‘mobile_app’)):
//code here etc
endif;Forum: Plugins
In reply to: [WP Mobile Detector] [Plugin: WP Mobile Detector] Completely borkedThere is probably a loop issue. This usually occurs when the blog home page is set to a static page and the mobile home page is also set to that.
Try changing the mobile home page and see if that clears it up.
Forum: Plugins
In reply to: [WP Mobile Detector] [Plugin: WP Mobile Detector] All blogInfo lins wrongIf you view the source, and click the stylesheet URL, do you get a 404 error?
The code used should be the function: get_stylesheet_uri
Usually if no style or advanced functionality is present, this is the “basic device” view and is correct. However, if this is being shown to a smart phone, the chances are that there is a cache plugin installed or the detection of the device is incorrect.
Forum: Plugins
In reply to: [WP Mobile Detector] [Plugin: WP Mobile Detector] iPad SwitcherCan you try deleting your cookies and trying again?
That is how that link works, it sets a value in a cookie.