March 15, 2016 at 8:52 am
Hi Ben,
I am using a plugin and there is something not right with the dropdown-list format. Please see this screenshot.
Screenshot
I contacted the plugin author and he sent me the following:
This is not wpDiscuz and nor browser issue. This is Select2 jQuery code issue. I don’t know this jQuery code is included by active theme or some plugin but I see how silly it tries to replace all drop-downs to a Select2 Style. This is incorrect usage of “Select2 jQuery” code. More information here: *Login to see link
You should find the “Select2 jQuery” code and remove it or make it more smart. It should be defined for certain select classes not for whole website.
Also adding this jQuery code in footer template file may help to solve this issue:
jQuery(document).ready(function($){
$('select').not('.wpdiscuz_select').select2();
});
Before I play around with my other plugins to find out the cause, can you please let me know if this could be related to Virtue Premium theme coding?
Thank you,
Jay