Tagged: image
-
AuthorPosts
-
July 26, 2018 at 10:16 pm #990476
I am trying to create an image section exactly like is at the bottom of this page:
https://www.found-studio.com/work/huawei/
…but I am having a lot of trouble figuring out how to replicate it using Enfold. Any advice on how to accomplish something like this? Grid Rows with backgrounds aren’t working, nor are Masonry Galleries. The closest I’ve come to a solution is using a color section, dividing the individual columns into random shapes, but the padding never works out between the edges of the page and between the cells.
Ideas? Many thanks in advance.
TB
July 26, 2018 at 11:09 pm #990492take a fullwidth-slideshow.
you can add to the image on caption a manual link (choose apply link to image) – add to the video link at the end a &iframe=true f.e.:https://player.vimeo.com/video/262210925?autoplay=1&loop=1&title=0&byline=0&portrait=0&iframe=true
see here: https://webers-testseite.de/huawei/
to pimp the whole thing a bit you can give to the hover effect some scalings – (get rid of the overlay white)
July 27, 2018 at 8:29 am #990565Hi TB,
We can help you out with small adjustments to your layout, let us know if you should need any help with that. Maybe @guenni007’s suggestion is a good starting point?
Best regards,
RikardJuly 27, 2018 at 8:34 am #990569better if the image can be masked then use a png image in a color-section with no padding ! Do not use the sligthly increase the image on hover option, because i want that only the image got the hover increase.
give the color-section a gradient background. to have the image on the bottom of the color-section and to have no overlay on hovering do this to quick css:
(adjust the page/post to your givings – be careful the avia_transform class is a html class).avia_transform .postid-32650 a:hover .image-overlay { display: none !important; } .postid-32650 a.avia_image.lightbox-added img { transition: all 1s ease-in-out; } .postid-32650 a.avia_image.lightbox-added:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); transition: all 1s ease-in-out; }
see result here: https://webers-testseite.de/huawei-2/
July 27, 2018 at 1:01 pm #990672August 19, 2018 at 6:37 pm #999015It would have been nice to get an answer not only from mods here!
I’m really thinking about not actively standing up for other issues any more. If I should have another problem of my own, then I always find competent contacts in the mods here – and the rest doesn’t interest me anymore. Frankly – dear co-users of Enfold – is it so difficult to give feedback on an answer?August 19, 2018 at 10:18 pm #999108Apologies for not responding sooner. Many thanks for your suggestions- it worked out well And allowed me to tweak as necessary.
Best,
TB
August 20, 2018 at 1:39 am #999130thanks for feedback
August 20, 2018 at 5:59 am #999169Hi TB,
Great, glad @guenni007 could help you out :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard -
AuthorPosts
- You must be logged in to reply to this topic.