Hi,

I have set up total 2 buttons - 1 for desktop and 1 for mobile view, and both were working fine for a long time. And now for some reason (without any changes in configuration) the buttons show but don't do anything when clicked on them. Can you please check what might be the issue?

compucash.ae

  • James replied to this.
  • Hi CompuC ,

    Thanks for the link!

    This bug has been confirmed and fixed!
    It will be included in our next update. 😁

    You could also use custom CSS to fix this issue before our next update.
    Simply copy and paste this into your WordPress' Additional CSS:

    .buttonizer-button 
    {
        pointer-events: unset !important;
    }

    The update should come out sometime this week.

    Sorry for the inconvenience!

    Hi CompuC ,

    Thanks for the link!

    This bug has been confirmed and fixed!
    It will be included in our next update. 😁

    You could also use custom CSS to fix this issue before our next update.
    Simply copy and paste this into your WordPress' Additional CSS:

    .buttonizer-button 
    {
        pointer-events: unset !important;
    }

    The update should come out sometime this week.

    Sorry for the inconvenience!