Currently I installed he plugin and the QR codes shown on each page diverts to the home page of the website. how to configure the plugin / modify it to show the QR codes of the respective pages.
]]>Hi,
Sorry if I’m asking a really dumb question.
I’m looking to using QR codes on artworks/paintings so visitors to my gallery can just scan with their phones and get taken straight to the relevant page/product detail page to purchase the artwork or contact us.
Is this something this plugin can help with? Printable QR codes people can scan with relevant apps on their phones and get taken to the embedded product/website page URL?
]]>I am placing the shortcode into my widget sidebar.
Unfortunately from the front end, it does not shows the QR code, only shows [qrcode]
But I try to place this short code into content, it do shows the QR code
]]>Hi there!
Thanks for this great plugin.
I would like to integrate the shortcode into my template files, so that a QR code be generated automatically for every post of a certain taxonomy…
(basically, I want to print out post excerpts which would include the QR code nearby. If people want to read the rest of the post on their phone, they scan the code. I have the post-printing template nice and ready, I just need the auto QR code)
It seems I have to go through the do_shortcode function, but despite reading the relevant page on the WP Codex I’m still not sure how to embed the shortcode into my files.
Any advice?
Cheers,
D_
I really like this plugin and I use it a lot on my tourism website.
When I run a speedtest, I get a 404 error code on this link:
https://schoene-heide.de/wprhe_qrcode_style.css?ver=3.8.1
and it seems to affect the load time.
What can I do to solve this problem?
Thanks in advance for your help.
]]>Hi !
Could i have the php code to insert it in a php page ?
]]>HI there,
Great plugin. Is it possible to hard code it into the WP user profile page or Woocommerce profile page? We’re a member society and I would like to auto create QR codes and have them included in their automatic receipts after payment. It’s a replacement for a membership card. We would scan their QR code on their receipt at the door of our events to see if their current members.
]]>When sending credit=false argument, no closing div is given. You’re adding it to the end of the $credit_footer
variable instead of as a $postoutput.
Remove the </div> from $credit_footer then add it to the end of $output like so:
$output = $preoutput . '<img id="qr_code_generator_wprhe" src="' . $image . '" alt="' . $alt . '" width="' . $size . '" height="' . $size . '"' . $align . $class . ' /></div>';
]]>
With WP_Debug turned on I was getting:
Notice: Use of undefined constant HTTP_HOST – assumed ‘HTTP_HOST’ in /path/to/wp-content/plugins/qrcode-wprhe/qrcode_wprhe.php on line 50
Change
$current_uri = 'https://' . $_SERVER[HTTP_HOST] . $_SERVER[REQUEST_URI] . '';
to
$current_uri = 'https://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'] . '';
]]>
tested the plugin. the shortcode [qrcode] is not working in posts. The widget is working fine.
]]>What if I want to put the qr in the code, is it possible? If yes, how? Thanks!
]]>Might I suggest a few things for this plugin?
Check out the Esponce QR Code Generator WordPress Plugin and read my support posts for it about No Dynamic Functionality and UI Issues.
The issues I point out in those posts would significantly improve the QR Code Generator Plugin as well.
]]>