• I want to render a QR code automatically for every post of a specific custom post type on the admin post edit screen.

    I see your plugin creates a QR code there already but I have the following questions about it:

    1. The Kaya QR Code metabox is sticky and stays immediately after the content editor (Classic Editor) and can’t be moved with code. I’ve changed the order on my ACF field groups but your metabox is always at the top which I don’t want. How do I move the metabox below other metaboxes since standard WP code doesn’t seem to work?
    2. What I really want to do is embed the rendered QR code in an ACF tab field for a better UI experience. I’ve tried many code options suggested by ACF, and Kaya code is generated inside the ACF field, but I keep getting a broken link. How are you rendering the QR Code in your metabox? I tried to find the code in your plugin but had no success. I’m open to suggestions.
Viewing 1 replies (of 1 total)
  • Plugin Author Kaya Studio

    (@kayastudio)

    Hello,
    Thank you for your comment and for using ‘Kaya QR Code Generator’.

    Regarding the position of the plugin’s metabox on the edit page, sorry it is actually not possible to modify it currently.

    For the integration of the image of the QR code in an ACF field, I am not sure that this is possible as it is because the generation of the image requires some fields specific to the plugin as well as the execution of the related JavaScript to this one.

    However, if you wish, you can use for example the base shortcode [kaya_qrcode ] directly with your ACF field, which generates the QR Code with the current URL, which will therefore be integrated into the content of your page.

    I note however the possibility of modifying the position of the metabox for a future update.

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Display QR Code In Admin Post Edit Screen’ is closed to new replies.