04/21/2015 at 9:05 am
#331941
Keymaster
@ Christina
Unfortunately the theme author decided to apply a “enhanced” select drop down to every select drop down, not limiting it to ones created by the theme.
Excerpt also, enhances the select drop drop down and only its select drop down.
That said, what you are seeing is both the theme and the template are enhancing the drop drop. It appears the theme’s script is running first which is destroying the one in the Excerpt Plus.
Hopefully the easiest thing to do will be to hide the destroyed select drop down. Tray adding the following to the theme’s custom CSS area:
#cn-excerpt-plus .chosen-container.chosen-container-single {
display: none !important;
}
Hopefully the template select drop down will continue to function even though it is not the one created by the template.
Let me know.
I hope that helps!
