[Resolved] Compatibility with WP-Rocket! Mobile view is broken & Serve scaled images issue

Home Forums Support [Resolved] Compatibility with WP-Rocket! Mobile view is broken & Serve scaled images issue

Home Forums Support Compatibility with WP-Rocket! Mobile view is broken & Serve scaled images issue

  • This topic has 5 replies, 2 voices, and was last updated 6 years ago by Tom.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #553350
    Arnab Mohapatra

    Hey!
    Hope you are doing good!
    I am noticing that GP is not fully compatible with WP Rocket.
    Here are the problems I am facing-
    1) Mobile view is broken-
    Whenever I activate wp rocket it adds an extra padding of 50px. But When I disable, it works fine.
    Moreover, this issue arises only if you aren’t logged in. Here are few snaps.
    Error in Not logged in menu
    Error in Google Pagespeed
    No error when logged in
    2) Moreove Gt metrix is showing serve scaled images error when site is tested with firefox & in chrome no error!
    When tested with FF
    No error when tested with chrome
    I have been using WP-Rocket for a long while. Never faced similar problems.

    3) Google Pagespeed is showing Montserrat font is being used, but as per as I can recall, I am not using it anywhere! If you can help find out how it is being loaded will be helpful.

    #553400
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    1. What version of GP Premium are you using? Your site is missing some CSS to remove that spacing on mobile. Does the issue go away if you deactivate WP Rocket?

    2. Not too sure what you mean? Are the images on your site much larger than the container they’re inside?

    3. I’m not seeing Montserrat in the page source, however it’s hard to see while the caching is on.

    #553637
    Arnab Mohapatra

    1. I am using 1.6.2(both plugin & theme are in latest version)
    Yes, when I deactivate Wp rocket the issue goes away!
    2. Yes, In firefox
    Hope this screenshot helps.

    3. Should I share access?

    #553894
    Tom
    Lead Developer
    Lead Developer

    1. So what’s happening here is WP Rocket is changing the order of the CSS, which breaks how it cascades. I’m not familiar with their options enough to offer a solution, but you can try this:

    @media (max-width: 767px) {
        .generate-columns {
            padding-left: 0 !important;
        }
    }

    2. Have you tried resizing your images down to a width closer to your container width?

    3. It would be easier just to disable WP Rocket for now so I can read the source.

    #553933
    Arnab Mohapatra

    1) Solved
    2) Not sure how to do that.
    Here is the error I am referring to. https://gtmetrix.com/reports/buycameranow.com/AfkU6Acr
    3) Deactivated.

    #554273
    Tom
    Lead Developer
    Lead Developer

    2. If you open the image in the Media Library, click “Edit Image”. You’ll see a “Scale” option where you can add a custom width.

    You can also use an image editing software like Photoshop.

    The images you’ve uploaded are way too big, so these issues will go away once you resize them.

    3. The font looks like it’s being added by a plugin. It’s referenced in this CSS block almost 100 times: tve_custom_style

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.