Everything posted by sobrenome
-
Lazy load in 3rd-party resources
-
Lazy load in 3rd-party resources
Thanks a lot!!!!!
-
Lazy load in 3rd-party resources
Hello! I could manage it! Thanks! Wonder why profile images are not loaded by lazy loading, as long as they can be big. I have changed the template userPhoto to add the lazy loading, but when I insert the <div data-ipsLazyLoad> wrapping the image it breaks the website design. Is it possible to add lazy loading for profile images in the next release? Thanks!
-
Highlight : SEO Plugin > avoid Google Panda penalty
Maybe a custom site map priority based on the plugin settings for no index would be much better.
-
Lazy Load side bar widgets
Why lazy load is not used by the side bar widgets for profile pictures?
-
Highlight : SEO Plugin > avoid Google Panda penalty
Yes, very interested. What if Invision could make a better site map giving the option to set less priority to very old topics with no new replies?
-
Pages SuperBlocks (Support Topic)
Yes, it was the auto setting. I chose to show "all". I was confused because auto settings of Pages is different. Thanks and sorry for the confusion.
-
Pages SuperBlocks (Support Topic)
I am missing the point I guess. All the three topics have image attachments, but only the first topic in the SuperBlocks shows the image.
-
Pages SuperBlocks (Support Topic)
-
Lazy load in 3rd-party resources
Let me see If I get it. For Pages $record_image load using the lazy load the code should be: <div data-ipsLazyLoad> {{if settings.lazy_load_enabled}} <img src='{expression="\IPS\Text\Parser::blankImage()"}' data-src='{$record_image}' class='ipsCoverPhoto_photo' data-action="toggleCoverPhoto" alt='my image alt text'> {{else}} <img src='{$record_image}' class='ipsCoverPhoto_photo' data-action="toggleCoverPhoto" alt='my image alt text'> {{endif}} </div>
-
Lazy load in 3rd-party resources
Hello, to implement lazy loading for an image I should call the image using this template just placing in the params”” the image source, like $record_image for example?
-
Pages SuperBlocks (Support Topic)
How can I add lazy load to the template? Thanks
-
Pages SuperBlocks (Support Topic)
Do the blocks use lazy load for images?
-
Pages SuperBlocks (Support Topic)
I will check again. I was pretty sure that the topics have attachments! thanks
-
Pages SuperBlocks (Support Topic)
The attachments should be related to the first post?
-
Support Topic for Enhanced Forum Views
Should be nice to have a phone view. In my community, more than 80% of the visitors access by phone. Thanks!!!
-
Pages SuperBlocks (Support Topic)
-
Support Topic for Enhanced Forum Views
Another very nice designed plugin. Does it work fine on cellphones?
-
Highlight : SEO Plugin > avoid Google Panda penalty
We have deleted some of our old topics with no traffic (maybe 20.000 zumbis) some years ago and it was a disaster in google. We lost many new visitors.
-
Highlight : SEO Plugin > avoid Google Panda penalty
Any feedback from google already?
-
Pages SuperGrid support
Thanks a lot. Maybe a simple custom CSS?
-
Pages SuperGrid support
You are right. The problem is within the text when the hero image is off. Hero image looks good on desktops, but not as good on phones. And when it is off, the article text does not look good. Could you please take a time on phone's template to make it even better? Thanks!
-
Pages SuperGrid support
I will post a print as soon as I can! Thanks!
-
Pages SuperGrid support
When I chose not to use the hero image, the article image on iPhone 7 makes the article title squeeze in a very small space, very bad looking and bad to read. Could you please address this issue in the next release or show a simple way to solve this? Thanks!!
-
Lazy load in 3rd-party resources
Should be like this: <img src="{file="$record->field_103" extensions="cms_Records"}" alt="{$record->_title}: posição inicial" data-ipsLazyLoad>