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:
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fi.imgur.com%2FCjMAmuS.png&hash=978a6d74280305e5ddea3fe3f0763280a5f48e18)
- TheDarkness
http://www.simplemachines.org/community/index.php?topic=228939.0
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.
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.
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..
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)
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)
index.template.php of the Citiez theme directory
<link href="http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz" rel="stylesheet" type="text/css"/>
<link href="https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz" rel="stylesheet" type="text/css"/>
Quote from: zilladotexe on April 22, 2015, 12:09:10 PM
index.template.php of the Citiez theme directory
<link href="http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz" rel="stylesheet" type="text/css"/>
<link href="https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz" rel="stylesheet" type="text/css"/>
THANK YOU!!!! It's fixed. :)