Hi,
I have a highly complex Types-Views website and I need to make a mobile version of it. None of the plug-n-play theme switchers will work for this. What I want to do is build from scratch a completely new site that sits side-by-side with the current desktop site and uses the same database, But calls up mobile-friendly-designed versions of each page/post.
Some criteria:
1 – I understand that the first step is to detect the users device. That's relatively easy.
2 – I can't just just switch to a new theme. Instead I'll need to create a new set of pages design for mobile, which in turn call a new set of views.
My guess so far is is that I'll need to Detect a device (or user-choice) and then not only redirect the user to an alternate mobile-friendly version of a page, but also switch to a mobile theme at the same time. it will also have to auto-detect for content-templates (posts) for a mobile version.
AAAAH!
Does anybody have a starting point on a solution for the above? All help greatly appreciated!!