OK, I have found the problem and solution for now. I will fix it in the next version.
But, you can use plugin normally, just use the layout with ID 2, instead of 1. Default Layout has one error, that will be resolved soon, but creating new, layout with all default settings, resolves this. I added new layout with ID 2 on your website, and changed the shortcode in the ytest page to use layout ‘2’, and it works:
https://prxdev.firmakataloog24.ee/ytest/
If you change layout value in the example PHP code (last argument, from 1 to 2) to:
[scode lang=”php”]echo sqr_qrcode(‘geo’,
array(
‘latitude’ => 48.840334, ‘longitude’ => 2.345172),
2);[/scode]
It will work.
Milan
-
This reply was modified 3 years ago by
MillaN.