Title: Styles options missing
Last modified: August 21, 2016

---

# Styles options missing

 *  Resolved [emmavix](https://wordpress.org/support/users/emmavix/)
 * (@emmavix)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/styles-options-missing/)
 * I’ve started using styles with a child theme of Twentyten on [http://www.babywearing.co.uk](http://www.babywearing.co.uk).
   Earlier this evening I had it set up just how I wanted it with coloured menu 
   bars but suddenly the menu bar is black & when I hit ‘customise’ I only have 
   limited options. Any idea why this is?
 * And when I get my options back can I change the spacing between menu bar options
   or do I need to do this via CSS?
 * Thanks
 * Victoria
 * [http://wordpress.org/plugins/styles/](http://wordpress.org/plugins/styles/)

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

 *  Plugin Author [pdclark](https://wordpress.org/support/users/pdclark/)
 * (@pdclark)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/styles-options-missing/#post-4387732)
 * Do you have both `Styles` and `Styles: TwentyTen` plugins enabled? If so, can
   you provide temporary admin access to your site to [styles@stylesplugin.com](https://wordpress.org/support/topic/styles-options-missing/styles@stylesplugin.com?output_format=md)?
 * Do your options show at least the “Global” section? If so, where do your options
   stop? Do you have any updates to Styles you can run?
 *  Plugin Author [pdclark](https://wordpress.org/support/users/pdclark/)
 * (@pdclark)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/styles-options-missing/#post-4387879)
 * Just wanted to follow up with you. Any info?
 *  Thread Starter [emmavix](https://wordpress.org/support/users/emmavix/)
 * (@emmavix)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/styles-options-missing/#post-4387912)
 * Paul, did you get my e-mails? I’ve tried uninstalling & reinstalling but no joy.
   The options stop at ‘Static Front Page’ – I’ve even tried changing to twentyeleven
   but I still only get the same options whereas I definitely did have them all &
   have screenshots of what the site looked like with Styles working well.
 * I’ve given you admin access, you should have had an e-mail with the password.
 * Many thanks
 * Victoria
 *  Plugin Author [pdclark](https://wordpress.org/support/users/pdclark/)
 * (@pdclark)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/styles-options-missing/#post-4387918)
 * Finally found this and taking a look. I apologize for the delay. Took me a while
   to find it searching for “Victoria” instead of “emmavix”.
 *  Plugin Author [pdclark](https://wordpress.org/support/users/pdclark/)
 * (@pdclark)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/styles-options-missing/#post-4387919)
 * Looks like the login is just a subscriber level, which doesn’t let me access 
   the Customizer. Can you change it to an administrator?
 *  Thread Starter [emmavix](https://wordpress.org/support/users/emmavix/)
 * (@emmavix)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/styles-options-missing/#post-4387925)
 * Sorry, now changed to Admin.
 *  Plugin Author [pdclark](https://wordpress.org/support/users/pdclark/)
 * (@pdclark)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/styles-options-missing/#post-4387926)
 * This is the first plugin conflict I’ve ever seen that makes absolutely no sense
   as to *why* it’s conflicting, but I at least found a solution.
 * This appears to be caused by the Business Directory Plugin somehow. Changing `
   20` to `19` in this line in `wp-content/business-directory-plugin/api/wpbdp-settings.
   class.php` resolved it:
 * Line 14, from:
 *     ```
       add_action( 'plugins_loaded', array( $this, 'register_settings' ), 20 );
       ```
   
 * to:
 *     ```
       add_action( 'plugins_loaded', array( $this, 'register_settings' ), 19 );
       ```
   
 * I have made this change for you. You can find it on [this screen](http://www.babywearing.co.uk/wp-admin/plugin-editor.php?file=business-directory-plugin/api/wpbdp-settings.class.php&a=te&scrollto=200)
   in your wp-admin. ([Screenshot](https://dl.dropboxusercontent.com/s/7qft8ut3av8i348/2013-12-21%20at%201.02%20AM.png)).
 * Unfortunately, since I can’t identify *why* this matters, I can’t work around
   it on the Styles side. If you update the `Business Directory` plugin, the change
   will need to be made again.
 * Hope that helps! Sorry I couldn’t find a permanent fix, but this will at least
   get you started. 🙂
 * If you find Styles useful, please take a moment to [submit a short review](http://wordpress.org/support/view/plugin-reviews/styles#postform).
   It helps a lot!

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

The topic ‘Styles options missing’ is closed to new replies.

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

 * 7 replies
 * 2 participants
 * Last reply from: [pdclark](https://wordpress.org/support/users/pdclark/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/styles-options-missing/#post-4387926)
 * Status: resolved