Plugin Author
Amauri
(@amauric)
Hey
Yes, put this shortcode on Block Design > Menu > Before/After the menu:
[wpmobile_qrcode_2]
Thread Starter
carlyl
(@carlyliczyk)
Thanks for the quick reply!
We’re actually planning on adding it to the “Floating Action Bar” menu. Is there a way to bypass the image of the widget, and make it directly open to the scanner?
Thanks for your help
Plugin Author
Amauri
(@amauric)
Thats possible : )
Leave the shortcode and add on the menu a link to :
javascript:wpmobile_qrcode();
if you want to hide the button on the menu, add this CSS rule in the plugin:
span.button[onclick^="wpmobile_qrcode"] {
display: none!important;
}