I see that your widget is missing id attribute.
Did you enable “Auto fix widget id” option?
Yes, that option is currently enabled.
How do I give it a proper id attribute?
Is this a standard WordPress widget or a special widget (theme/plugin)?
I am using a theme – WPStarter Responsive.
However the widget in this menu is just the “Custom Menu” widget which I think is a standard WordPress widget.
I am using a theme – WPStarter Responsive
Is it premium? Can I see theme demo anywhere?
Try to disable “Auto fix widget id” option. May be there will be a difference.
Moderator
Jan Dembowski
(@jdembowski)
Forum Moderator and Brute Squad
Is it premium? Can I see theme demo anywhere?
Looks like it’s this theme.
http://themeforest.net/item/wpstarter-responsive-html5css3-theme/3468858
Yes it is, demo of it can be found here:
http://themeforest.net/item/wpstarter-responsive-html5css3-theme/full_screen_preview/3468858
Try to disable “Auto fix widget id” option. May be there will be a difference.
Tried this, didn’t see any change.
I saw the demo. Widget id problem exists there.
In this case I recommend to contact theme developer (you have paid for support).
The widget init code should be like here: http://codex.ww.wp.xz.cn/Function_Reference/register_sidebar
The most attention to before_widget parameter:
'before_widget' => '<li id="%1$s" class="widget %2$s">',
Your theme is missing:
id="%1$s"
Thanks for the prompt support! Will see what I can do about contacting them.