Viewing 6 posts - 1 through 6 (of 6 total)
-
AuthorPosts
-
Luna Garden Moderator
Luna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
August 21, 2017 at 9:50 am #1057609Hi,
You view the document of JA Directory w JA K2 Filter here: https://www.joomlart.com/documentation/joomla-templates/ja-directory-template/module-configuration#k2-filter
Or follow this:
To make K2 Search module look like the demo:
- Set Module Layout to Horizontal – column 3. (image setting)
- Set Position to section-1. (image setting)
- Set module class suffix to [space]search-now (image setting)
- And Module style is T3Xhtml. (image setting)
- In JA Extra field tab, set Full Width to No.
1 user says Thank You to Luna Garden for this useful post
August 21, 2017 at 4:21 pm #1057693Thank you Luna, but not yet like exact in demo , you can find different with Demo!
http://www.a3ma.ly/aLuna Garden ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
August 22, 2017 at 10:13 am #1057914August 22, 2017 at 12:02 pm #1057933This reply has been marked as private.Luna Garden ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
August 23, 2017 at 8:22 am #1058103Hi,
It seem a bug of JA Directory in which JA Extra Field doesn’t work, I just fixed in
templates\ja_directory\tpls\blocks\section-1.php
Find:
<section class="wrap <?php if ($this->countModules('slideshow') || $this->countModules('masthead')) : ?> has-slideshow <?php endif; ?> t3-section t3-section-1 <?php $this->_c('section-1') ?>"> <jdoc:include type="modules" name="<?php $this->_p('section-1') ?>" style="raw"/> </section>
change to:
<section class="wrap <?php if ($this->countModules('slideshow') || $this->countModules('masthead')) : ?> has-slideshow <?php endif; ?> t3-section t3-section-1 <?php $this->_c('section-1') ?>"> <div class="container"> <jdoc:include type="modules" name="<?php $this->_p('section-1') ?>" style="raw"/> </div> </section>
1 user says Thank You to Luna Garden for this useful post
-
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)
This topic contains 6 replies, has 2 voices, and was last updated by tuhami 7 years, 3 months ago.
The topic ‘K2 filter style show’ is closed to new replies.