Forum Replies Created
-
AuthorPosts
-
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
MarcOctober 11, 2019 at 1:52 pm in reply to: Remove "All" from sorting options in masonry taxonomy; items in sorting #1147130Yeeeeaah!! It works!!
Great, Rikard!! =)Thank you very much!!
MarcOctober 10, 2019 at 11:50 am in reply to: Remove "All" from sorting options in masonry taxonomy; items in sorting #1146830Hello, 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
MarcOctober 9, 2019 at 5:53 pm in reply to: Remove "All" from sorting options in masonry taxonomy; items in sorting #1146585Hello,
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
MarcHello,
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
MarcHello,
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
MarcHello,
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 -
AuthorPosts