Hello,
I probably have the same problem. We use JetEngine Listings and there the qr code is not working: ![]()
The same shortcut is working at a normal page in the same wordpress installation. I tried to add at the end of the snippet “<script>wpkqcg_qrcode_display()</script>”, but I get: Uncaught ReferenceError: wpkqcg_qrcode_display is not defined
There is no error and still no qr code if I add this directly after the qr code:
<script type=”text/javascript”>window.addEventListener(“DOMContentLoaded”, (event) => {wpkqcg_qrcode_display();});</script>
What exactly do I have to add? I believe something like (for JetPopups not for JetEngine):
jQuery( window ).on( ‘jet-popup/show-event/before-show’, function () {
});
But crocoblock say this is no “crocoblock-problem”.
Thanks!