-
AuthorPosts
-
June 13, 2014 at 10:31 am #198783
I am using the JAK2 Filter and need help in order to put the Alphabetical index in a horizontal way (it now appears vertically) and omit the search button (see attachments). Thanks in advance.
-
Thanh Nguyen Viet Friend
Thanh Nguyen Viet
- Join date:
- September 2014
- Posts:
- 1461
- Downloads:
- 0
- Uploads:
- 44
- Thanked:
- 258 times in 217 posts
June 16, 2014 at 4:48 am #538987Please send me link to the page, I will check and give you suggestion to resolve this issue then.
June 16, 2014 at 7:13 am #539009Thanh Nguyen Viet FriendThanh Nguyen Viet
- Join date:
- September 2014
- Posts:
- 1461
- Downloads:
- 0
- Uploads:
- 44
- Thanked:
- 258 times in 217 posts
June 16, 2014 at 7:43 am #539015To get the form field displayed as you described, please open the file:
modules/mod_jak2filter/assets/css/style.css
Find this code snippet:
ul.ja-k2filter li label,
ul.ja-k2filter li label.radio,
ul.ja-k2filter li label.checkbox {
line-height: 1.3;
margin: 0 0 10px 0;
padding-left: 0;}
And add this code below it:
ul.ja-k2filter.horizontal-layout li label,
ul.ja-k2filter.horizontal-layout li label.radio,
ul.ja-k2filter.horizontal-layout li label.checkbox {
float:left;
padding-left: 10px;}
June 16, 2014 at 8:55 am #539026Dear Sir,
Thank you for your prompt reply.
The truth is that by implementing your solution the outcome didn’t match that, of the one I sent you (see attachment) – search button still present, checking fields appear at the side of each letter instead of below. Could you be so kind and provide me with a snippet that corrects the above?
Thanks again for the time spent.Thanh Nguyen Viet FriendThanh Nguyen Viet
- Join date:
- September 2014
- Posts:
- 1461
- Downloads:
- 0
- Uploads:
- 44
- Thanked:
- 258 times in 217 posts
June 17, 2014 at 8:11 am #539179To get search form as you described, please try solution below:
– Open the css file that I mentioned above
– Adding the declaration below to the end of the file
.ja-k2filter div.controls {
clear: both;
}To hide Search button in search form, you need open setting form of JA K2 filter module, enable Auto Filter option.
-
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 2 voices, and was last updated by Thanh Nguyen Viet 10 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-