Menu Problem IE

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed May 08, 2013 5:14 pm
Reply with quote
Report this post
Hi
Whenever I zoom in more than 100% in IE8 the Left hand menu dissapears into a yellow box at the top left hand side and when clicked on you cant see all of the contents

Is there any way of stopping this please

Cheers

Bob
User avatar
Senior Boarder

GK User
Wed May 08, 2013 9:47 pm
Reply with quote
Report this post
Could You post a screenshot?
User avatar
Moderator

GK User
Thu May 09, 2013 2:06 pm
Reply with quote
Report this post
Hi

Here it is one view is 100% zoom the other 125%
I know it is a menu but it doesnt even work

Cheers

Bob
User avatar
Senior Boarder

GK User
Thu May 09, 2013 2:12 pm
Reply with quote
Report this post
SShot.jpg
Sorry attachment didt work...

left hand pic is at 100% zoom right is 125%

I know its the menu but I cant disable it and it doesnt work anyway

url is masonicmentoring.org.uk

Cheers

Bob
User avatar
Senior Boarder

GK User
Thu May 09, 2013 2:33 pm
Reply with quote
Report this post
It is a "mainmenu" in mobile style that IE is wronlgy showing.
Please edit file :
/templates/gk_magazine/layouts/blocks/tool/toolbar.php
and remove lines between 24 and 34:

Code: Select all
   <?php if($this->API->get('show_menu', 1)) : ?>
   <div id="gkMobileMenu">
      <?php echo JText::_('TPL_GK_LANG_MOBILE_MENU'); ?>
      <select onChange="window.location.href=this.value;">
      <?php
          $this->parent->mobilemenu->loadMenu($this->API->get('menu_name','mainmenu'));
          $this->parent->mobilemenu->genMenu($this->API->get('startlevel', 0), $this->API->get('endlevel',-1));
      ?>
      </select>
   </div>
   <?php endif; ?>
User avatar
Moderator


cron