Can you clarify what you mean by “deactivated business directory, changed the 20 to 19”?
In the short term, if you are seeing the new options show up in the Customizer, but this message just won’t go away, you can disable the message by adding apply_filters( 'styles_disable_notices', '__return_true' );
to your theme’s functions.php
file.
If you aren’t seeing options show up in the Customizer, and you’re sure that you’ve done all these:
- Installed and activated
Styles
- Installed and activated
Styles: Twenty Eleven
- Have
Twenty Eleven
as your active theme (or a child of TwentyEleven)
Some options you can try to find a resolution are:
- Try disabling all other plugins. If this causes the problem to go away, re-enable them in groups or one-by-one until you find the other plugin that is causing the issue.
- Verify you haven’t renamed the TwentyEleven theme folder or edited the theme name in style.css. If you have, try re-installing a fresh copy.
- Enable Debug Mode under
WP Admin > Settings > Styles
, then let me know the URL for your web site. This will allow me to see what other plugins you are running to attempt to recreate the issue.