Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

Private: Home Forums WordPress Themes Elvyre – Retina Ready WordPress Theme Content manager > blog > pb with image size Reply To: Content manager > blog > pb with image size

#3405
Vladimir
Keymaster

I tested our live preview and as you said it’s looking good on retina screen (MacBook Pro).
I really can’t help you without seeing the website. I can only assume that problem is with CSS for some reason but if rest of website is sharp that means that script for retina images is working fine.

You can check for example Search icon (with magnifying glass) CSS. Background image that must be loaded has suffix “2x” like below:

background: url('../img/search@2x.png') no-repeat.

In case that retina images are not loaded, image will be without “2x”;

background: url('../img/search.png') no-repeat.