update:
It looks like 90% of the links that are being blocked are in the index.template.php file, but I am not sure what to actually add/change to load them over https, LOL.
The links look like this-
<script type="text/javascript" src="', $settings['default_theme_url'], '/scripts/script.js?fin20"></script>
I am assuming something like:
<script type="text/javascript" src="'https://sitelink.com',', $settings['default_theme_url'], '/scripts/script.js?fin20"></script>
would do the trick?
Or even forcing HTTPS in my Cpanel?