tmbogie
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Shop Isle] My web site looks different in Explorer or ChromeI’ve fixed it. I had some css like this:
/* ===== Grid Containers===== */
[class*=”span”] { }
Modernizr adds a class of csscolumns-span to the HTML element.
Chrome 58 now supports css-column-span and that caused the error.
I removed CSS Columns from my Modernizr script and it is fixed.Forum: Themes and Templates
In reply to: [Shop Isle] My web site looks different in Explorer or ChromeSame problem discovered here. http://mitchellhamline.edu.
Appears to be a combination of Chrome Version 58 and WordPress 4.7.4.
Here is an announcement I posted for our students: http://mitchellhamline.edu/students/2017/05/01/known-issue-in-latest-google-chrome-version/
It has a couple screenshots and an explanation of what I am seeing.
Here is a development version of our site http://mh.yamamotoqa.com/. It is not showing the error and is running 4.4.9.Forum: Themes and Templates
In reply to: [Shop Isle] My web site looks different in Explorer or ChromeSame problem discovered here. http://mitchellhamline.edu.
Appears to be a combination of Chrome Version 58 and WordPress 4.7.4.
Here is an announcement I posted for our students: http://mitchellhamline.edu/students/2017/05/01/known-issue-in-latest-google-chrome-version/
It has a couple screenshots and an explanation of what I am seeing.
Here is a development version of our site http://mh.yamamotoqa.com/. It is not showing the error and is running 4.4.9.I can’t do that, but I can try what you want me to try. I have full access to everything on the server, so I can apply any sort of fix you want to try.
Thanks. It is available via HTTPS.
Thanks for the quick reply.
So if I have a stylesheet linked as such in my template, why does it fail?
<link rel="stylesheet" type="text/css" href="http://www ... /base.css" title="default" />I can’t find External HTTPS Elements to check.