Jump to content

Switching between viewing main site and modbile site


Recommended Posts

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 by Kyle88 (see edit history)
Link to comment
Share on other sites

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

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

×
×
  • Create New...