Hi
Can you advise me how to style the country dropdown at https://www.972creativedev.com/bacsoft/support/ to match the rest of my form styling? You’ve set CSS that’s overriding what we have in place.
Thanks,
Todd
Hi,
I have installed the module. Its working fine for selecting the data in the list. How can we I the data to the box that has not been in the list to the boxes like that in GMAIL.
]]>Hi,
Can someone make this plugin with all the obvious bell & whistles included?
Ex: To have a settings page where you can select which type of select to choose like the standard, optgroups. Also, make it so that it can work with the front-end, not just wordpress admin. Lastly, setting that can override theme style sheet code because in my current theme, I am using this plugin it changes the select into a standard chosen select, and the drop down arrow is way at the top of the select menu, looks awful. ?? Please fix.
Thank you
Brian
Hi and thank you for your work on this really useful plugin!
I’m just having a little problem: everything works except on my iPhone 6 with IOS 8.1.
It works on the same version of safari on iPad though …
can you please help?
thanks in advance
Emilien
Hi,
Great plugin!
A few improvement suggestions. Could you add support for Secondary Select Dropdowns, Multiple Css Exclusions and Inclusions.
– If a select element has a value chosen which dynamically creates another select element that secondary item doesn’t display correctly. It renders the option useless because the select element is barely visible. Here is a screenshot of what I mean in my theme Framework > https://private.epri.se/12C7o/3BI4YYcq
— So when I select Sidebar, it populates my available sidebars in another select dropdown, but I can’t do anything with it.
– I would like to exclude SW Chosen from applying to some places.
– I would like to specify multiple css values that SW Chosen would be applied to. This could also just overwrite the need to exclude if it sounds better.
– When the chosen is applied to some basic WordPress area SW doesn’t work right. For example, in the pages or post lists page, the bulk actions dropdown becomes unusable.
– This also the default case for the widgets area. Widgets like Custom Menu or Page widget are unusable too.
Thoughts?
]]>Hi,
I would like to know how to change the height of the chosen menu in it’s default state (closed). I have tried in the chosen.css, my wordpress child-theme, and also messed with firebug and still can’t pull it off. It’s probably something obvious, but I just am getting too frustrated. Can you please help?
Thank you
Brian
The plugin isn’t working for me and I can’t see any traces of it in the <head>
.
hey! i’m not used to SVN, but I this is a little fix.
you should use plugin_dir_url() instead of WP_PLUGIN_URL, because of HTTPS stuff.
This lines in your index.php,
{{{
wp_enqueue_style( ‘chosen.css’, plugin_dir_url(__FILE__) . ‘lib/chosen/chosen.min.css’);
wp_enqueue_script( ‘chosen.js’, plugin_dir_url(__FILE__) . ‘lib/chosen/chosen.jquery.min.js’, array(‘jquery’), ‘1.0.0’, true );
wp_enqueue_script(‘apply-chosen.js’, plugin_dir_url(__FILE__) . ‘js/apply-chosen.js’ );
}}}