Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • cplanetdoo Friend
    #178273

    What do i have to do to publish the “smart search module” at the “search” position at the homepage? Actually is there any search position at the homepage?

    I am able to publish the category module the timeline and the smart search at another menu (for example the blog page) but not at homepage…

    Saguaros Moderator
    #457960

    HI cplanetdoo,

    You can open up this file: templates/ja_lens/index.php (ja_lens here is your default template’s name)

    Replace:
    [PHP]<?php if (!jaTpl_check (‘islayoutview’) && $this->countModules(‘search’) ) { ?>
    <!– SEARCH –>
    <div id=”search”>
    <div class=”btn-toggle search-toggle”>
    <span>Search</span>
    </div>
    <div class=”inner search-inner clearfix”>
    <jdoc:include type=”modules” name=”search” />
    </div>
    </div>
    <!– //SEARCH –>
    <?php } ?>[/PHP]
    With:
    [PHP]<?php if ($this->countModules(‘search’) ) { ?>
    <!– SEARCH –>
    <div id=”search”>
    <div class=”btn-toggle search-toggle”>
    <span>Search</span>
    </div>
    <div class=”inner search-inner clearfix”>
    <jdoc:include type=”modules” name=”search” />
    </div>
    </div>
    <!– //SEARCH –>
    <?php } ?>[/PHP]
    and make sure that you assign this module to homepage in menu assignment section in backend settings of this module.
    Hope this helps.

    cplanetdoo Friend
    #458073

    Thank you very much consider this as solved! If you can help with this thread http://www.joomlart.com/forums/topic/lets-create-a-content-mass-top-in-ja_lens/! I would appreciate it.

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

This topic contains 3 replies, has 2 voices, and was last updated by  cplanetdoo 12 years, 4 months ago.

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