Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • dhyamin Friend
    #157330

    Hello 🙂

    this is my first post, i want to add the search box at the end of mega menu, not as child item. i have this code in templates/ja_social/blocks/mainnav:

    [PHP]
    ?>
    <?php $this->genBlockBegin ($block) ?>
    <?php if (($jamenu = $this->loadMenu())) $jamenu->genMenu (); ?>
    <?php $this->genBlockEnd ($block) ?>

    <!– jdoc:include type=”menu” level=”0″ / –>

    <?php if($this->countModules(‘search’)) : ?>
    <div id=”ja-search”>
    <jdoc:include type=”modules” name=”search” />
    </div>
    <?php endif; ?>

    <?php if ($this->hasSubmenu() && ($jamenu = $this->loadMenu())) : ?>
    <div id=”ja-subnav” class=”wrap”>
    <div class=”main clearfix”>
    <?php $jamenu->genMenu (1); ?>
    <!– jdoc:include type=”menu” level=”1″ / –>
    </div>
    </div>
    <?php endif;?>

    <ul class=”no-display”>
    <li><a href=”<?php echo $this->getCurrentURL();?>#ja-content” title=”<?php echo JText::_(“Skip to content”);?>”><?php echo JText::_(“Skip to content”);?></a></li>
    </ul>[/PHP]

    i working with RTL mode, the search box doesnt work at all.

    thanks !

    Hayden A Friend
    #366480

    Dear dhyamin,

    login administrator => Extensions => Template Manager => Global =>Optimize JS >> choose Join & Minify & Compress => Apply

    dhyamin Friend
    #366580

    thank you for replay,

    but the i have the same problem. no login at topbar and no search box at all.
    you can see: theplayer.co.il

    thanks!

    Hayden A Friend
    #366620

    pls, provide me login details of your site. I will have a look at the problem.

    dhyamin Friend
    #367047

    solved ! the problem was with the module parameters. thank you.

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

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

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