Closed (fixed)
Project:
OpenChurch
Version:
7.x-1.11-beta5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
19 Nov 2012 at 22:50 UTC
Updated:
6 Feb 2021 at 23:18 UTC
Jump to comment: Most recent
Comments
Comment #1
ncdrupal1 commentedFirst off, i am new to both drupal and css, so if this is a complete hack or whatever, i would def appreciate honest feedback. That said, i ran into this issue and i was able to resolve it by changing the following css file:
/profiles/openchurch/themes/openchurch_theme/css/openchurch-ie7.css
I changed the following block (original code is commented):
/**
* Events list page filter fix
*/
.openchurch-events-list .view-filters {
/* margin-top: -35px; top: 0; */
text-align: right; position: relative; top: -33px; float: right;
}
I just inserted the proper property values from the openchurch-features.css file.
Thanks for your comments in this issue, i never would have figured this out without the info you provided in the report.
Comment #2
drupalninja99 commentedDarn I have a real problem bc right now I can't test ie9 easily.
Comment #3
drupalninja99 commentedGoing to try to install a VM for ie9 so that I can test ie9 issues.
Comment #4
drupalninja99 commentedOK I can recreate this now that I have an ie9 VM. I will work on this. I can't believe ie9 breaks stuff that was working in ie8.
Comment #5
drupalninja99 commentedOh great, this is happening in all of them, ie7-9. DARN. Thanks for the heads up!
Comment #6
drupalninja99 commentedOK I had a big time logic error with my ie stylesheets. Thanks for finding! I have the fix in the latest version of openchurch_theme. I have updated OC dev but I will need to wait until the OC theme stable release is packaged before I can tag the new OC release. I should be able to do that today or tomorrow.
Comment #7
Anonymous (not verified) commentedNo worries - thanks for the update! I wouldn't have found it except a parishioner uses IE.
Comment #8
drupalninja99 commentedok this is now updated in 7.x-1.11-beta6
Comment #9
drupalninja99 commented