Okay
  Public Ticket #2629313
Masonry Image Grid Links
Closed

Comments

  • Xavier started the conversation

    Hi there,

    I am having trouble getting my masonry image gallery images to link. I have attached a screen shot of my URL field that included the link to be added to the image as well as my image grid settings.

    the hover w/ zoom works, but the "entire thumb link" doesn't want to link.

    Any help on this would be much appreciated. Thank you!

  •  8,849
    Tahir replied

    Hey Again,

    Please provide the page URL so we can inspect it via the Browser.


    Thanks


    ThemeNectar Support Team 

  • Xavier replied

    Hi Tahir,

    The page I am working on is: https://darkflavour.com/snow/


    Thank you!

  •  8,849
    Tahir replied

    Hey Again,

    This custom css is hiding the anchor tag inside.

    4836585246.png

    Use the below revised css so the Anchor Link works and the title and background are hidden.

    .portfolio-items .col .work-info-bg, .portfolio-items .col .work-info .vert-center {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Xavier replied

    Ah ya, that did it. Thank you Tahir!