Escape Digital Posted June 11, 2013 Share Posted June 11, 2013 How can i delete the browse mobile site link i've managed to remove the rest of the footer but can't find how to remove this part Link to comment Share on other sites More sharing options...
vekia Posted June 11, 2013 Share Posted June 11, 2013 you can do this in the footer.tpl file located in your theme directory. you've got there something like: {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} just remove it / comment it. other thing is to disable it in back office: go to preferences > themes tab, you've got there: just sellect correct option and save changes 1 Link to comment Share on other sites More sharing options...
onecallhire Posted November 26, 2013 Share Posted November 26, 2013 Hi, i want to remove the "browse mobile site" link from the desktop site. is there anyway to do this? Link to comment Share on other sites More sharing options...
vekia Posted November 26, 2013 Share Posted November 26, 2013 disable mobile version in preferences. check image that i posted above. Link to comment Share on other sites More sharing options...
paepaewk Posted March 5, 2014 Share Posted March 5, 2014 you can do this in the footer.tpl file located in your theme directory. you've got there something like: {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} just remove it / comment it. other thing is to disable it in back office: go to preferences > themes tab, you've got there: just sellect correct option and save changes --------------------------------------------------------- Many Thanks for yout post It's very helpful for me. Link to comment Share on other sites More sharing options...
Recommended Posts