Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • 5268311 Friend
    #185666

    Hi I have a small problem and it was that activating the submenu start page, the search has disappeared? I get it back? Please see attached image.

    Regards,

    5268311


    1. where-is-search
    pavit Moderator
    #485871

    Hi

    Did you checked that your search module is correctly published in that menu item too ?

    Did you cleaned your JaT3 cache ?

    swissa Friend
    #485872

    <em>@5268311 363589 wrote:</em><blockquote>Hi I have a small problem and it was that activating the submenu start page, the search has disappeared? I get it back? Please see attached image.

    Regards,

    5268311</blockquote>

    Because you changed the z-index on the nav bar.

    #ja-search {

    • bottom: -35px;
    • overflow: hidden;
    • z-index: 15;

    }

    Try changing the z-index here to 22 and if that doesn’t work increase it until it does.

    5268311 Friend
    #485884

    Ok Where exactly is it located:
    Code:
    #ja-search {
    bottom: -35px;

    overflow: hidden;

    z-index: 15;

    }

    swissa Friend
    #485885
    5268311 Friend
    #485886

    1- Yes I now. but please see my web : http://coopegua-cp47.webjoomla.es/

    2- The sub menu displays perfectly in home page, but the search has gone.

    your recommendation is:
    #ja-search {
    bottom: -35px;

    overflow: hidden;

    z-index: 15;

    }

    your recomedantion is: Try changing the z-index here to 22 and if that doesn’t work increase it until it does. But when I make the
    change the search is gone….???

    Please se my Template.ccs

    1- #ja-search {
    bottom: -35px;
    overflow: hidden;
    z-index: 22;

    2- #ja-mainnav {
    background: #10151c
    border-top: 1px solid #1b212a
    font-size: 0.923em;
    position: relative;
    z-index: 17;
    }

    Perhaps you can check what is the problem?

    1 – That the submenu perectamente deployment in the home page.
    2 – The search appears

    Please see image attach

    Regards,

    5268311


    1. Search-gone
    swissa Friend
    #485887

    This is all to do with the z-index rules on each element.

    My suggestion is to look at them all…..

    This is template.css and you have the line numbers. The higher the z-index number the greater the right it has to show. So slideshow must be below the navigation and the search must be greater than the navigation. Try changing the z-index as I have shown below and see if that works. It does on Chrome.

    line 1085

    #ja-slideshow {
    background: #d7e3e3
    border-bottom: 1px solid #c3d5d5
    position: relative;
    z-index: 5;
    }

    line 1015

    #ja-mainnav {
    background: #10151c
    border-top: 1px solid #1b212a
    font-size: 0.923em;
    position: relative;
    z-index: 7;
    }

    line 975

    #ja-search {
    bottom: -35px;
    overflow: hidden;
    z-index: 11;
    }

    5268311 Friend
    #485889

    Problem solved thank you very much!!

    swissa Friend
    #485890

    <em>@5268311 363656 wrote:</em><blockquote>Problem solved thank you very much!!</blockquote>

    You are welcome.

    Just to get Swiss quality and precision I suggest that you change the bottom number in #ja-search to -41px. It looks better!!
    line 975

    #ja-search {
    bottom: -41px;
    overflow: hidden;
    z-index: 11; }

    5268311 Friend
    #485891

    Thanks looks much better!!!:D

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

This topic contains 10 replies, has 3 voices, and was last updated by  5268311 11 years, 8 months ago.

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