Does anyone have any experience of using one of the plugins that provide a mobile phone readable version of a WP site?
I have an eCommerce site at www.mantex.co.uk, for which I would like to provide a mobile phone readable version.
There seem to be quite a few four and even five star options available, but none provide clear “How to” instructions
Any suggestions or advice very welcome
cheers
Dr Roy Johnson
MANTEX Information Design
Phone: 0161 432 5811
Email: r...@mantex.co.uk
Blog: http://mantex.blogspot.com
--
See the group blog at http://mwug.info
You received this message because you are subscribed to the Google
Groups "Manchester WordPress User Group" group.
To post to this group, send email to
manchester-word...@googlegroups.com
To unsubscribe from this group, send email to
manchester-wordpress-...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/manchester-wordpress-user-group
Maybe more work (as in redesign) but have you considered a responsive design that would resize your layout according to screen size.
There are a few decent responsive WP templates that could be restyled.
Perry
--
See the group blog at http://mwug.info
Thanks for replies to my initial request
As I suspected, there appears to be more to this than might meet the eye
So let me take a step back and ask a more fundamental question
What options are available for making a web site available to mobile phone users?
Am I right in thinking there are two fundamental possibilities?
One – to detect that a request comes from a mobile phone user, and to divert the user to a separate site that is designed especially for mobiles
Two – for one’s existing WordPress site plus a clever plugin (with a separate stylesheet) to deliver up one’s existing WP content for viewing on a mobile
Is this true? Which option is easier to handle? Are there any other possibilities?
Cheers
Roy
--
Just responsive design. This works by adding extra mark up to your style sheet (aka media queries).
These check the width and even orientation of the device viewing a given page and resize and/or reflow the content to fit.
This isn't a quick fix as it needs some thought about how to mark up your template (or alternatively adapt a ready made responsive theme).
The advantage is that you can cater for all screen sizes from mobile to tablet to widescreen.
I'm not sure how well supported this is for older mobiles if you need to cater for these users.
Perry
,
Apologies Wendy, you answered while I was making my reply.
My take is that "mobile first" is a design technique that is applied to responsive design rather than a separate approach (still uses media queries and css etc) .
See the group blog at http://mwug.info
See the group blog at http://mwug.info