Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1418605

    Hello, how to remove the overlay (white square with arrow) below the image on mouse over?!
    I would to obtain this: look at the website example. Thanks

    #1418614

    Hey Stilecatalini,
    If you mean this on your homepage with the boats:
    Enfold_Support_3214.jpeg
    I added this css for your to remove it:

    .main_color .image-overlay .image-overlay-inside:before {
    	opacity: 0;
    }
    .avia_transform #top a:hover .image-overlay {
        background: transparent;
        opacity: 0!important;
    }

    now it is like this:
    Enfold_Support_3216.jpeg
    clear your browser cache and check.
    Please note that testing with iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.

    Best regards,
    Mike

    #1418648

    It’s ok. Is it possible to have an overlay image above? I mean on mouse over the boat become opaque (0,5) and show another image (the logo/name of the boat). Like the example I post here.
    Thanks

    #1418655

    Hi,
    In your example link the only overlay is a title, the image doesn’t change.
    For your boats in the image element you can enable the Image Caption on hover.
    Enfold_Support_3225.jpeg

    Best regards,
    Mike

    #1418662

    Tried but the background become black opaque before you click. Is it possible to change the caption with an image above the boat and the boat opaque?

    #1418663

    Again, caption is always visible. Not on mouse over or finger over (phone).

    #1418815

    Hi,
    Thanks for your patience, when I checked your boats the captions were disabled and there was no caption:
    Enfold_Support_3249.jpeg
    so I added one for you but you should change it to something you want, now the captions show on the boats always:
    Enfold_Support_3251.jpeg

    Best regards,
    Mike

    #1418862

    I want show that only on mouse over!

    #1418883

    Hi,
    Then you can change the option in the image element in the advanced tab under Animation ▸ Caption Appearance ▸ Only display on hover
    Enfold_Support_3264.jpeg

    Best regards,
    Mike

    #1418897

    Ok. Please try to put your finger (phone) up the image; you will see a flash white background. Why?! Check!

    #1419037

    So, Android make that and in Apple devices is not visible the overlay black transparent! So the other image or text (capture) is not visible!!
    Check with all two devices.
    Thanks.

    #1419186

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    a.avia_image {
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    a.avia_image {
        outline: none !important;
    }

    After applying the css, please clear your browser cache and check.
    Please note that testing with iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.
    I don’t have an iPhone but this seems to work for Android.

    Best regards,
    Mike

    #1419195

    Well. Thanks.

    #1419213

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Overlay images’ is closed to new replies.