-
Author
-
November 26, 2013 at 16:37 #7279mcgreggorParticipant
I have a user profile field (country) which has many selections. The dropdown becomes very slow and users cannot type in a letter to go to it in the alphabetical list.
Therefore I would rather display the normal select instead of the Foundation custom selects. I downt know how to turn this off.
Thanks
November 27, 2013 at 01:14 #7326SQadminKeymasterHi, You can do it by CSS:
.kleo-selectbox .custom.dropdown.expand {display:none;} .kleo-selectbox select { display: block !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 16, 2014 at 14:32 #12794EvolutionsicParticipantwhen entering this code into smart css though options it doesn’t seem to work?
March 18, 2014 at 01:03 #12914AbeKeymasterSee if those select elements have the required classes, kleo-selectbox for example
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.May 16, 2014 at 01:55 #18106AdamParticipantIs input theming all that Foundation does?
Seems like this should be toggle-able in the SD settings, globally. During our user testing many users complained about not being able to use the arrow keys while interacting with select elements, and that the labels for checkboxes and radios were not clickable.
1) Is fixing those two particular UX issues a significant task?
2) Is enabling/disabling custom input styling in the back end something you’d consider for a future SD release?May 16, 2014 at 02:04 #18107AdamParticipantAlso, the code above won’t work for dateboxes. To handle dateboxes, if you’re going to leave Foundation running and go the CSS route:
COPY CODE.kleo-selectbox .custom.dropdown.expand, .datebox .custom.dropdown.expand {display:none;} .kleo-selectbox select, .datebox select { display: block !important; }
May 21, 2014 at 00:55 #18420AbeKeymasterHi, You can disable custom forms for elements in specific areas by just removing the custom class from the form element.
Register template: wp-content\themes\sweetdate\registration\register.php
Profile template: wp-content\themes\sweetdate\members\single\profile\edit.php
Search form file: wp-content\themes\sweetdate\custom_buddypress\kleo-bp-search.phpHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.June 30, 2014 at 10:45 #21247greater76500ParticipantSame problem here. Country drop down is very slow. Can you please tell in more details how to fix that because I couldnt manage to do it?
July 1, 2014 at 18:57 #21440AbeKeymasterSee my answer above on removing the custom selects
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
You must be logged in to reply to this topic.