@ThemeHouse Can you update this addon for PHP8?
It's in our internal issue tracker to fix.@ThemeHouse Can you update this addon for PHP8?
Thank you, I was wondering if this had been changed but I was able to reproduce the error yesterday with the same value. Is on my list to fix.
ErrorException: Template error: [E_WARNING] A non-numeric value encountered internal_data/code_cache/templates/l1/s11/public/th_node_list_grid_nodes.less.php:99
What do you have selected within the "Fill to last row" option?How to enable the last row of grids to evenly spread the row instead of just taking a single cell space?
What do you have selected within the "Fill to last row" option?
Navigate to Forums -> Node layout and styling -> Default grid options -> Node grid -> Fill to last row.where can i find this option?
It's in our internal issue tracker to fix.
We can probably agree to disagree on that account. A major php version compatibility update is not something that is commonly provided in a hotfix. XenForo has taken multiple updates to provide full compatibility, none of them was a hotfix. MediaWiki is still not compatible with php8 to this date after three major releases. These examples are obviously a magnitude larger in code base, but my point is regardless that this is not thrown out in a hotfix.Bug fix should be out in hot fix
mdi mdi-book-lock-outline
Can I get a reply to my question please ? @Lukas W. , @Dalton ProckHow can I add lazy-loading feature to TH nodes image files ?
I think youd need a lazy load script of some kind. If you load it in, it should lazy load everything not just your node images. Avatars, logos, thumbnails, all kinds of images I assume it would cover. Nothing to do with this product though.I have just start to work to increase my score at "https://gtmetrix.com/".
How can I add lazy-loading feature to TH nodes image files ?
View attachment 255974
I have just start to work to increase my score at "https://gtmetrix.com/".
How can I add lazy-loading feature to TH nodes image files ?
<img src="image.jpg" alt="This Is My Image" width="500" height="250" loading="lazy">
Thanks for your answer. As far as I know XF 2.2 already has "lazy load" feature as @bzcomputers mentioned at his post.I think youd need a lazy load script of some kind. If you load it in, it should lazy load everything not just your node images. Avatars, logos, thumbnails, all kinds of images I assume it would cover. Nothing to do with this product though.
Thanks for answer. I know this feature and already using at every possible situation like widgets with background pictures....The simplest way would be to add "loading=lazy" to the <img> tag. This will likely require a template edit. For example:
.node--id1 > .node-body {
background-image: url(https://www.rckolik.com/forum/styles/rckolik/nodes/duyurular1.jpg) !important;
background-size: cover;
}
Yes, totally agree with youYou can see a significant performance gain on pages heavy with images "below the fold" (viewable only after scrolling). In turn Google's Pagespeed, GTMetrix, Pingdom, Webpagetest, etc. all respond well to this method.
We use essential cookies to make this site work, and optional cookies to enhance your experience.