Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • cybernun Friend
    #177464

    Duplicated Smart Search mod for Ja_Lens so that – for Home page only – I could put in User 3 position. The Home page shows Slideshow Lite module not K2 Categories. I tried all positions but it won’t budge. Is there any way to adjust for other positions?

    Thank Thank you, Oh Wise Forum Users!

    Saguaros Moderator
    #454877

    Hi cybernun,

    You can duplicate Smart Search module and assign to user3 position and if you want to show this duplicated module in Homepage only, you need to assign this module to ‘Home’ menu item in Menu assignment section.


    1. homemenuitem
    cplanetdoo Friend
    #457641

    Hi there! Why isn’t it possible to assign smart search module to the search position at homepage?

    cybernun Friend
    #457644

    Thank you Saguaros. I gave up on Lens (it’s beautiful but too tricky for what client needed) and am now using Ja Mendozite, and am happy I made the switch. Thanks again…yes, duplicating the mod is what I should have done.:):):):):)

    We can close this out….

    Saguaros Moderator
    #457961

    Hi there,
    <blockquote>Hi there! Why isn’t it possible to assign smart search module to the search position at homepage?</blockquote>
    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.

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

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

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