There is an error that I see when I load your website:
Notice: Undefined variable: field in /var/www/web/gb0395/wp-content/plugins/wp-topbar/wp-topbar.php on line 386
Line 386 is a simple check to see if a variable is set:
if ( isset($wptbOptions[$field]) )
Change $field to 'social_icon'.$i.'_css' and let me know if that fixes the problem:
if ( isset($wptbOptions['social_icon'.$i.'_css']) )
Bob
I just pushed out version 5.02 with that fix (and a number of other changes.)
Again, let me know if that fixes it. If not, I need you to email me a SQL extract of your TopBar. I’ll load it on my test site to see if I can find the issue.
My email address can be found in the wp-topbar.php file.
Thanks,
Bob
Closing – no response in a week.