Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Links look different #1148435

    Hey. Hey. Hey,
    I fixed it myself by not copying and pasting the texts from the Word document, but AGAIN writing a text box by hand.
    I have the feeling that some formatting is applied, which you don’t see afterwards, but still work.

    Strange, but that’s how it looks.

    Nevertheless, thank you and best regards
    Marc

    Yeeeeaah!! It works!!
    Great, Rikard!! =)

    Thank you very much!!
    Marc

    Hello, Rikard,
    thanks for the quick feedback.
    Here is the link to the current construction site.

    And as you can see, all links of the taxonomy (All / Corporate / Editorial) are currently red, not only the active one.
    But I want ONLY the actual Link in red.

    Thank you and best regards
    Marc

    Hello,
    I will join this topic once, because I am also looking for the highlight.
    If I only set this term:

    .av-sort-by-term a {
    color: red !important;
    }

    ALL links turn red, not just the active one.
    What is the problem?

    Best regards
    Marc

    in reply to: Filterable Masonry not regrouping #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

    in reply to: Disable Image Hover Zoom throughout site #1144127

    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

    in reply to: Filterable Masonry not regrouping #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

Viewing 7 posts - 1 through 7 (of 7 total)