Title: Attributes drop down problem
Last modified: August 30, 2016

---

# Attributes drop down problem

 *  Resolved [pipedragon72](https://wordpress.org/support/users/pipedragon72/)
 * (@pipedragon72)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/attributes-drop-down-problem/)
 * I’ve updated WP and the jigoshop version to be the latest and I’ve noticed that
   for second placed attributes it’s not showing the drop down and the code shows
   that it’s disabled. Not quite sure how to rectify this as I can’t find that piece
   of code on a site wide search.
 * If you go to: [http://www.jamieinglisjewellery.co.uk/product/two-piece-flower-pattern-pendant](http://www.jamieinglisjewellery.co.uk/product/two-piece-flower-pattern-pendant)
   you’ll see there are two variations for decoration and chain length. If you select
   the decoration and choose something and then try to open up the chain length 
   it’s not working correctly. I’ve not changed anything to any settings as far 
   as I’m aware. Any ideas what’s causing this?
 * Thanks!
 * [https://wordpress.org/plugins/jigoshop/](https://wordpress.org/plugins/jigoshop/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Jigoshop Support-Vasili](https://wordpress.org/support/users/vasiliborbis/)
 * (@vasiliborbis)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/attributes-drop-down-problem/#post-6600612)
 * Hi,
 * It is very strange but try to do the following:
 * Go to your-site-root-folder/wp-contnet/plugins/jigoshop/assets/css
    and open 
   the file frontend.css at the botom of file copy and past the css code below:
 * fieldset.variations select option{
    display: block !important; }
 * save the file and see if it will resolves the issue, if necessary remove “!important”
   and leave it like so:
 * fieldset.variations select option{
    display: block; }
 *  Thread Starter [pipedragon72](https://wordpress.org/support/users/pipedragon72/)
 * (@pipedragon72)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/attributes-drop-down-problem/#post-6600623)
 * Brilliant! That’s worked … thank you so much 🙂
 *  [Jigoshop Support-Vasili](https://wordpress.org/support/users/vasiliborbis/)
 * (@vasiliborbis)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/attributes-drop-down-problem/#post-6600629)
 * That is great to hear! Thanks for confirming.
 * If you like Jigoshop and/or our support/management team, perhaps I could ask 
   you to leave a review:
    [http://wordpress.org/support/view/plugin-reviews/jigoshop](http://wordpress.org/support/view/plugin-reviews/jigoshop)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Attributes drop down problem’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/jigoshop_655549.svg)
 * [Jigoshop](https://wordpress.org/plugins/jigoshop/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jigoshop/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jigoshop/)
 * [Active Topics](https://wordpress.org/support/plugin/jigoshop/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jigoshop/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jigoshop/reviews/)

## Tags

 * [attributes](https://wordpress.org/support/topic-tag/attributes/)

 * 3 replies
 * 2 participants
 * Last reply from: [Jigoshop Support-Vasili](https://wordpress.org/support/users/vasiliborbis/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/attributes-drop-down-problem/#post-6600629)
 * Status: resolved