Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Sylwester Kowalski Friend
    #151825

    In Mesolite 2 when I disable the search module my main menu gets left over search position. How do I get rid of that line that goes through the menu when the search module is disabled.

    Here is a link to my test site.

    http://weststar.snkservices.com/

    Sherlock Friend
    #347314

    Hi sly123,

    You can try as follows
    open template/ja_mesolite_ii/layouts/blocks/mainnav.php file,you will see these codes
    <?php if ($this->countModules(‘search’)) { ?>
    <div id=”ja-search”>
    <jdoc:include type=”modules” name=”search” style=”raw” />
    </div>
    <?php } ?>
    Change it to

    <div id=”ja-search”>
    <?php if ($this->countModules(‘search’)) { ?>

    <jdoc:include type=”modules” name=”search” style=”raw” />

    <?php } ?>
    </div>

    I hope it help !

    Sylwester Kowalski Friend
    #347905

    This didnt help the line is still there.

    Sherlock Friend
    #348299

    Dear Sly123,

    Ok,Please just try again as follows
    Go to templates/ja_mesolite_ii/css/template.css,look for this css
    #ja-mainnav .main {
    background: #333 url(../images/dot-dark.gif) repeat-y 20% top;
    border-top: 1px solid #E6E6E6;
    min-height: 35px;
    z-index: 999;
    }
    And replace
    #ja-mainnav .main {
    background: #333 none repeat-y 20% top;
    border-top: 1px solid #E6E6E6;
    min-height: 35px;
    z-index: 999;
    }
    I hope this help !

    Sylwester Kowalski Friend
    #348322

    Worked great thank you very much.

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

This topic contains 5 replies, has 2 voices, and was last updated by  Sylwester Kowalski 13 years, 10 months ago.

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