Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Problem with the drop-down list !

Home / Forums / Virtue Theme / Problem with the drop-down list !

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
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:
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

  • The forum ‘Virtue Theme’ is closed to new topics and replies.