Support for Envato Buyers Forums OldCar Fluid Grid issues with Google Chrome

Viewing 7 reply threads
  • Author
    Posts
    • #6186
      bit2bit
      Member

      Hi!

      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

    • #6189

      Hi

      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

    • #6190
      bit2bit
      Member
      This reply has been marked as private.
    • #6194

      Hi

      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?

    • #6201
      bit2bit
      Member

      Hi!

      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

    • #6215

      Hi

      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

    • #6223
      bit2bit
      Member
      This reply has been marked as private.
    • #6230

      OK, 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

Viewing 7 reply threads
  • You must be logged in to reply to this topic.