• Hi
    we have been using WordPress for many years to publish 10+ different blogs that we use in our business. In the last (approx) six weeks we have noticed a problem that has arisen on a number of the blogs when we look at them using the Chrome browser. The problem does not appear in Safari or in Firefox. The blogs that the problem occurs on are the ones that are updated daily.
    You can view one of the blogs at this address;
    https://www.rovolunteers.com/cambodia-village-immersion-blog/
    When we open the blog using Safari we can view all images. When we open it using Chrome we only see a small tile with the file name of the image. I can post a screen shot if necessary but you should be able to see it by visiting the blog using Chrome.
    We have disabled all extensions for Chrome including Adblocker. We have emptied the cache and purged all viewing history etc. Nothing changes.
    We have tried it on a number of computers in various locations and still we get the same result.
    Not sure if this is relevant but we are predominately a Mac office.
    Any ideas on why this has recently occurred and how we might resolve the issue would be most appreciated.

Viewing 4 replies - 31 through 34 (of 34 total)
  • Hi again, no but Chrome/Firefox/Safari is much more better, as modern browsers let’s say.

    Some Email marketers like me work with Microsoft now, but usually the Internet Explorer is below now.

    As for the code you show, it seems perfectly ok, just there is probably an issue with server, you can send the discussion at [email removed] if you want. I will answer if in chat now, if not in 2/3 days.

    Regards,

    {Moderator note: please don’t post email addresses in the forum]

    • This reply was modified 7 years, 11 months ago by bdbrown.

    Also and might be the issue, one part at least …

    For some browsers you need to specify in CSS a declaration like:

    font-size:16px;
    webkit-font-size: 16px;

    and if the theme is very bad written, you need to use !important tag in CSS;

    I do integration since my first job, so, i know a bit :p

    have fun

    If you still have access to the main CSS for the theme try this:

    1) Find the the theme css main one, should be in wp-content/themes/name-of-the-theme/style.css or a subfolder

    2) Find the involved classes, and use the important tag aka

    3) simple CSS rules:

    .violet
    {
    font-style:helvetica;
    color: #951eab;
    }

    have fun i go now ??

    [Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]

    • This reply was modified 7 years, 11 months ago by Digico Paris.
    • This reply was modified 7 years, 11 months ago by bdbrown.
Viewing 4 replies - 31 through 34 (of 34 total)
  • The topic ‘WordPress Images not displaying in Chrome’ is closed to new replies.