• Resolved jespernordmann

    (@jespernordmann)


    Hi there,

    when using the QR Code tool with the link option, it uses the postid of the page to create the clickable QR Code instead of my permalinkstructure using the postname. This leads to a 404 error, because postid’s are not accessible any more.

    Kind regards,
    Jesper

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Vova

    (@gn_themes)

    Hi Jesper,

    Could you post here your shortcode, the resulting link, the expected link and your permalink structure? So I could reproduce the issue.

    Thank you.

    Thread Starter jespernordmann

    (@jespernordmann)

    Hi Vova,

    the shortcode I use: [su_qrcode data="https://input-pflege.de/echtheitspruefung/" title="Bescheinigungs-ID scannen" size="100" margin="5" align="center" color="#ef782c"]

    The resulting link: https://input-pflege.de/?p=14145

    The expected link: https://input-pflege.de/echtheitspruefung/

    My permalink structur is set to postnames.

    I’m using the QRcode with the learndash certificate tracker by ELearning complete.

    Thanks in advance,
    Jesper

    Plugin Author Vova

    (@gn_themes)

    Hi Jesper,

    Could you upload the generated qr code to the following servive and post here the result?

    https://zxing.org/w/decode.jspx

    Thank you.

    Thread Starter jespernordmann

    (@jespernordmann)

    Hi Vova,

    sure thing, here you go:

     Decode Succeeded
    Raw text	
    https://input-pflege.de/?p=14145&certificate_id= input-1614074938-9324-15
    Raw bytes	
    41 b6 87 47 47 07 33 a2   f2 f6 96 e7 07 57 42 d7
    06 66 c6 56 76 52 e6 46   52 f3 f7 03 d1 01 48 d5
    a8 2c 4c c6 ca e4 e8 d2   cc d2 c6 c2 e8 ca be d2
    c8 7a 40 d2 dc e0 ea e8   40 1a 44 0a 28 59 77 b6
    08 11 cf 84 48 dd 06 40   ec 11 ec 11 ec 11 ec 11
    Barcode format	QR_CODE
    Parsed Result Type	TEXT
    Parsed Result	
    https://input-pflege.de/?p=14145&certificate_id= input-1614074938-9324-15
    Plugin Author Vova

    (@gn_themes)

    The QR Code itself doesn’t modify the provided data. So, if you have data="https://input-pflege.de/echtheitspruefung/" in your shortcode, you will get the exact same URL encoded in a QR Code https://input-pflege.de/echtheitspruefung/.

    It seems you have a 3rd-party plugin which modifies the shortcode before it’s being rendered by WordPress. The culprit also adds the &certificate_id= part to the resulting URL. Try checking any plugins which may rely on the certificate_id part.

    Maybe it’s the learndash certificate tracker by ELearning mentioned by you above.

    Thread Starter jespernordmann

    (@jespernordmann)

    Hi Vova,

    thanks for your hint. I’m going to contact ELC for further support.

    Best,
    Jesper

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘QR code link not working’ is closed to new replies.