JrBirthday causing SSL error on page
Jamroom Developers
In your sites config.php file found via SFTP at:
/public_html/data/config/config.php
what is configured for jrCore_base_url
$_conf['jrCore_base_url'] = 'http://itembo.com';
is it http:// or https://
The jrBirthday template that is in use with that image is birthday.tpl
It looks to be using the correct variable {$jamroom_url} which should match your sites config.php file.
You can customize that file either from the TEMPLATES tab in the ACP or by copying it to your skins
/skins/xxYourSkin/jrBirthday_birthday.tpl
and adjusting it there.
The cause of the error is the path to the file should be https:// but it is http://