Support for Envato Buyers › Forums › OldCar › Fluid Grid issues with Google Chrome
- This topic has 7 replies, 2 voices, and was last updated 10 years, 7 months ago by
FocuxTheme Support.
-
AuthorPosts
-
-
September 14, 2014 at 10:37 pm #6186
bit2bit
MemberHi!
First of all: I love the OldCar theme, well done!
Lately I’ve been having troubles with the Fluid Grid display with (the latest) Google Chrome browser (desktop only, mobile Chrome works fine). Firefox and IE (any version) are fine, but Chrome does not load the the posts on the homepage or in categories set to fluid grid. Please check at http://dieschatzen.at (try the homepage and than any of the categories, and again back to the homepage).
The blog is hosted on wpengine and powered by cloudflare pro.
Do you have any experiences or ideas regarding this?
Thank you,
kind regards,
Martin -
September 15, 2014 at 1:00 am #6189
FocuxTheme Support
KeymasterHi
I’m not sure why I often can’t visit your site, when I open your homepage, then I click the category link, just got error “can not receive data”, I can’t open the page, but I visit the other site normal, it seems not my network problem…
Also, what’s version of your oldcar theme?
Thanks
-
September 15, 2014 at 1:16 am #6190
bit2bit
MemberThis reply has been marked as private. -
September 16, 2014 at 12:39 am #6194
FocuxTheme Support
KeymasterHi
I tried to login with the details you sent me many times, but it shows “ERROR: Incorrect username or password.”
Also, sometimes when I open wp-admin login page, it always shows as the screenshot (https://www.dropbox.com/s/2a1j8k6o3n509ru/20140916002755.jpg?dl=0) and I asked my friend to open your page, the same result.When I back to the homepage, yes the posts are not appearing and only keep loading….
At the same time, I found an error message"Failed to load resource: net::ERR_EMPTY_RESPONSE http://dieschatzen.at/cdn-cgi/pe/bag2?r[]=https%3A%2F%2Fplatform.twitter.com%2Fwidgets.js"
Just guess that maybe it’s caused by a certain plugin? Or is it possible related with cloudflare? Or can you try to disactive all your own plugins one by one and check it on chrome again?
-
September 16, 2014 at 4:04 pm #6201
bit2bit
MemberHi!
1. The issue with the Fluid Grid seems to have been caused by CloudFlare’s Rocket Loader feature, which loads all JS asynchronously for performance, after setting this to OFF, the issue with the fluid grid was gone.
2. I’ve checked with CloudFlare the result (your screenshot) of you trying to access my blog – and it seems like your IP is blacklisted on CloudFlare network, which is why the blog is not even being displayed for you. I’m not sure about that, but if you want I can try whitelisting your IP in the cloudflare settings.
3. One new issue, since my theme-update to v1.9 the mobile logo isn’t properly scaled on mobile devices – I’ve checked with iPhone5 (iOS7) and Samsung S2 (android 4) and the result is the same on both devices. I have tried adding
.responsive-logo {background: url(mobile logo URL) no-repeat;}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
.responsive-logo {background: url(Retina Mobile LOGO url) no-repeat;or
.responsive-logo{background-size:100% auto;}
as you suggested, but none have helped.
Do you have any other suggestion on that?
Thank you,
Martin -
September 17, 2014 at 12:02 am #6215
FocuxTheme Support
KeymasterHi
I can’t login your WP dashboard. Remove your custom code and add the following CSS
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) { .responsive-logo{background-size:80% auto;} }
If it still can’t be fixed, please make my account can login your admin, then I will modify the code.
Thanks
-
September 17, 2014 at 9:13 pm #6223
bit2bit
MemberThis reply has been marked as private. -
September 18, 2014 at 1:46 am #6230
FocuxTheme Support
KeymasterOK, without login your wp backend, I just modified a php file, you can get it here https://www.dropbox.com/s/u724yfgl064l3q1/admin-functions.zip?dl=0
Just unzip it and upload the new file to /themes/oldcar/functions/ folder, override the old file.Thanks
-
-
AuthorPosts
- You must be logged in to reply to this topic.