Title: [Dropdown Menu Widget] Bug: cannot find stylesheet
Last modified: August 20, 2016

---

# [Dropdown Menu Widget] Bug: cannot find stylesheet

 *  Resolved [Brian JM](https://wordpress.org/support/users/brianfactor/)
 * (@brianfactor)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/dropdown-menu-widget-bug-cannot-find-stylesheet/)
 * Easy bug finding the theme css:
 * `<link rel="stylesheet" href="http://antebellumturftimes.com/antebellum/plugins/
   dropdown-menu-widget/themes/.css" type="text/css" />`
 * Got a JS console error that the above stylesheet could not be found. To fix this,
   I went into plugins/dropdown-menu-widget/shailan.DropDownMenu.php and changed
   line 542:
    `if( $theme!='*none*' && $theme != '*custom*' ){` to: `if( $theme!
   ='*none*' && $theme != '*custom*' && $theme != '' ){`
 * Simply put, you need to check to make sure that it was able to find the theme!
   Could you fix this in your next release?

The topic ‘[Dropdown Menu Widget] Bug: cannot find stylesheet’ is closed to new 
replies.

## Tags

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

 * 0 replies
 * 1 participant
 * Last reply from: [Brian JM](https://wordpress.org/support/users/brianfactor/)
 * Last activity: [14 years, 9 months ago](https://wordpress.org/support/topic/dropdown-menu-widget-bug-cannot-find-stylesheet/)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
