Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Luna Garden Moderator
    #1057609

    Hi,

    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:

    tuhami Friend
    #1057693

    Thank you Luna, but not yet like exact in demo , you can find different with Demo!
    http://www.a3ma.ly/a

    Luna Garden Moderator
    #1057914

    It seems you didn’t set Full Width to No.

    In JA Extra field tab, set Full Width to No.

    Post your site URL and admin account to Private Reply, I’ll check for you.

    tuhami Friend
    #1057933
    This reply has been marked as private.
    Luna Garden Moderator
    #1058103

    Hi,

    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>

    tuhami Friend
    #1058134

    Thank you so much.

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.