Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1467186

    Hello again Ismael and Rikard

    (We had this very good conversation: Show number of comments per post in Masonry: https://kriesi.at/support/topic/show-number-of-comments-per-post-in-masonry/ – and you asked me to open a new thread if I had any more questions).

    I think the “Number of comments” is “eating” too much of my images in the three grids on the front page. It’s as if the texts move upwards in the image, so it loses a bit in height and it’s not very nice.(My website is: https://stegemueller.dk)

    My developer writes:

    The challenge is that those hooks are pretty hard to figure out. But could you ask Enfold if we could link it to the date instead of the title, so we could put the date and number of comments in the same line. Would that be a solution?

    Is this something you can help with?

    I send credential again i Private Content.

    Very kind regards

    #1467198

    on default the masonry content is placed over the whole image at the bottom.
    You can avoid it by setting ( you had to play a bit with the values ) them outside the image.:

    this to quick css:

    .av-masonry-entry:not(.av-masonry-item-no-image) {
      margin-bottom: 145px !important;
    }
    
    #top .av-inner-masonry {
      overflow: visible;
    }
    
    .av-fixed-size .av-masonry-entry .av-inner-masonry-content  {
      bottom: unset !important;
      top: calc(100% - 1px);
      min-height: 135px;
    }
    #1467216

    Thank you so much Guenni007 – and sorry for my late reply.
    This looks much better.

    Best regards,
    Hanne,
    Denmark

    #1467234

    Unfortunately, this disturbs the animation. I don’t know how I could prevent this. Sorry

    #1467235

    That is really not a problem! Don’t think about it!

    I’m happy with what you did.

    #1467275

    have you activated the animation effect? – because on my test there is that extra class: av-masonry-animation-active
    on yours only : av-masonry-animation-
    https://webers-testseite.de/masonry-blog/

    #1467299

    I am not sure what you mean – and I am really happy with what it looks like now.

    I really don’t mean about “animation effect”. I am sure I have not activated any, as I hate things flying around :-)

    #1467303

    on masonry – where you have set the grayscale effect – there is above that animation choice.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.