• Resolved LUHNA

    (@luhna)


    Hi, I am doing some test with your plugin and everything is working very well. But, I have a problem when I add a link to show the Cookie Banner (https://complianz.io/add-a-link-to-show-the-cookie-banner/).

    The Cookie Banner works, but it does not display the mouse pointer.
    I also see this problem on your tutorial page. What can I do to show the pointer?

    Thanks in advanced
    Andrea

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor jarnovos

    (@jarnovos)

    Hi @luhna,

    It occurs because the <a> element does not have a href attribute, so you can add some CSS for the mouse pointer to appear.

    I added it to the article that you attached as well, so you can see an example of how it works when applied.

    <p>Manage your cookie preferences <a class="cmplz-show-banner" style="cursor: pointer;">by clicking here.</a></p>

    Kind regards, Jarno

    Thread Starter LUHNA

    (@luhna)

    Hi @jarnovos, thanks so much for your support!
    I didn’t think to add the “cursor: pointer;” style…simple and clean.

    Best regards
    Andrea

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add a link to show the Cookie Banner’ is closed to new replies.