Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1118738

    Hi there!

    I want to add a gallery with images of brands we sell. It should be perfect if you first see the logo OR brandname in text and when you hover the element you see a little description.

    I tried creating this by adding the partner/logo element. On desktop its great, but on mobile the description is not visible. When I click on the image, nothing happens.

    Then I tried the galery, but on mobile the description is directly visible and I only want it visible when you click on it on mobile (and hover on desktop).

    Hope you can help!

    #1118740

    Is it possible with the galery that you first have overlay with title and with hover you see description?

    #1118744

    And how can I turn of the zoom effect when hovering?

    Love to hear from you guys! Really love the theme and your support!

    #1118840

    Hi,

    Add this to quick css:

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

    Best regards,
    Jordan Shannon

    #1118844

    That worked! Thank you!

    And about the title and description: is it possible with the galery that you first have overlay with title and with hover you see description? Or another way to first have image with title and then with hover the description?

    Thank you Jordan!

    #1118855

    Hi,

    So you want the title showing first, but you have to hover to see the description?

    Best regards,
    Jordan Shannon

    #1118856

    Yes exactly, if that is possible in any way?

    #1119223

    Hi jannnnnneke,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Victoria

    #1119892

    Hi Victoria,

    Too bad! And is there another way to create something like this? For example with the partner/logo element?

    Important is that the title is directly visible and the short description after hover.

    Love to hear from you!

    Janneke

    #1120005

    Hi Janneke,

    You can use an easy slider, if you put it in some small container it will stay within that container. It will show slides one by one and will show captions.

    Best regards,
    Victoria

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