Kyle88 Posted November 4, 2013 Share Posted November 4, 2013 (edited) While viewing my project, store.peachesenregalia.com on my iPhone, I was viewing the mobile website version. At the bottom of the page it offered the option to view the full website, which switched me to the responsive full version. Now, I can't find a way to switch back to viewing the mobile version. How is this done? As a developer I have to be able to view both versions to see how they are working. Edited November 4, 2013 by Kyle88 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted November 4, 2013 Share Posted November 4, 2013 i tried to open url you mentioned above but unfortunately it doesnt work Link to comment Share on other sites More sharing options...
Kyle88 Posted November 4, 2013 Author Share Posted November 4, 2013 (edited) Sorry for the bad URL. The link is now working. http://store.peachesenregalia.com/ Edited November 4, 2013 by Kyle88 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted November 4, 2013 Share Posted November 4, 2013 hello your theme is responsive - this is why on "normal" website you haven't got url to mobile version, Why you want to use mobile version? resposiveness is much better than separate mobile version of website Link to comment Share on other sites More sharing options...
Kyle88 Posted November 4, 2013 Author Share Posted November 4, 2013 Currently I have the settings selected to serve up the mobile view for mobile devices. The mobile site is how i first viewed it on my iPhone. I then saw at the bottom of my iPhone screen an option to view the full version site. I selected that and now I see the full version site on my iPhone. Now I want to be able to go back to the mobile version on my iPhone. Is there a way or not to return? You may be right that the responsive is better. I may just take your advice on that, but I'd still like to know the answer to my question. Thanks! Link to comment Share on other sites More sharing options...
Emzed Posted November 5, 2013 Share Posted November 5, 2013 Hey, Here's what Prestashop 1.5.4.1's default theme adds to the footer: {if $PS_ALLOW_MOBILE_DEVICE} <p class="center clearBoth"><a href="{$link->getPageLink('index', true)}?mobile_theme_ok">{l s='Browse the mobile site'}</a></p> {/if} Note the "?mobile_theme_ok" argument, which you can try adding to any url (the code above defaults to the "index" page). The inverse argument is "?no_mobile_theme". Cheers Link to comment Share on other sites More sharing options...
vekia Posted November 5, 2013 Share Posted November 5, 2013 your theme (not mobile) doesnt support this button so you must open page manually, exactly as Emzed suggested above Link to comment Share on other sites More sharing options...
Recommended Posts