Jump to content

sobrenome

Members
  • Joined

  • Last visited

Everything posted by sobrenome

  1. There is a problem in embed content. The profile image does not load:
  2. Thanks a lot!!!!!
  3. 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!
  4. Maybe a custom site map priority based on the plugin settings for no index would be much better.
  5. Why lazy load is not used by the side bar widgets for profile pictures?
  6. 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?
  7. 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.
  8. 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.
  9. There is a bug indeed in the forum topics feed. Only the first topic has the image:
  10. 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>
  11. 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?
  12. How can I add lazy load to the template? Thanks
  13. Do the blocks use lazy load for images?
  14. I will check again. I was pretty sure that the topics have attachments! thanks
  15. The attachments should be related to the first post?
  16. Should be nice to have a phone view. In my community, more than 80% of the visitors access by phone. Thanks!!!
  17. Hello, topic images are not showing:
  18. Another very nice designed plugin. Does it work fine on cellphones?
  19. 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.
  20. Any feedback from google already?
  21. Thanks a lot. Maybe a simple custom CSS?
  22. 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!
  23. I will post a print as soon as I can! Thanks!
  24. 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!!
  25. Should be like this: <img src="{file="$record->field_103" extensions="cms_Records"}" alt="{$record->_title}: posição inicial" data-ipsLazyLoad>