Search the Community
Showing results for tags 'disable mobile'.
-
Hello, I want to absolutely turn off mobile/table versions. I want the same contect in the same form on all devices. I have PrestaShop 1.6.0.9 and the default Bootstrap theme. I went to Preferences -> Theme -> Mobile and in the field "Enable the mobile theme" I selected "I'd like to disable it.". And clicked Save button. I got confirmation that "Settings have been successfully updated. But the web on my mobile devices (iPhone 5 and tablet with Android) don't show the same content. On iPhone it is completely different and on Android tablet it misses (doesn't show) the "Custom CMS information block module" at all + some other minor issues (such as if I click on the product page "Show larger image", it acctually show a way smaller :-) There will be needed lot of changes in the code to make the theme work on mobile so I prefer to switch it off completely. How to do it? PS: I attached the htaccess (had to rename it a little to be able to upload it). I don't see any redirection in it (I may see wrong). Also I checked that other webs running on the same server do not show a mobile version so it shouldn't do the Hosting provider. Please help. htaccess.txt
- 2 replies
-
- 1
-
-
- not working
- turn off mobile
-
(and 1 more)
Tagged with:
-
I've been trying to disable mobile version of my website. I did the following steps: 1) Preference > Theme > Disable Mobile Theme 2) commented out this line: {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} in footer.tpl 3) cleared cache in my mobile device But nothing helped. My website is: zoharanyc.com Please help
-
I've been trying to disable mobile version of my website. I did the following steps: 1) Preference > Theme > Disable Mobile Theme 2) commented out this line: {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} in footer.tpl 3) cleared cache in my mobile device But nothing helped. My website is: zoharanyc.com Please help