• carlyl

    (@carlyliczyk)


    Hello, is there a way to add the QR code scanner as a button in the menu? So that way when the buttons clicked, it opens the QR code scanner directly?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author AmauriC

    (@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 AmauriC

    (@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;
    }
    
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘QR Code Scanner’ is closed to new replies.