Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • netmipl Friend
    #941103

    Hello
    i want to make this http://joomla-extensions.demo.joomlart.com/index.php/ja-k2-filter/2-extra-fields-group on my site but i cannot do this.

    In your example when i choose Laptop category, fields are show, andwhen i change category another show and laptops are hidden.

    When i set it like in a instruction (documentation) i got all fields even if i didnt choose category.

    How i can do this ?

    netmipl Friend
    #941117

    Do you know what i do wrong?

    Luna Garden Moderator
    #941363

    Hi,

    If you set to show more than two categories, the effect while choosing category will appear.

    Could you share your site URL, and admin account here (in private reply) so we can check problem for you.

    netmipl Friend
    #941467
    This reply has been marked as private.
    Mo0nlight Moderator
    #941636

    Hi.
    The group view only support for Vertical layout.
    So you need to change
    Module Layout -> Vertical

    Regards.

    netmipl Friend
    #942023

    Thx, I have 1 more question. How can I hide accordion menu with all options when nothing was choose in category dropdown? Now when i reload page i have always first of the category accordion fields. When i switch them i didnt see which classes are change. I’ looking forward to response

    can I set more than 1 field group to category? OR 1 field for example price for all groups

    everything in http://joomla-extensions.demo.joomlart.com/index.php/ja-k2-filter/2-extra-fields-group (2 extra fields menu). All the problem is that i want to some fields depending on category and the rest will be the same for all categories

    Luna Garden Moderator
    #942087

    Hi,

    You can try this:
    in file:

    modules\mod_jak2filter\tmpl\default.php

    Find for code like bellow :

      <script type="text/javascript">
                    /*<![CDATA[*/
                    jQuery(document).ready(function () {
                        jQuery("#jak2filter<?php echo $module->id;?> .accordion")
                            .accordion({
                                header: " > h4",
                                autoHeight: false,
                                collapsible: true,
                                icons: {
                                    header: "collapsed",
                                    headerSelected: "expanded"
                                }
                            });
                    });
                    /*]]>*/
                &lt;/script&gt;

    change to

     <script type="text/javascript">
                    /*<![CDATA[*/
                    jQuery(document).ready(function () {
                        jQuery("#jak2filter<?php echo $module->id;?> .accordion")
                            .accordion({
                                header: " > h4",
                                active: false,
                                autoHeight: false,
                                collapsible: true,
                                icons: {
                                    header: "collapsed",
                                    headerSelected: "expanded"
                                }
                            });
                    });
                    /*]]>*/
                &lt;/script&gt;

    netmipl Friend
    #942359

    thx, i already make the solution about this in css.

    So i cant use the same field for more categories?
    i want to make some filters > models of the car with fields like price, production time etc. I want this fields for more than 1 category. Now I must create every field for each field group.

    Luna Garden Moderator
    #942763

    Hi,

    So i cant use the same field for more categories?
    i want to make some filters > models of the car with fields like price, production time etc. I want this fields for more than 1 category. Now I must create every field for each field group.

    That was K2 Extra Field workflow, I’m afraid we can’t do anything on this function.

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

This topic contains 8 replies, has 3 voices, and was last updated by  Luna Garden 8 years, 5 months ago.

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