Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1485958

    Hi there

    I’m building a site where I’ve set the overlays to show permanently as they use a svg as a design element. See the link for example. The problem is on mobile, the overlays don’t show up.

    #top .slide-entry a .image-overlay {
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        overflow: visible !important;
        opacity: 1 !important;
    }

    Any help would be very much appreciated
    Richard

    #1485992

    Hey Richard,

    Thank you for the inquiry.

    The image overlay is disabled on mobile devices by default. You can enable it back but you have to edit the themes/enfold/js/avia.js file and remove the following code from the avia_hover_effect function, around line 769.

    if( $.avia_utilities.isMobile )
    		{
    			return;
    		}
    

    Make sure that the Enfold > Performance > File Compression is temporarily disabled. Let us know the result.

    Best regards,
    Ismael

    #1486032

    Hey Ismael, super and of course. That works perfectly.

    Thanks
    Richard

    #1486055

    Hi,
    Glad Ismael could 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 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Blog post grid overlay not showing on mobile’ is closed to new replies.