Bitdefender toolbar embedded in my website

Permalink
There is a strange gray toolbar/button on the top of my website that constantly appears and reappears even on new pages that I create. When you click on it, it is a bitdefender anti-virus tool. The bitdefender program is no longer installed on the computer I am using, but this has somehow embedded itself into my website design (when I add a new page through the dashboard, it comes with the new page). I contacted bitdefender but they are useless - can anyone help fix this? I am at a complete loss as to what to do.

The website I am creating is: http://www.brycegbell.com

Thank you for any help you can provide!

 
Steevb replied on at Permalink Reply
Steevb
Hi,

Their javascript is in your theme somewhere, you need to take it out.

Steev
pbell1 replied on at Permalink Reply
Thank you so much - do you have any idea where it might be? Sorry, I am very new at this.
Steevb replied on at Permalink Best Answer Reply
Steevb
Basically at the bottom of your theme you have a script call to the injected javascript.

It's below the footer, don't add any footer information just add:
<?php  $this->inc('elements/footer.php'); ?>


does that help?
pbell1 replied on at Permalink Reply
Yes! It fixed it - thank you so much for your help. I really appreciate you taking the time to help me.