Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • euroclean Friend
    #146671

    Hy,

    I’m changed position of mod_search and now when the drop-down menu is open, cover my search module.

    Is it possible to set mod_search to be below the drop-down menus?

    When drop-down menu i’snt open

    When drop-down menu is open
    2

    Anonymous Moderator
    #326020

    Hi euroclean

    I could not see your images. Could you send us your images again?

    euroclean Friend
    #326048

    <em>@JA Developer 156048 wrote:</em><blockquote>Hi euroclean

    I could not see your images. Could you send us your images again?</blockquote>

    I’m insert new picture.

    Saguaros Moderator
    #326251

    Hello euroclean!

    I think you made a rule css for the “Seach” box incorrect, beacause i have changed the seach box displaying same as your snapshot, it’s work well. If you can give me the link, i’ll fix this problem.

    Or you can use my solution to resolve it:
    1) open the file: templatesja_selenilayoutsblocksheader.php and remove this block code:
    [PHP]
    <?php if($this->countModules(‘search’)) : ?>
    <div id=”ja-search”>
    <jdoc:include type=”modules” name=”searchs” />
    </div>
    <?php endif; ?>
    [/PHP]
    2) open the file: templatesja_selenilayoutsblockstopsl.php and find a section code at line: 4:

    [PHP]
    <div class=”inner clearfix”>
    <strong><?php echo JText::_(‘YOU ARE HERE’)?> </strong><jdoc:include type=”module” name=”breadcrumbs” />
    </div>
    [/PHP]

    and replace:

    [PHP]
    <div class=”inner clearfix”>
    <strong><?php echo JText::_(‘YOU ARE HERE’)?> </strong><jdoc:include type=”modules” name=”breadcrumbs” />
    <?php if($this->countModules(‘search’)) : ?>
    <div id=”ja-search”>
    <jdoc:include type=”modules” name=”search” />
    </div>
    <?php endif; ?>
    </div>
    [/PHP]

    and then open the file: [PHP]templatesja_selenicsstemplate.css[/PHP] and find a section code:


    #ja-search {
    position: absolute;
    bottom: 35px;
    right: 10px;
    }

    replace:


    #ja-search {
    position: absolute;
    bottom: 3px;
    right: 10px;
    }

    good luck

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

This topic contains 4 replies, has 3 voices, and was last updated by  Saguaros 14 years, 11 months ago.

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