images in Google Chrome / Firefox

Posted in: Newspaper
Post count: 3

I just bought this theme and I am trying to get familiar with it 🙂

One thing I am wondering so far – If you compare this theme with Google Chrome and for example with Firefox there is little difference with the included images. Just have a look here:

http://www.axinonews.de/td_d_slug_41/

If you open this page with Firefox the quality of the featured image seems to be higher than when you open this page with Google Chrome.

It also seems there is a kind of resize active, the image is obviously not the same in these two browsers.

Do you have an idea?

Thank you so much, Manfred

Post count: 9544

Chrome and Firefox use different rendering engines, I believe. Further, Chrome (Google) is now pre-caching images on their network, for mobile in particular, so that next visitor gets image more quickly. This may or may not be what you’re seeing. But, web browsers from different companies may show images in different ways, just as they do with fonts, etc.

Post count: 3

Thank you Christopher. Just one another question – When I make a screenshot and then cut out the images and thumbnails I have recognized the size is not exactly the same as indicated in the documentation. For example – the two column image is 699 instead of 700 pixel, the thumbnail is 325 instead of 326 pixel and so on.

Is there a reason for? I am just asking because it seems the images are compressed this pixel and looking different when I open these images with right click in a new tab.

Post count: 854

hi,
we have incontered this issue on Apple OSX 10, do you use Apple?

Thanks for you message.
Radu A.

Post count: 3

Hi Radu,
I use all devices, but for this reason I use Windows 7 with Chrome.

Post count: 3343

Hi,
Please can you send us a screenshot to see who it looks, I’ve tested on Win 8 – Chrome and looks fine for me.

Thanks for the message!

Post count: 77

I just noticed a similar problem, but with the Menu Fonts:

I set the font family to one in the list, “Wellfleet” (But also tried others!),
to color WHITE, and it works nicely on Chrome, but on Firefox the font is different and in BLACK!

Any idea how to fix?

Thanks,
Bran

Post count: 6600

Hi,

Can you please send a link to your site? Also a screenshot would be helpful.
You can fix this by styling it specifically for Firefox using this css to target the Firefox browser:
ex:

@-moz-document url-prefix() {
    h1 {
        color: red;
    }
}

Thanks

Post count: 77

Hi Lucian,

Thanks for the quick reply.

Here’s the link:
http://cobras.org/Home/

As you can see – on Chrome the Menu text is white, while on Firefox it’s Black.

So just to be clear – I add the above line to the “YOUR CUSTOM CSS” box in the Theme panel? Do I change it from “red” to “white”?

Thanks!

Post count: 6600

Hi,

I have checked your site and noticed that somehow the changes you made to the menu aren’t applied in Firefox.
Please use this custom css in theme panel > custom css, like this: http://screencast.com/t/rdvkEKIgs1Fi

@-moz-document url-prefix() {
.sf-menu > .td-menu-item > a {
font-family: Roboto;
font-size: 17px;
line-height: 47px;
font-weight: bold;
text-transform: capitalize;
color: #ffffff;
}
}

Thanks

Post count: 77

Great! It’s working now…

Thanks!

Post count: 77

Hi again,

Following the same problem above with Firefox – I just changed the Top menu color to white and the Top menu Text color to #ee490f. It works fine one Chrome and Safari but on Firefox the Top menu text color is almost white and can’t be seen.

A few months ago I added already this CSS code to fix the main menu font issue:
@-moz-document url-prefix() {
.sf-menu > .td-menu-item > a {
font-family: Roboto;
font-size: 17px;
line-height: 47px;
font-weight: bold;
text-transform: capitalize;
color: #ffffff;
}
}

Please send me the code needed to fix this new problem..

Thanks!

Post count: 6600

Hi,

Please use this css to change it on Firefox:

@-moz-document url-prefix() {
.td-header-menu-wrap li a {
color: red;
}
}

Thanks

Post count: 77

Hi Lucian,

Thanks for the quick reply, but it’s not working.

I added it to the css, purged cache and everything – but it’s still the same (white text color) on Firefox:

http://cobras.org/Home/

This is all the CSS changes I have so far, maybe there’s a conflict:

@-moz-document url-prefix() {
.sf-menu > .td-menu-item > a {
font-family: Roboto;
font-size: 14px;
line-height: 47px;
font-weight: bold;
text-transform: capitalize;
color: #ffffff;
}
}

.td-menu-placeholder {
top: 6px;
}


@media
(min-width: 768px) and (max-width: 1018px) {
.td-menu-placeholder {
top: 32px;
}
}
@-moz-document url-prefix() {
.td-header-menu-wrap li a {
color: red;
}
}

Post count: 6600

Hi,

Use it like this with “!important”:

@-moz-document url-prefix() {
.td-header-menu-wrap li a {
color: #ee490f !important;
}
}

Thanks

  • This reply was modified 11 years by Lucian.
Post count: 77

Thanks! Now it’s working…:-)

Viewing 16 posts - 1 through 16 (of 16 total)
The forum ‘Newspaper’ is closed to new topics and replies.