Feature #8053
closed
Added by Luke Waltzer over 7 years ago.
Updated over 7 years ago.
Category name:
WordPress Themes
Description
Would it be possible to add the attached three themes to the 5/1 release? We're exploring using them for a new project we're launching 5/8, and would like to see how they function on the Commons.
Each of these zips were downloaded from the WP theme repo.
Files
- Status changed from New to Reporter Feedback
- Target version set to 1.10.18
handbook.commons.gc.cuny.edu
Many thanks! I'll let you know if we should remove any of them (or make them a permanent part of the wardrobe closet) in a week or so.
Excellent. I'll leave this ticket open so I remember to enable them. (I suppose you could do it as a super admin, but I like to do it myself as part of a mental checklist on release.)
- Target version changed from 1.10.18 to 1.10.19
The release is live, and the themes are enabled for the handbook site.
I'm going to move this ticket to the 1.10.19 milestone. Luke, once you've made a decision about what you'll be going with, could you please let me know? If there's no objection, I'll remove the unused themes.
Thank you Boone.
"Auhtor" is active now, but seems to be blowing up the sitewide footer. Do you mind having a quick look and seeing if there's anything I can add to the custom user style to fix? https://handbook.commons.gc.cuny.edu/
It can't really be fixed with CSS. The theme is doing odd things with markup and JS. The following will allow the sidebar to go full-width (though at the expense of part of the body background):
@media all and (min-width: 87.5em) {
body:before {
left: 0;
}
}
The height of the fixed sidebar is set on the 'scroll' event by the theme's JS. There's no way to override this except via JavaScript.
you can also hide the footer if necessary w/CSS (though that is obviously not preferred)
- Status changed from Reporter Feedback to Resolved
Looks like this was resolved by hiding the footer altogether. I'm going to remove the unused themes and call this ticket resolved.
Also available in: Atom
PDF