- Forum
- Community self help
- Kunena and other Joomla extensions
- Miscellaneous, off-topic and general Joomla
- SSL Mixed Content only in Forum
Blue Eagle 5 v1.6.2 has been Released for Kunena 5.2 (20 Jan 2021)
The Kunena team has announce the arrival of Kunena template Blue Eagle 5 v1.6.2 which is now available for download. This version addresses most of the issues that were discovered in development.
REQUIREMENTS
Blue Eagle 1.6.x requires Kunena 5.2.x to work with
Solved SSL Mixed Content only in Forum
I am new to using SSL. I recently obtained a Security Certificate and implemented SSL. The whole site appears to be SSL compliant except the Forums.
I was wondering if anyone has any suggestions as to what the problem may be and how to fix it in the forum?
My forum is here: www.christforums.org
As you can see there's no mixed content anywhere else besides the forum? The only thing I could think of was the donation link, so I disabled that and still it had mixed content. I am shooting in the dark because I do not even know how to find the mixed content?
Thanks
Please Log in or Create an account to join the conversation.
The mixed content error in Firefox Console Security says:
Blocked loading mixed active content "fonts.googleapis.com/css?family=roboto,H...eva,Arial,sans-serif"
Any help in fixing this would be much appreciated!
Please Log in or Create an account to join the conversation.
so you need to check your joomla template. and change it to https://
Please Log in or Create an account to join the conversation.
Thanks 810
Please Log in or Create an account to join the conversation.
Open your index.php and search for:
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=roboto,Helvetica,Tahoma,Geneva,Arial,sans-serif" type="text/css" />
change it to:
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=roboto,Helvetica,Tahoma,Geneva,Arial,sans-serif" type="text/css" />
Please Log in or Create an account to join the conversation.
I do see the line you are referring me to though when I view the "source" of my forum.
I do not believe the issue is with the Joomla template, but the 3rd party template I'm using for Kunena. When I test with the default blue eagle, there is no mixed content, it's strictly ssl.
I have no idea how to find the file where the https:// address exists in my Roundtheme template for Kunena.
I put in a support ticket for Roundtheme, and will await there response if there is no solution elsewhere.
Thanks!
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Forum Access
- Not Allowed: to create new topic.
- Not Allowed: to reply.
- Not Allowed: to edit your message.
- Forum
- Community self help
- Kunena and other Joomla extensions
- Miscellaneous, off-topic and general Joomla
- SSL Mixed Content only in Forum