Title: Bug: empty items
Last modified: August 20, 2016

---

# Bug: empty items

 *  [funsail](https://wordpress.org/support/users/funsail/)
 * (@funsail)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/bug-empty-items/)
 * If you have menu items where the link is ” – not ‘#’, the Responsive Select Menu
   will try to go to that page and give a 404
 * [http://wordpress.org/extend/plugins/responsive-select-menu/](http://wordpress.org/extend/plugins/responsive-select-menu/)

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

 *  Plugin Author [sevenspark](https://wordpress.org/support/users/sevenspark/)
 * (@sevenspark)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/bug-empty-items/#post-3405916)
 * You can change line 491 of responsive-select-menu.php to
 * `if( ( $item->url == '#' || $item->url == '' ) && $responsiveMenuSelect->getSettings()-
   >op( 'exclude-hashes' ) ){`
 * It used to be that the WordPress Menu System would automatically delete custom
   menu items that had the URL field set to blank, so I didn’t think there was any
   point in accounting for it. This update will be in the next release.
 * Chris
 *  Thread Starter [funsail](https://wordpress.org/support/users/funsail/)
 * (@funsail)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/bug-empty-items/#post-3405919)
 * The reason to use ” is that it acts like a proper menu item, while the ‘#’ makes
   the screen stutter when clicked, esp if the user had scrolled down a bit.
 * It would be good to make those links still display in the combo, but not do anything,
   because otherwise the items all become sub-items of the very top link.
 * ie
    a -a1 -a2 b -b1 -b2
 * becomes
 * a
    -a1 -a2 -b1 -b2
 *  Plugin Author [sevenspark](https://wordpress.org/support/users/sevenspark/)
 * (@sevenspark)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/bug-empty-items/#post-3405939)
 * Revised in the latest version.

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

The topic ‘Bug: empty items’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/responsive-select-menu_eeeef0.svg)
 * [Responsive Select Menu](https://wordpress.org/plugins/responsive-select-menu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/responsive-select-menu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/responsive-select-menu/)
 * [Active Topics](https://wordpress.org/support/plugin/responsive-select-menu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/responsive-select-menu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/responsive-select-menu/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [sevenspark](https://wordpress.org/support/users/sevenspark/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/bug-empty-items/#post-3405939)
 * Status: not resolved