Re: Members widget
I got it, I changed the following line on the functions.php file of my theme directory
if ( function_exists(‘register_sidebar’) )
register_sidebars(2);
I changed the “2” and just wrote any number (7 in my case) and I was able to see more sidebars. Members widget was somehow in sidebar 4!
I deleted it and thats it!
Hope it helps!