Is there a way to disable SelectBox gobally?
I upgraded to ClassiPress 3.1 and then the layout of all my forms was thrown out because of a script called SelectBox.
Maybe SelectBox is a great aesthetic enchancement on the native ClassiPress theme but for my child theme it just causes problems!
So is there a way to remove SelectBox without:
a) modifying theme-enque.php in classipress/includes
b) having to insert $('select').selectBox('destroy') on every page that uses a form.
c) Duplicating the entire cp_load_scripts() function in functions.php and stripping out the wp_enqueue_script('selectbox'... line
It seems redundant loading a script I never intend to use so I'd prefer to disable SelectBox gobally.
It would be great if there was a disable option in the Advanced Setting like Cufron has.
Any ideas?
Thanks!