Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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

    #990492

    take 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)

    #990565

    Hi 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,
    Rikard

    #990569

    better 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/

    #990672

    Hi,

    Nice work @guenni007, thanks for sharing :-)

    Best regards,
    Rikard

    #999015

    It 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?

    #999108

    Apologies for not responding sooner. Many thanks for your suggestions- it worked out well And allowed me to tweak as necessary.

    Best,

    TB

    #999130

    thanks for feedback

    #999169

    Hi 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

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