Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #498922

    Dear All,

    thank you for your support so far and all the perfect help. I’ve now ran into a strange bug with the mansonry sort option for articles in a blog.

    We are using articles as a “news” blog and below the article show a mansonry with the option to sort articles by category: http://sehw.think-berlin.de/allesneu/. Unfortunately this is now somehow broken as when changing from “all” into the first category “SEHW agiert” the one article in another category is hidden, but when changing into the second category “SEHW reflektiert” the articles in the category “SEHW agiert” are first hidden and then reappear on top of the one article which is displayed correctly before.

    I’ve deleted and placed the mansonry element just in case there was something wrong with code – but the bug still happens.

    Please let me know if you need any details for accessing the site to have a look!

    Thanks in advance and best regards,
    Aljoscha

    #498923

    Dear all,

    I’ve just went through the QUICK CSS in order to check if any of the additions made there could have something to do with it. I came across the addition:

    .av-masonry-entry {
    opacity: 1 !important;
    visibility: visible !important;
    }

    that prevents images from being loaded when scrolling down the page. If I remove the CSS Code the sorting works but the images are not loaded instantaniously any longer…

    Is there a possible fix for this?

    Best,
    Aljoscha

    • This reply was modified 9 years, 2 months ago by Aljoscha23.
    #499345

    Hey!

    Remove that and add it into a codeblock element like so.

    <style type = "text/css">
    .av-masonry-entry {
    opacity: 1 !important;
    visibility: visible !important;
    }
    </style>
    

    Only on the pages where your using the Masonry element.

    Cheers!
    Elliott

    #851691

    Thank you for helping out once again. I meant to tell you that this worked!

    Best regards, Aljoscha

    #851779

    Hi,

    I’m glad that you were able to get this corrected. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Mansonry sort broken’ is closed to new replies.