6
Shareaholic is the service used by xBootstrap to provide the social links for sharing content. You see those when viewing an item in Publisher, as an example.
Shareaholic has added new options and the default settings are resulting in that pop up ad section.
You can remove the Shareaholic code as sabahan mentions above. That will kill the ads and the social links.
If you want to preserve the social links, you can create an account and register your site on shareaholic.com to take control of the settings.
Once you have registered your site, edit themes/xbootstrap/tpl/shareaholic-script.tpl
Find the line reads:
var apikey = '4b44261173043ae4c20b8aef56d4521d';Change that
4b44261173043ae4c20b8aef56d4521d to the site id Shareaholic generated for your site.
You can then change the settings for the site in the Site Tools Dashboard (i.e. turn off Anchor Overlay Ads.)
You can also customize the social links by creating an Inline App. To implement these changes, edit the template you want to customize (i.e. in themes/xbootstrap/modules/publisher/publisher_item.tpl). Locate the
div with these attributes :
class='shareaholic-canvas' data-app='share_buttons' data-app-id='482507'
Replace that line with the code snippet generated by Shareaholic for your inline app.
The current plan for the next release will change this feature in xBootstrap to require explicit opt-in, requiring the admin to supply the site id.