Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: TheDarknessz0rz on April 22, 2015, 11:30:32 AM

Title: [SSL] SMF Theme Issue After Enabling SSL?
Post by: TheDarknessz0rz on April 22, 2015, 11:30:32 AM
Hello, first might I start off by saying I'm in love with SMF, it's so amazing, good work.


Anyways; I've ran into some peculiar issues, something I'd call a problem because I'm OCD about how big the fonts on my forum have become after enabling SSL support for the entire forum. For those who are wondering, yes I've used the repair_settings.php to correct any http links to https, as-well as resetting theme directories. The theme is citiez from DzinerStudios. I'm not sure if the theme may have an issue or not. If I'm not in the right place for support, if you could kindly point me in the right direction, that'd be fantastic. I am running SMF 2.0.9 with the modifications SimplePortal, Forum Firewall, and SimpleColorizer. You can access the forum and view it for yourselves via HTTPS protocol @ stunt-evolution.org




Here's a sample of what I'm experiencing below:


- TheDarkness
Title: Re: Confused.
Post by: Night09 on April 22, 2015, 11:33:20 AM
http://www.simplemachines.org/community/index.php?topic=228939.0
Title: Re: Confused.
Post by: TheDarknessz0rz on April 22, 2015, 11:36:53 AM
Quote from: Night09 on April 22, 2015, 11:33:20 AM
http://www.simplemachines.org/community/index.php?topic=228939.0


I've already read this; I don't see what I'm missing. Instead of just posting a link, why don't you provide some directive towards why you're doing so. It is very irritating when people just reply with a link and do not state why they've done so.
Title: Re: Confused.
Post by: Night09 on April 22, 2015, 11:42:02 AM
Confused doesnt give much info and most coders will dodge these type of titles to questions. ;)

Any errors or other info toward the issue helps also.

Themes issues can be directly questioned in the relevant theme threads, they all have a support thread the same as mods.
Title: Re: Confused.
Post by: TheDarknessz0rz on April 22, 2015, 11:44:08 AM
That's the thing, there are no logged errors, I've scoured the entire forum logging looking for them.


I've always had this problem, I'm not sure why it happens..
Title: Re: Confused.
Post by: Kindred on April 22, 2015, 11:46:19 AM
SOunds like there may be a conflict between your https and either the theme or the portal mod...

(or maybe the firewall, but I would more suspect the portal mod)
Title: Re: Confused.
Post by: TheDarknessz0rz on April 22, 2015, 11:50:26 AM
Quote from: Kindred on April 22, 2015, 11:46:19 AM
SOunds like there may be a conflict between your https and either the theme or the portal mod...

(or maybe the firewall, but I would more suspect the portal mod)


Hmm, I've just uninstalled the portal mod to verify if your statement was correct, to no avail, I'm going to try switching themes and see if that helps. (Using the default one)
Title: Re: [SSL] SMF Theme Issue After Enabling SSL?
Post by: JBlaze on April 22, 2015, 12:09:10 PM
index.template.php of the Citiez theme directory

Code (find) Select
<link href="http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz" rel="stylesheet" type="text/css"/>

Code (replace with) Select
<link href="https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz" rel="stylesheet" type="text/css"/>
Title: Re: [SSL] SMF Theme Issue After Enabling SSL?
Post by: TheDarknessz0rz on April 22, 2015, 12:22:12 PM
Quote from: zilladotexe on April 22, 2015, 12:09:10 PM
index.template.php of the Citiez theme directory

Code (find) Select
<link href="http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz" rel="stylesheet" type="text/css"/>

Code (replace with) Select
<link href="https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz" rel="stylesheet" type="text/css"/>


THANK YOU!!!! It's fixed. :)