mangopo Posted November 13, 2016 Share Posted November 13, 2016 Hi, what are the best options for making a PW site mobile friendly? Edit the current template and make it responsive or make a new mobile version to a subdomain? What PW modules/add-ons are there to help this process? The site is www.lentovertailu.fi Link to comment Share on other sites More sharing options...
dab Posted November 13, 2016 Share Posted November 13, 2016 Best approach is to just make your template responsive. I've found this template very easy to implement: http://getskeleton.com/ 1 Link to comment Share on other sites More sharing options...
AndZyk Posted November 13, 2016 Share Posted November 13, 2016 Hello @mangopo, either you can make your existing site responsive using media queries or you can build an mobile version of your site. There are pros and cons for each approach, but I would recommend responsive design over an mobile version. If you want to learn more about this topic, there are many resources available, which explain it in depth: Responsive Design with CSS3 Media Queries Responsive Web Design: What It Is And How To Use It Regards, Andreas 1 Link to comment Share on other sites More sharing options...
mangopo Posted January 15, 2017 Author Share Posted January 15, 2017 Making a separate mobile version to (m.tld) is better in this case. How would it work with PW: two sets of templates using the same database for articles? Link to comment Share on other sites More sharing options...
Robin S Posted January 15, 2017 Share Posted January 15, 2017 2 hours ago, mangopo said: Makin a separate mobile version to (m.tld) is better in this case. How would it work with PW: two sets of templates using the same database for articles? I think a separate mobile website is an outdated approach and device sniffing will be both unreliable and require more maintenance. I would highly recommend a single responsive design, but if you're sure you want to pursue separate templates for mobile devices then you could select templates by domain as suggested here... ...or use the same approach but test for device using Mobile Detect. 3 Link to comment Share on other sites More sharing options...
SamC Posted February 20, 2017 Share Posted February 20, 2017 I've used bourbon/neat for about the last couple of years, really simple to use for layouts: http://neat.bourbon.io/ Works great for me so far. I do exactly the same thing on my Windows PC using scoop http://scoop.sh/ (instead of homebrew https://brew.sh/ on the OSX laptop) to set up node.js/gulp (to compile the scss). Not sure this answers your question, but this is how I develop responsive sites. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now