We're merging with GenerateBlocks! Learn more here.

[Support request] Cards' titles links inactive if images deactivated

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Cards' titles links inactive if images deactivated

Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #16214
    Alistar
    Participant

    Hi,
    Nice plugin. I’ve been playing with it to see what design fits me best, and I have stumbled upon this problem: I only want to display a list of posts right above the footer, 5 colored columns, 5 white titles – simple. When I deactivate images (in the Images tab) and I select Overlay (in the Cards tab), I should be able to see a list of titles – and the list is right there. However, none of the titles is clickable. Now, when I inspect the element in Chrome, the link tag is clearly visible. Please see this example: https://prnt.sc/ssk4fq

    Why is this happening? Thanks

    #16227
    Tom
    Keymaster

    Hi there,

    That’s strange – any chance you can link me to your site?

    #16236
    Alistar
    Participant

    Hello, Tom
    I am working locally just for testing purposes, so I can’t share the URL. Even though the problem persists – and maybe you could fix it -, I got the required result by using different settings of the plugin (simple white titles, colored background and some padding).
    Thanks,
    Vlad

    #16250
    David Beckwith
    Participant

    Hi there,

    try adding this CSS:

    .wpsp-overlay .wpsp-content-wrap {
        pointer-events: auto !important;
        position: relative;
    }
    .wpsp-overlay .wpsp-content-wrap .wp-show-posts-entry-title a:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    The issue occurs because the Overlay card style disables the pointer-events on the content-wrap so the user is actually clicking the thumbnail link.
    We’ll take a look at how that logic can be improved.

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