Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • pmshinde Friend
    #992217

    how to remove search box, and I want to keep only category and location1(State), location2(city)

    Mo0nlight Moderator
    #992512

    Hi,

    You can disable the search box via module configuration – option Filter By Keywords.

    Regards


    1. Screen-Shot-2016-12-06-at-2.46.50-PM
    pmshinde Friend
    #992820

    thank you but how I can re-align it for filter, for example, first I want location > category > sub category

    Mo0nlight Moderator
    #992865

    Hi.

    You can edit the file : modules/mod_jak2filter/tmpl/default.php

    Look for

    <?php
            /*BEGIN: filter by Category*/
    ..................
            /*END: filter by Category*/
    ?>

    And you can move it to anywhere you want

    And for the extrafield (include location… etc)
    Look for

    <?php if ($list): ?>
                <?php if ($ja_stylesheet == 'vertical-layout' && count($list) > 1): ?>
                <li id="ja-extra-field-accordion-<?php echo $module->id; ?>" class="accordion">
                    <?php foreach ($list as $glist): ?>
                        <?php $groupid = $glist['groupid']; ?>
                        <h4 class="heading-group heading-group-<?php echo $groupid ?>"><?php echo $glist['group'] ?></h4>
                        <div>
                            <ul>
                                <?php require JModuleHelper::getLayoutPath('mod_jak2filter', 'default_extrafields'); ?>
                            </ul>
                        </div>
                    <?php endforeach; ?>
                </li>
            <?php else: ?>
                <?php foreach ($list as $glist): ?>
                    <?php require JModuleHelper::getLayoutPath('mod_jak2filter', 'default_extrafields'); ?>
                <?php endforeach; ?>
            <?php endif; ?>

    You can move to anywhere you like.

    Regards.

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

This topic contains 3 replies, has 2 voices, and was last updated by  Mo0nlight 7 years, 11 months ago.

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