Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • rl27 Friend
    #163029

    I am trying to move the search bar to the mega position on the menu bar. I would like to to be right aligned and replace were the rss and twitter icons are in the demo. I tried to just set the position there but it won’t show up. Any help would be great. Thanks.

    khoand Friend
    #387379

    Hi,
    – Remove this code from <joomla url>pluginssystemjat3jat3base-themesdefaultblocksheader.php file


    <?php if($this->countModules('search')) : ?>
    <div id="ja-search">
    <jdoc:include type="modules" name="search" />
    </div>

    <?php endif; ?>

    – Add this code into <joomla url>templatesja_teline_ivblockstopmega.php file


    <?php if($this->countModules('search')) : ?>
    <div id="ja-search">
    <jdoc:include type="modules" name="search" />
    </div>

    <?php endif; ?>

    before

    <div id="ja-topnav" class="clearfix">

    rl27 Friend
    #387491

    Will this work if I want to use google custom search, or just the built in search?

    khoand Friend
    #387528

    Yes, but you have to modify a little.


    <?php if($this->countModules('search')) : ?> <-- this value is position of your module. change it
    <div id="ja-search">
    <jdoc:include type="modules" name="search" /> <-- name of your module. change it
    </div>

    <?php endif; ?>

    rl27 Friend
    #389137

    thanks for help.

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

This topic contains 5 replies, has 2 voices, and was last updated by  rl27 13 years ago.

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