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:'',open:true});
You can find the demo here
http://www.bloggermint.com/demos/popupsub/colorbox/example5/index.html
EDITED:
<script type="text/javascript"> 
        $(document).ready(function(){
          $.colorbox({width:"30%", inline:true, href:"#subscribe"});
        }); 
</script>  
                        If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With