Tagged: k2 filter
Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
December 5, 2016 at 9:14 am #992217
how to remove search box, and I want to keep only category and location1(State), location2(city)
Mo0nlight ModeratorMo0nlight
- Join date:
- September 2014
- Posts:
- 707
- Downloads:
- 38
- Uploads:
- 107
- Thanked:
- 99 times in 97 posts
December 6, 2016 at 7:47 am #992512December 7, 2016 at 7:31 am #992820thank you but how I can re-align it for filter, for example, first I want location > category > sub category
Mo0nlight ModeratorMo0nlight
- Join date:
- September 2014
- Posts:
- 707
- Downloads:
- 38
- Uploads:
- 107
- Thanked:
- 99 times in 97 posts
December 7, 2016 at 9:21 am #992865Hi.
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.
AuthorPostsViewing 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