Support #18132
closedRaft theme breaking
0%
Description
From Indranil Choudhury, Via ZendesK:
I'm working with CITE CUNY<https://computinged.commons.gc.cuny.edu/> and I've encountered a few issues that I haven't had luck solving. [note from Marilyn - second issue is a separate ticket]
1. The Raft theme makes the Commons footer appear in the middle of pages. I'm cloning from an existing site, so I tried replicating the issue by cloning again, and the same thing happened. You can see the issue on this site - https://citepdtweaks5.commons.gc.cuny.edu/
She later added "A more built out site with the Raft theme can be seen here - https://citepdtweaks4.commons.gc.cuny.edu/"
Updated by Raymond Hoh over 1 year ago
- Category name set to WordPress Themes
- Assignee set to Raymond Hoh
- Target version set to 2.1.6
I've duplicated the issue, Marilyn.
It's due to the CSS of the Raft theme. Specifically, the following CSS declaration:
body,html{height:100%}
I've put in a temporary fix for both the citepdtweaks4.commons.gc.cuny.edu
and citepdtweaks5.commons.gc.cuny.edu
sites by adding the following to "Appearance > Simple CSS" :
body,html {height:auto;}
I'll put in a more, general fix for the Raft theme in time for the next maintenance release scheduled for May 9th.
Updated by Marilyn Weber over 1 year ago
She replies
Thank you so much for the Raft fix, that looks perfect!
Updated by Raymond Hoh over 1 year ago
- Status changed from New to Staged for Production Release
I've put in the general fix for the next, maintenance release scheduled for the 9th. (Code reference - https://github.com/cuny-academic-commons/cac/commit/0606ec622a6927dcf2664439c03607140adab7a5 .)
Updated by Boone Gorges over 1 year ago
- Status changed from Staged for Production Release to Resolved