Hi. I hope someone can help me, because I'm stumped.
Since upgrading to WordPress 3.3.1, I have noticed that my admin toolbar has disappeared from the frontend of my website. The gap is there at the top of the page, but the toolbar is missing, although the code still seems to be in the page.
If I disable cforms, the toolbar reappears. If I stop the cforms header appearing on the home page, the problem continues.
It seems that the thing which kills the toolbar is two sections of code:
1 The inclusion of Jquery
<script type='text/javascript' src=
'http://yphotography……9;>
</script>
2 The modification of the toolbar
<script type='text/javascript' src=
'http://yphotography……9;>
</script> <script type='text/javascript' src=
'http://yphotography……9;>
</script>
Funnily enough, if I rename jquery.js to hide it, the toolbar appears. Unfortunately, I don't know what that means! 
Can someone point me in the right direction, please?