Title: QR code
Last modified: August 21, 2016

---

# QR code

 *  [davidebabylonia](https://wordpress.org/support/users/davidebabylonia/)
 * (@davidebabylonia)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/qr-code-3/)
 * hello,
 * How to avoid QR code to be rendered on mobile user agents?
 * I have installed the wptouch on my [Blog](http://www.cookingwithpeachy.com/wordpress/chicken-tocino/)
 * Thank you!
 * [https://wordpress.org/plugins/ultimate-tinymce/](https://wordpress.org/plugins/ultimate-tinymce/)

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

 *  Plugin Author [Josh](https://wordpress.org/support/users/josh401/)
 * (@josh401)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/qr-code-3/#post-4773126)
 * That’s a very good question. I haven’t been asked this before.
 * Hmmm… I would guess the best way is to target the css via your stylesheet. You
   can say something like… “if you are mobile… do not load the qr div element”.
 * I think it would look something like this:
 *     ```
       /* Hide Ultimate Tinymce QR Codes for mobile agents */
       @media screen and (max-device-width: 480px) {
           .jwl_qr_code { display: none; }
       }
       ```
   
 * That basically says if the width of the device is maxed at 480px… it won’t display
   the widget. You can experiment with that value.
 *  Thread Starter [davidebabylonia](https://wordpress.org/support/users/davidebabylonia/)
 * (@davidebabylonia)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/qr-code-3/#post-4773134)
 * I have tried this code but there is no changes, do you need any other info? Isn’t
   it possible to exclude by generic user agent list?
 *  Plugin Author [Josh](https://wordpress.org/support/users/josh401/)
 * (@josh401)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/qr-code-3/#post-4773187)
 * Okay, I’ll have to ask my mobile guy how this can be done.
 * Please follow up with me in 24 hours, if I have not posted back by then.
 * Thanks.
 *  Thread Starter [davidebabylonia](https://wordpress.org/support/users/davidebabylonia/)
 * (@davidebabylonia)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/qr-code-3/#post-4773194)
 * Hello Josh,
 * Any news?

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

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

 * ![](https://s.w.org/plugins/geopattern-icon/ultimate-tinymce.svg)
 * [Ultimate TinyMCE](https://wordpress.org/plugins/ultimate-tinymce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-tinymce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-tinymce/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-tinymce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-tinymce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-tinymce/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [davidebabylonia](https://wordpress.org/support/users/davidebabylonia/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/qr-code-3/#post-4773194)
 * Status: not resolved