haha – fantastic – fixed and working and right after my facepalm. Thanks
I have a site that has the raw domain and not www. So while I the SSL cert was good for both the root and SSL, I only had the root in the Apache conf file.
Original:
ServerName http://www.example.com
Changed to fix:
ServerName example.com
ServerAlias http://www.example.com
You got tripped up by a very common and understandable mistake – you uploaded the zip file you downloaded from Theme Forest. You need to unzip the downloaded file on your desktop – then drill down to:
Download File > WordPress Files > photonWP.zip
Upload that zip file to your themes directory and you should be all set.