• Resolved fawkesblog2

    (@fawkesblog2)


    Hey guys
    If you check my blog at chrisfawkes.net you will see a photo next to the bio just under the header.

    If you put your mouse over the photo text pops up which is cool, but then another yellow balloon popup with the exact same text comes up, very annoying.

    Would anyone know what code i need to change to stop that second popup from popping up?

    Cheers.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter fawkesblog2

    (@fawkesblog2)

    ?

    govpatel

    (@govpatel)

    I am using FF and I do not see anything pop up.

    Joseph

    (@jpe24524)

    That’s the title attribute of the image. You can either remove it manually from the markup or use jQuery:

    <script type="text/javascript">
    jQuery('document').ready(function($){
    	$('[title]').removeAttr('title');
    });
    </script>

    Add it before </body> in footer.php.

    Thread Starter fawkesblog2

    (@fawkesblog2)

    Gold, thanks you Joseph.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove yellow popup comment’ is closed to new replies.