Hi,
The first step to make it https is changing the URL in Settings -> General from http to https, I did that but it didn’t work, did you follow all these steps? http://designmodo.com/wordpress-https/
While login, the site loaded in http::// so only it works.
Now after changing the url, the site won’t load, so I suggest you to put this in functions.php after the first <?php of dante theme by open that file from FTP,
define('WP_HOME','http://example.com');
define('WP_SITEURL','http://example.com');
Use your own URL instead of example.com, obviously. http://codex.wordpress.org/Changing_The_Site_URL
If you can’t do that, pass me the FTP details.
Let us know,
Thanks,
laranz.