Forum
Welcome, Guest
Please Login to access forum.
Re:Location of Switch to deskop (1 viewing) 
Go to bottom
TOPIC: Re:Location of Switch to deskop
#1978
Doncy
Fresh Boarder
Posts: 2
User Offline
Location of Switch to deskop Karma: 0  
The "Switch to desktop site" is now located at the bottom. Is there a way to have it at the top of the site?

Many thanks!

Luc
 
Logged Logged  
  The administrator has disabled public write access.
#1980
John Dagelmore
Admin
Posts: 3765
User Online Now
Re:Location of Switch to deskop Karma: 82  
Hello Luc,

to move up the location you need to edit the index.php of the template. You will find the following code:

Code:

<!-- bottom switch tpl --> <?php if ($showTplSwitcher && !$switchAlways) : ?> <div class="bottom_switcher"> <ul> <li> <i class="fa fa-desktop"></i> <a href="<?php echo $queryStringToDesktop;?>"><?php echo JText::_('TPL_RESPONSIVIZER_DESKTOP_VIEW');?></a> </li> </ul> </div> <?php endif; ?>
John
 
Logged Logged  
  The administrator has disabled public write access.
#1981
Doncy
Fresh Boarder
Posts: 2
User Offline
Re:Location of Switch to deskop Karma: 0  
Thanks!!

Luc
 
Logged Logged  
  The administrator has disabled public write access.
Go to top