websitezcom
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Mobile Detector] [Plugin: WP Mobile Detector] Mobile device not detected.Can you go here and tell me what your user agent is?
Can you send me the user agent for the computer that is being detected as mobile?
This is a common warning, nothing to worry about. It happens when the HTML on the page is not formatted properly (which is 95% of websites on the Internet).
You can turn these off by setting “error_reporting(0);” at the top of the functions.php file inside the plugin folder.
Please set the permissions for the cache folder inside of the plugin to 755, and if that doesn’t work, try 777.
Forum: Plugins
In reply to: [WP Mobile Detector] use index page as Front pageThis is a feature with the premium version of the plugin:
Forum: Plugins
In reply to: [WP Mobile Detector] Image TitleWhich version of the plugin are you using?
Forum: Plugins
In reply to: [WP Mobile Detector] Does not detect Windows 8 systems properlyCould you possibly provide the user agent of the computer that was detected as a smart phone?
Forum: Plugins
In reply to: [WP Mobile Detector] Wp Super CacheIt is possible to fix this on our end. It is on our list to do, but I do not have an ETA at this point.
We did release support for W3 Total Cache though, so you should be able to utilize that.
That’s the image rewriting that happens.
This should only skew hits on an image which should be differentiated in your statistics program. There is no way around this since this is the best way to obtain the dimensions of the image consistently.
Forum: Plugins
In reply to: [WP Mobile Detector] [Plugin: WP Mobile Detector] Redirecting on Blog PostsThere shouldn’t be a redirect. Can you explain how the redirect is happening?
Are you asking how to force the mobile version?
Forum: Plugins
In reply to: [WP Mobile Detector] WP Mobile Detector – Duplicate contentNo, because the URL structure does not change.
Forum: Plugins
In reply to: [WP Mobile Detector] [Plugin: WP Mobile Detector] Exclude iPadYou can edit the detection code in functions.php to set tablets to false.
Forum: Plugins
In reply to: [WP Mobile Detector] [Plugin: WP Mobile Detector] Encoding errorWhat encoding are you using for the site?
Julie,
Where is your custom page code at? Is it in the functions.php of your desktop theme?
Is the scheduled announcements widget dependent on anything else?
Forum: Plugins
In reply to: [WP Mobile Detector] How do you create a custom theme for WP Mobile Detector?Right now that is the best way. I plan to place hooks into the plugin in the future, but right now this is the best bet.
Also, most options are in the style.php file. You’ll see snippets at the top grabbing the options and then placing the options into the stylesheet and setting a proper header using PHP.
I plan on writing a guide for the theme component of this since this is one of the most powerful aspects of the plugin.
For now, you can email me directly and I will help you with any theming questions you may have.