1. Lumigasport
  2. Support
  3. Thursday, October 26 2017, 10:39 AM
Hi Easy Profile,

I have create a nice overview for dealers with your extension.
But I see that your extension have two differents select buttons.

I like the modern one from the radius search but that one is different than from the other select buttons.

You can see the issue on the page I gave you in the site details.
See also my printscreen.

Hope you can help me to find out how to shape them in the same way.

Kind regards,
Lumiga
Attachments (1)
Accepted Answer
admin Accepted Answer
Admin
Hi,
sorry but this is not possible**, you use normal HTML multi-select input. Unfortunately it is not controlled with javascript or something else, instead it is interpreted by client (browser).

** at least I don't know any method to do this :(
  1. more than a month ago
  2. Support
  3. # Permalink
admin Accepted Answer
Admin
Hi,
sorry but I get 403 forbidden.

Anyway....

Normal HTML select uses Joomla jQuery Choosen library, this way allow you to have some nice features in your select fields (like search option and nice layout for select with multiple attribute).
Unfortunately layout of jQuery Choosen depends also from template style, so to avoid problems (mainly because radius select is near a Google Maps input) we have hidden jQuery Choosen for this select.

You have 2 alternatives:
1) show jQuery Choosen also for radius by adding following CSS:

select.gmap_radius_select{display:none !important}
select.gmap_radius_select + div.chzn-container{display:block;}


2) show all select as normal select by adding following CSS:

.jsn_search_module select,.jsn_search select{display:block !important}
.jsn_search_module select + div.chzn-container,.jsn_search select + div.chzn-container{display:none;}
  1. more than a month ago
  2. Support
  3. # 1
Lumigasport Accepted Answer
Basic
Thank you very much!

It's looking perfect now.

Kind regards,
Lumiga
  1. more than a month ago
  2. Support
  3. # 2
Lumigasport Accepted Answer
Basic
I have one question about this issue.

When we look at this dropdown field on a iPhone it display "0 onderdelen" translate to English it means "0 parts"
Where can we change this text? I can't find it under the language overrides in Joomla.

Or is it possible to add our own sort of Placeholder like "select your provice"

Kind regards,
Lumiga
  1. more than a month ago
  2. Support
  3. # 3
Lumigasport Accepted Answer
Basic
Oké thanks, no problem
  1. more than a month ago
  2. Support
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.