-
AuthorPosts
-
June 16, 2016 at 12:26 pm #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 ?
June 16, 2016 at 1:11 pm #941117Do you know what i do wrong?
Luna Garden ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
June 17, 2016 at 7:10 am #941363June 17, 2016 at 11:56 am #941467This reply has been marked as private.Mo0nlight ModeratorMo0nlight
- Join date:
- September 2014
- Posts:
- 707
- Downloads:
- 38
- Uploads:
- 107
- Thanked:
- 99 times in 97 posts
June 18, 2016 at 4:56 am #941636Hi.
The group view only support for Vertical layout.
So you need to change
Module Layout -> VerticalRegards.
June 20, 2016 at 7:53 am #942023Thx, 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 ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
June 20, 2016 at 10:42 am #942087Hi,
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" } }); }); /*]]>*/ </script>
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" } }); }); /*]]>*/ </script>
June 21, 2016 at 7:25 am #942359thx, 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 ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
June 22, 2016 at 7:20 am #942763Hi,
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.
-
AuthorPosts
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