Hello,
This plugin is wonderful and my team and I are very satisfied with the functionality and customizability it provides to our website. One thing I did note was that on any page in which one of the tabs or accordions is inserted, the WordPress Admin Bar disappears. I was able to remedy this by removing the following lines of code from .\tabbed\Tabs-Rich-Web-Preview.php and .\tabbed\Tabs-Rich-Web-Widget.php :
#wpadminbar{
display:none !important;
}
I was wondering why this was included in the plugin and if it removing it has some adverse effect on my site that I am not aware of.
Thank you!