I have been trying to make the colorbox work on page load, but I can see only the loading with a plain background. I used this code
$.fn.colorbox({id:\'\', title:\
EDITED:
<script type="text/javascript"> $(document).ready(function(){ $.colorbox({width:"30%", inline:true, href:"#subscribe"}); }); </script>