- This topic has 5 replies, 2 voices, and was last updated 3 years ago by .
Author
For some reason previous post seems to be gone?
Issue is that i have created via shortcode QR code and also in php directly but it does not show up!
Php code:
echo sqr_qrcode( ‘geo’,
array(
‘latitude’ => 48.840334, ‘longitude’ => 2.345172),
1);
Bot cases nothing shows up and in chrome console i see following
kjua.min.js?ver=4.0:2 Uncaught TypeError: Cannot read properties of null (reading ‘getAttribute’)
at e (kjua.min.js?ver=4.0:2:23150)
at t.exports (kjua.min.js?ver=4.0:2:28687)
at n (kjua.min.js?ver=4.0:2:503)
at HTMLDocument.<anonymous> ((index):182:56)
js code
function(t, r) {
function e(t, r) {
return t.getAttribute(r)
}
wp version is 6.3.1
Viewing 5 replies - 1 through 5 (of 5 total)
Author
Viewing 5 replies - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
