• Home
  • Showcase
    • Newspaper Showcase
    • Newsmag Showcase
  • Support
    • Newspaper Forum
    • Newsmag Forum
    • Blog
    • Documentation
      • Newspaper Documentation
      • Newsmag Documentation
      • The Theme API
    • What’s New
      • Newspaper
        • What’s New in v 11.5
        • What’s New in v 11.4.3
        • What’s New in v 11.4
        • What’s New in v 11.2
        • What’s New in v 11
        • What’s New in v 10.4
        • What’s New in v 10.3.7
        • What’s New in v 10.3.2
        • What’s New in v 10.3
        • What’s New in v 10
      • Changelog
        • Newspaper
        • Newsmag
        • tagDiv Opt-In Builder
  • Services
    • Web Development Services
    • Web Solutions & CMS Development
    • Web design & Front-end Development
    • E-Commerce Development Services
    • Page Speed Optimization Services
  • Buy Newspaper
Search
tagDiv support
  • Become a member
  • Sign in
  • Home
  • Showcase
    • Newspaper Showcase
    • Newsmag Showcase
  • Support
    • Newspaper Forum
    • Newsmag Forum
    • Blog
    • Documentation
      • Newspaper Documentation
      • Newsmag Documentation
      • The Theme API
    • What’s New
      • Newspaper
        • What’s New in v 11.5
        • What’s New in v 11.4.3
        • What’s New in v 11.4
        • What’s New in v 11.2
        • What’s New in v 11
        • What’s New in v 10.4
        • What’s New in v 10.3.7
        • What’s New in v 10.3.2
        • What’s New in v 10.3
        • What’s New in v 10
      • Changelog
        • Newspaper
        • Newsmag
        • tagDiv Opt-In Builder
  • Services
    • Web Development Services
    • Web Solutions & CMS Development
    • Web design & Front-end Development
    • E-Commerce Development Services
    • Page Speed Optimization Services
  • Buy Newspaper
Home Newspaper Retina Images Do Not Load on 4K Displays

Retina Images Do Not Load on 4K Displays

Posted in: Newspaper
Post count: 6
co50
#318072
Nov 3, 2019 at 6:10 pm

Your theme has a small bug where it cannot detect 4k desktop/laptop displays as “retina” displays even though they are. The result is that all thumbnails use the lower res version on 4k displays and they all look blurry. I tried turning off the “regular” thumbnails and just leaving retina on, hoping this would force the retina version to display all the time, but that just shows the thumbnail missing placeholder. Any way to make this happen?

Post count: 35449
Calin
#318148
Nov 4, 2019 at 11:57 am

Hello,

The retina logo should work on 4k, just make sure that you do not have a plugin conflict, also if there is still a problem, please provide a link where I can check this problem.

Thank you for your understanding!

Post count: 6
co50
#318206
Nov 4, 2019 at 4:06 pm

This is not about the logo. The logo is correctly displayed in retina form on 4k displays. However, every featured image is shown in low-res on 4k displays, which are all retina dpi displays, capable of showing images at 2x normal resolution. What I am telling you is that this is a bug in your theme. Other themes correctly show retina images on 4k displays. Since your theme relies heavily on photos – since it’s a newspaper theme – this is far more critical of a bug for you than a standard theme that doesn’t specialize in something particular.

Post count: 35449
Calin
#318257
Nov 5, 2019 at 9:03 am

Hi,

The retina is displaying on 4k -> https://www.screencast.com/t/8AKD57Jb please make sure that the thumbs that you are using are enable in theme panel -> http://prntscr.com/pskyg1 also make sure that you regenerate the thumbs using this tool, after that the retina images should display on 4k.
IF there is still a problem, please provide me a link where I can inspect your website.

Thank you!

Post count: 6
co50
#318320
Nov 5, 2019 at 4:19 pm

I guess I should be more specific here….your code is requiring too high of a dpi/pixel count to show the retina image. I’ve tried loading our pages on a 15″ 4k screen (255dpi) and a 27″ 4k screen (156dpi) and both fail to display the retina images even though both are capable and the regular images are very obviously blurry.

It isn’t until you get to 350dpi devices that it starts showing the correct retina image. It shouldn’t be that high. Any device with a dpi higher than 100dpi is going to be able to show an improved image with the retina version.

Post count: 35449
Calin
#318372
Nov 6, 2019 at 7:56 am

Hi,

I’ve made some quick searching and to can display retina image you’ll need to have a device that have that had retina:
Retina display -> https://en.wikipedia.org/wiki/Retina_display
Retina Display vs. 4K vs. True Tone -> https://www.lifewire.com/retina-display-vs-4k-1994107
Is retina better than 4k resolution? -> https://www.quora.com/Is-retina-better-than-4k-resolution

Also a part of retina is set in this file -> http://prntscr.com/pt251i -> wp-content/plugins/td-composer/legacy/common/wp_booster/td_util.php and this file -> http://prntscr.com/pt25ns -> wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.js if you change the tagdiv_theme.js you’ll need to mimify the code en replace the one from tagdiv_theme.min.js

Thank you for your understanding!

Post count: 6
co50
#318543
Nov 6, 2019 at 4:39 pm

This is false. And I know this because EVERY OTHER MAJOR WEBSITE properly displays retina images on my 4k display. All of them. It’s only the Newspaper theme that does not do this. There is no need to read any of those articles. This is a BUG in your coding and I tell you this with 100% certainty.

Let me show you just one of the hundreds of examples where retina images show properly on my 4k display. Here is the Newspaper theme with retina images turned on but not working on my 4k display: https://prnt.sc/pta1bv

Here is The Guardian newspaper website loaded right next to it on the same display: https://prnt.sc/pta21h

See the difference? Let me say this again: EVERY SINGLE NEWS WEBSITE properly shows retina images on 4k displays except the Newspaper theme.

We can stop using the term “retina” and simply say that Newspaper theme does not properly display high dpi images on high dpi screens. Please fix this. I haven’t posted a review of the theme but will be doing so this week. No support for high dpi images on a theme that’s primarily images is a huge problem.

Post count: 35449
Calin
#318648
Nov 7, 2019 at 9:45 am

Hi,

Retina display is a brand name used by Apple for its series of IPS LCD and OLED displays that have a higher pixel density than traditional Apple displays.
When an Apple product has a Retina display, each user interface widget is doubled in width and height to compensate for the smaller pixels. Apple calls this mode HiDPI mode. In simple words, it was one logical pixel = four physical pixels at the very beginning.
So in our theme the retina will display only on devices that have retina, this will not work on 4k without retina, in this way it can display a double image in the same space or the normal one ( this can not be achieve on non retina display).

We will be able to provide a refund if you are not satisfied with the theme
– https://themeforest.net/refund_requests/new

Thank for your understanding!

Post count: 6
co50
#318799
Nov 7, 2019 at 5:55 pm

Yes, Retina is an Apple brand name, which is why I said to not focus on retina and let’s just call it high-dpi images.

What I am telling you, and this is indisputable, is that your theme does not properly detect high-dpi displays and shows the proper high-dpi image. No matter what your explanation is, this is a flaw in the theme.

Why not fix this? Why throw in the towel and just tell me you can’t do it, when EVERY OTHER WEBSITE ON THE INTERNET can do this? It’s literally just you guys getting this wrong. Why are you trying to explain it away rather than fix it?

How about this – is there a workaround or code snippet I could use that would simply show retina/high-dpi images to ALL users regardless of the display they had? I’d rather everyone have to download images that might be larger in bytes than necessary if it means those with highdpi devices see the proper images.

Post count: 32
smehr1
#318834
Nov 7, 2019 at 8:43 pm

@co50 I think Calin was trying to tell you where the dpi settings were, if you would like to adjust the threshold to display retina images down to 100dpi.

Also a part of retina is set in this file -> http://prntscr.com/pt251i -> wp-content/plugins/td-composer/legacy/common/wp_booster/td_util.php and this file -> http://prntscr.com/pt25ns -> wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.js if you change the tagdiv_theme.js you’ll need to mimify the code en replace the one from tagdiv_theme.min.js

That seems to be the main cause of your issue and I would personally not consider it a “bug” – its just how they have their theme configured to keep images / page sizes optimized for faster load times.

Post count: 35449
Calin
#318931
Nov 8, 2019 at 10:51 am

Hi co50,

I’ve made a note to our developers to check the high-dpi on images and if they consider that this implementation is working wrong will fix it.

If you want to use retina on other high-dpi devices maybe you can use some plugins, please check this topic -> https://make.wordpress.org/core/2012/07/04/fun-with-high-dpi-displays/ -> https://wordpress.org/plugins/pluginception/#reviews

This is all I can do for the moment!
Thank you for your understanding!

Post count: 6
co50
#319060
Nov 8, 2019 at 10:46 pm

There are no plugins we could find that force retina images to be shown to all browsers. The one you linked has nothing to do at all with what we want.

Further investigation, if this helps, found that the issue with your theme only occurs on Chrome. It does not occur on other browsers. But again, everyone else’s theme and website shows highdpi images on my display with both Chrome and Firefox (and even IE 11!).

Post count: 35449
Calin
#319216
Nov 11, 2019 at 9:55 am

Hi,

Our developers will check this “issue” and if there is a problem then it will fix.

Thank you for your understanding!

Post count: 11
Administracion D55
#327051
Jan 8, 2020 at 3:13 pm

Hi. Any news on this issue? I’m having the same trouble with the logo. I’ve uploaded a retina logo size: 544x180px and the theme keeps showing a 300x99px crop version automatically generated. I tried deleting “-300×99” added by the theme from the “data-retina” and “src” urls generated using the browser inspector and the image looks with the quality it should.

This is the original file url:
wp-content/uploads/2020/01/logo-top@1x.png

The theme creates this url once used as the header logo:
wp-content/uploads/2020/01/logo-top@1x-300×99.png

Thanks in advance

Post count: 22421
Bogdan B.
#327165
Jan 9, 2020 at 2:54 pm

Hi,

What display are you using? please verify that your display is a retina display and not a standard 4k one as the retina logo will only show up in retina compatible displays.

Thank you!

Post count: 11
Administracion D55
#327559
Jan 13, 2020 at 12:41 pm

Hi. I ended up creating a new header using the Cloud Template and that seemed to solve the issue. My display is retina. I use a MacBook Pro. Thanks

Viewing 16 posts - 1 through 16 (of 16 total)
You must be logged in to reply to this topic.
co50
Support Hours (GMT+2)

Monday - Friday:
8:00 AM - 17:00 PM

Documentation
  • Newspaper
  • Newsmag
Facebook Instagram Twitter Youtube
Welcome to the Community! This is our main Support Center and, also the place where you can make new friends, people just as passionate about websites as you are. Don’t hesitate to ask for help as we are here for you. Thank you for buying our products!
Contact us: contact@tagdiv.com
  • Home
  • Blog
  • Forums
  • About us
  • Support policy
  • Privacy Policy
© tagdiv.com | Proudly made with by tagDiv. All rights reserved
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.
Cookie SettingsAccept All
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-advertisement1 yearThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Advertisement".
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
CookieDurationDescription
_ga2 yearsThis cookie is installed by Google Analytics. The cookie is used to calculate visitor, session, campaign data and keep track of site usage for the site's analytics report. The cookies store information anonymously and assign a randomly generated number to identify unique visitors.
_gat_gtag_UA_43963494_11 minuteThis cookie is set by Google and is used to distinguish users.
_gid1 dayThis cookie is installed by Google Analytics. The cookie is used to store information of how visitors use a website and helps in creating an analytics report of how the website is doing. The data collected including the number visitors, the source where they have come from, and the pages visted in an anonymous form.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
CookieDurationDescription
IDE1 year 24 daysUsed by Google DoubleClick and stores information about how the user uses the website and any other advertisement before visiting the website. This is used to present users with ads that are relevant to them according to the user profile.
test_cookie15 minutesThis cookie is set by doubleclick.net. The purpose of the cookie is to determine if the user's browser supports cookies.
VISITOR_INFO1_LIVE5 months 27 daysThis cookie is set by Youtube. Used to track the information of the embedded YouTube videos on a website.
YSCsessionThis cookies is set by Youtube and is used to track the views of embedded videos.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
CookieDurationDescription
CONSENT16 years 5 months 26 days 13 hours 25 minutesNo description
yt-remote-connected-devicesneverThis cookies is set by Youtube and stores the user's video player preferences using embedded YouTube video.
yt-remote-device-idneverThis cookies is set by Youtube and stores the user's video player preferences using embedded YouTube video.
SAVE & ACCEPT
Powered by CookieYes Logo