Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1143887

    Hello,
    i have set up a filterable Masonry with 2 categories (tags), which are also displayed filtered, but do not rearrange themselves. They are only hidden and shown.
    What is the problem?

    Best regards
    Marc

    #1144124

    Hello,
    I just solved the problem myself! Because I created it myself! =)
    I wanted to disable the zoom effect on the images and wrote the following code snippet in Quick CSS:

    /* Disable Zoom Effect on Gallery */
    .av-masonry-item-with-image, .av-masonry-item-with-image * {
    transform: none !important;
    }

    Unfortunately, this also prevents the “rearrange” of filtering.

    What would I have to code if I only wanted to switch off the zoom effect?

    Best regards
    Marc

    #1144128

    Hello,
    I got it! I got it! The lines are as follows:

    .avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
    -webkit-transform: none !important;
    transform: none !important;
    }

    I’d like to thank everyone who helped me here! Sometimes you only need your brain! =)

    Best regards
    Marc

    #1145046

    Hi javablub,

    Glad you got it working for you! :)

    We could not get to your thread because you were replying to your own thread and it was pushed back to the end of the queue and moderators were not able to provide a response immediately. Please be patient while we go through the rest of the queue. Thank you for your understanding.

    If you need further assistance please let us know.

    Best regards,
    Victoria

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