• Hello! Is it possible to deactivate the EVC Interactive Banner link if no link has been added to the field? If no link has been added I would expect that nothing would happen when you hover or click on the graphic, but instead it links you back to the same page you’re already on.

    This comes across as though the link is broken. Any way to adjust this?

    Regards
    Melanie

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Nenad Obradovic

    (@nenad-obradovic)

    Hi melanie,

    Thanks for notice this, it’s a bag and I will fix it in the next plugin release.
    At this moment you can edit that shortcodes without link and inside Custom CSS Class option fill evc-without-link then use custom css code below to prevent click

    .evc-interactive-banner.evc-without-link .evc-ib-link {
        pointer-events: none;
    }

    Best regards,
    Nenad

Viewing 1 replies (of 1 total)
  • The topic ‘EVC Interactive Banner links’ is closed to new replies.