Create a "Mobile version" link

Premium sports magazine Joomla template with clean, easy to customize and unique design.
GK User
Mon Feb 04, 2013 6:03 pm
Hello,

The mobile version of the template League News has a link "Desktop version": how to add link "Mobile version" on the desktop version ?

Best regards
User avatar
Expert Boarder

teitbite
Tue Feb 05, 2013 12:15 pm
Hi

If You're using a device which will be suitable for mobile layout than this button will be visible while in default layout on mobile device.
User avatar
Moderator

GK User
Tue Feb 05, 2013 7:09 pm
Hello,

Yes this is OK, the button is visible on mobile device. But I am looking for the button on desktop screen.
User avatar
Expert Boarder

teitbite
Wed Feb 06, 2013 1:03 pm
Hi

Such button should be visible too. Please show me Your site.
User avatar
Moderator

GK User
Wed Feb 06, 2013 6:26 pm
User avatar
Expert Boarder

teitbite
Fri Feb 08, 2013 6:23 pm
Hi

Is it possible that You have removed this code from /layout/blocks/footer.php during modifications ?

Code: Select all
   <span><?php if(isset($_COOKIE['gkGavernMobile_'.$this->parent->name]) && $_COOKIE['gkGavernMobile_'.$this->parent->name] == 'desktop') : ?>
          <span class="mobileSwitch"><a href="javascript:setCookie('gkGavernMobile_<?php echo $this->parent->name; ?>', 'mobile', 365);window.location.reload();"><?php echo JText::_('TPL_GK_LANG_SWITCH_TO_MOBILE'); ?></a></span><?php endif; ?>   


becuase with this code the link to display mobile on mobile devices should be visible.
User avatar
Moderator

GK User
Sat Feb 09, 2013 6:15 pm
Hello,
This is OK. Thank you
Regards
User avatar
Expert Boarder


cron