Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • regin Friend
    #192456

    Hi

    I had to extend the width for for main menu, by adding more px to this bootstrap-responsive.css file:

    .span8 {
    width: 954px;
    }

    I added about 300px. It works very well, just not in IE 8, which my client happens to use……. …….

    So in my clients browser, she sees a broken menu, with three menu items covering the top of the slideshow. See pic below.

    I tried with a “Display:block;” but that did not help. Does anyone have a better idea what I should do?

    Regards
    Regin


    1. ie8
    Saguaros Moderator
    #513091

    HI Regin,

    Do you try to enable Optimze Css in template manager?

    If problem still persists, you can pm me URL & admin account of your site, I shall try to check for you.

    Regards

    regin Friend
    #513542

    Hi Saguaros

    Did you have a chance to look at my issue?

    Regards
    Regin

    Saguaros Moderator
    #513592

    Hi Regin,

    I tried to open your site in IE8 but it looks fine: http://prntscr.com/26ryeq

    regin Friend
    #513707

    Hi

    Yes, sorry, forgot to tell you that it only happens when you minimize the screensize. Then the manu brakes. E.g. working on a laptop with a small screen.

    Saguaros Moderator
    #513728

    Resizing browser will not give correct result, you should check your site in real device with specific screen resolution and use media jQuery to add specific style for it. With concept of this template, it’s best if you have as less menu items in the main menu as possible,

    regin Friend
    #513839

    I know. But I have a problem I need to solve. Can you help?

    I cant tell my client that she just has to have less menu items.

    Saguaros Moderator
    #513898

    You can try opening file: /templates/ja_mero(your_default_template)/tpls/blocks/mainnav.php, you will see this snippet of code:


    <div class="row">
    <div class="span9" data-xtablet="span12">
    <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
    <span class="icon-bar"></span>
    <span class="icon-bar"></span>
    <span class="icon-bar"></span>
    </button>
    <div class="nav-collapse collapse<?php echo $this->getParam('navigation_collapse_showsub', 1) ? ' always-show' : '' ?>">

    change the line of code in red to:

    <div class="span12" data-xtablet="span12">

    regin Friend
    #514074

    Dear

    I tested with your code. In my PHP file, it says:

    <div class=”row”>

    <div class=”span8″ data-xtablet=”span12″>

    <button type=”button” class=”btn btn-navbar” data-toggle=”collapse” data-target=”.nav-collapse”>

    <span class=”icon-bar”></span>

    <span class=”icon-bar”></span>

    <span class=”icon-bar”></span>

    </button>

    I changed: <div class=”span8″ data-xtablet=”span12″> to <div class=”span12″ data-xtablet=”span12″>
    But unfortunately with no succes..

    Saguaros Moderator
    #514260

    Hi Regin,

    I looked at your site and saw that its still ‘span8’, could you pm me ftp account of your site? I will check this for you.

    Pls also take a backup of your site first.

    regin Friend
    #514296

    hi

    Ok, just send you PM with info.

    Regarding span8 – I changed it back, when I realised it did not work..

    regin Friend
    #514423

    Hi Saguaros

    did you have a look at it?

    Regards
    Regin

    Saguaros Moderator
    #514496

    Yes, I received it but I couldn’t access, I’m noticed with wrong password message. Sorry for this inconvenience, pls check and send me again

Viewing 13 posts - 1 through 13 (of 13 total)

This topic contains 13 replies, has 2 voices, and was last updated by  Saguaros 10 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum