Title: Browser Support
Last modified: June 4, 2020

---

# Browser Support

 *  Resolved [cymendor](https://wordpress.org/support/users/cymendor/)
 * (@cymendor)
 * [6 years ago](https://wordpress.org/support/topic/browser-support-4/)
 * I have installed the wpDiscuz plugin, and I must say I am amazed, and I like 
   it. However, when I started to open my blog in different browsers, I noticed 
   that the plugin doesn’t work for all browsers.
 * For example, using this webpage: [Blog Comment Example](https://sqlitybi.com/streaming-data-from-sql-server-to-power-bi-using-powershell/#comment-1682)
 * Firefox: The comment from the above page displays as expected.
    Chrome: The comment
   is compressed and doesn’t display any images. Edge: The comment is compressed
   and doesn’t display any images. Internet Explorer: Read more button cannot click
   and doesn’t expand the comment.
 * Am I missing something?

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

 *  Plugin Author [gVectors Team](https://wordpress.org/support/users/gvectors-team/)
 * (@gvectors-team)
 * [6 years ago](https://wordpress.org/support/topic/browser-support-4/#post-12939873)
 * Hi [@cymendor](https://wordpress.org/support/users/cymendor/),
    It looks identical
   on all browses. We just checked it and didn’t find any issue. It seems you have
   a local cache or browser cache. There is no any issue on different browsers. 
   You can check it on wpDiscuz demo page as well: [https://wpdiscuz.com/demo/](https://wpdiscuz.com/demo/)
 * Just want let you know, that **Internet Explorer is not supported.** We don’t
   support IE related issues and wpDiscuz is requires “Edge” versions of Windows
   browsers. I can’t say but if you [disable the rich editor](https://wpdiscuz.com/docs/wpdiscuz-7/plugin-settings/comment-form/#load-rich-editor)
   it may work on IE somehow. In any case we don’t support IE browsers.
 *  Thread Starter [cymendor](https://wordpress.org/support/users/cymendor/)
 * (@cymendor)
 * [6 years ago](https://wordpress.org/support/topic/browser-support-4/#post-12939965)
 * Hi, Thank you for the fast response. I have this issue on multiple computers,
   even on mobile browser the images are not displayed when using chrome. Even if
   I reset my cache I still have this issue. Did you check it for the 2nd comment
   from the top and clicked on Read more?
    -  This reply was modified 6 years ago by [cymendor](https://wordpress.org/support/users/cymendor/).
 *  Plugin Author [gVectors Team](https://wordpress.org/support/users/gvectors-team/)
 * (@gvectors-team)
 * [6 years ago](https://wordpress.org/support/topic/browser-support-4/#post-12940062)
 * [@cymendor](https://wordpress.org/support/users/cymendor/),
    Please, always use
   incognito / private session of browsers when you check it to avoid all kind of
   caches.
 * Also, please let me know what image you mean? Please leave some screenshot.
 *  Thread Starter [cymendor](https://wordpress.org/support/users/cymendor/)
 * (@cymendor)
 * [6 years ago](https://wordpress.org/support/topic/browser-support-4/#post-12940609)
 * Hi, even with incognito I have the same issue. Please see the below screenshots.
 * Example using Incognito chrome (Image not visible)
 * [Chrome without image](https://wp.me/aatAGK-xD)
 * Example using Firefox (image visible)
 * [Firefox with image](https://wp.me/aatAGK-xE)
 * Its the last comment in this blog post:
 * [Blog Post example](https://sqlitybi.com/streaming-data-from-sql-server-to-power-bi-using-powershell)
    -  This reply was modified 6 years ago by [cymendor](https://wordpress.org/support/users/cymendor/).
 *  Plugin Author [gVectors Team](https://wordpress.org/support/users/gvectors-team/)
 * (@gvectors-team)
 * [6 years ago](https://wordpress.org/support/topic/browser-support-4/#post-12941835)
 * Hi [@cymendor](https://wordpress.org/support/users/cymendor/),
    I don’t see that
   image even on Firefox. It seems you have a local cache on FF browser so you can
   see some images. The HTML content of that comment doesn’t have any image tag.
 * Please edit that comment in Dashboard > Comments admin page and show me the real
   content (HTML code) of that comment.
 * And let me know how have you put those images in the comment? Have you had a 
   comment attachments plugin or have you used wpDiscuz Media Uploader addon?
 *  Thread Starter [cymendor](https://wordpress.org/support/users/cymendor/)
 * (@cymendor)
 * [6 years ago](https://wordpress.org/support/topic/browser-support-4/#post-12942960)
 * Hi,
 * I use the image tag for example:
 * img src=”[https://sqlitybi.com/push-dataset/&#8221](https://sqlitybi.com/push-dataset/&#8221);
   alt=”Push Dataset” />
 * ![Push Dataset](https://sqlitybi.com/push-dataset/)
 * When the wpDiscuz plugin is disabled the images are displayed.
 * When it is enabled, the images don’t display.
 * I have now disabled the wpDiscuz plugin, please navigate to this page and you
   will see that all images are loading.
 * [Example post](https://sqlitybi.com/streaming-data-from-sql-server-to-power-bi-using-powershell/)
    -  This reply was modified 6 years ago by [cymendor](https://wordpress.org/support/users/cymendor/).
    -  This reply was modified 6 years ago by [cymendor](https://wordpress.org/support/users/cymendor/).
 *  Plugin Author [gVectors Team](https://wordpress.org/support/users/gvectors-team/)
 * (@gvectors-team)
 * [6 years ago](https://wordpress.org/support/topic/browser-support-4/#post-12942997)
 * [@cymendor](https://wordpress.org/support/users/cymendor/),
    Your URL is not 
   an image file URL. This is the issue. wpDiscuz only recognizes URLs with extensions
   and file formats (png, jpg, gif ,etc…).
 * If you change the
 * `src="https://sqlitybi.com/push-dataset/"`
 * to
 * `src="https://sqlitybi.com/wp-content/uploads/2020/06/push-dataset.png"`
 * it’ll work fine.
    -  This reply was modified 6 years ago by [gVectors Team](https://wordpress.org/support/users/gvectors-team/).
    -  This reply was modified 6 years ago by [gVectors Team](https://wordpress.org/support/users/gvectors-team/).
 *  Thread Starter [cymendor](https://wordpress.org/support/users/cymendor/)
 * (@cymendor)
 * [6 years ago](https://wordpress.org/support/topic/browser-support-4/#post-12943248)
 * Hi [@gvectors-team](https://wordpress.org/support/users/gvectors-team/)
 * I have changed to the following as you suggested:
 * `src="https://sqlitybi.com/wp-content/uploads/2020/06/push-dataset.png"`
 * However, it still results in the same where the image is not visible.
    -  This reply was modified 6 years ago by [cymendor](https://wordpress.org/support/users/cymendor/).
 *  Plugin Author [gVectors Team](https://wordpress.org/support/users/gvectors-team/)
 * (@gvectors-team)
 * [6 years ago](https://wordpress.org/support/topic/browser-support-4/#post-12943279)
 * Ok, [@cymendor](https://wordpress.org/support/users/cymendor/),
    Please delete
   all caches. Also leave a screenshot of the comment edit screen. I want to see
   the real content.
 *  Thread Starter [cymendor](https://wordpress.org/support/users/cymendor/)
 * (@cymendor)
 * [6 years ago](https://wordpress.org/support/topic/browser-support-4/#post-12943331)
 * Hi [@gvectors-team](https://wordpress.org/support/users/gvectors-team/),
 * I am only using Incognito to test this. Applies to multiple computers.
 * I actually found a work around, you have a feature inside wpDiscuz > Settings
   > Comment Content and Media > Image Source URL to Image Conversion –> Toggle 
   on.
 * if I paste the direct URL like:
    `https://sqlitybi.com/wp-content/uploads/2020/
   06/push-dataset.png`
 * It works. But if it is inside a img tag:
 * `<img src="https://sqlitybi.com/wp-content/uploads/2020/06/push-dataset.png" 
   alt="" />`
 * It does not work. However, it works with wpDiscuz turned off. See example comment
   edit screen:
 * ![](https://i0.wp.com/sqlitybi.com/wp-content/uploads/2020/06/Two-examples-of-
   images.png?ssl=1)
    -  This reply was modified 6 years ago by [cymendor](https://wordpress.org/support/users/cymendor/).
    -  This reply was modified 6 years ago by [cymendor](https://wordpress.org/support/users/cymendor/).
 *  Plugin Support [gVectors Support](https://wordpress.org/support/users/gvectorssupportmember/)
 * (@gvectorssupportmember)
 * [6 years ago](https://wordpress.org/support/topic/browser-support-4/#post-12943636)
 * Hi [@cymendor](https://wordpress.org/support/users/cymendor/),
 * > But if it is inside a img tag. It does not work.
 * This is designed and work it this way. We delete the image tags.
    However, you
   can keep the “Image Source URL to Image Conversion” option enabled and still 
   be able to upload image/file on the comment form using an absolute URL.
 * More info here: [https://wpdiscuz.com/docs/wpdiscuz-7/plugin-settings/comment-content-and-media/#image-source-url-to-image-conversion](https://wpdiscuz.com/docs/wpdiscuz-7/plugin-settings/comment-content-and-media/#image-source-url-to-image-conversion)

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

The topic ‘Browser Support’ is closed to new replies.

 * ![](https://ps.w.org/wpdiscuz/assets/icon-256x256.png?rev=1076265)
 * [Comments - wpDiscuz](https://wordpress.org/plugins/wpdiscuz/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpdiscuz/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpdiscuz/)
 * [Active Topics](https://wordpress.org/support/plugin/wpdiscuz/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpdiscuz/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpdiscuz/reviews/)

 * 11 replies
 * 3 participants
 * Last reply from: [gVectors Support](https://wordpress.org/support/users/gvectorssupportmember/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/browser-support-4/#post-12943636)
 * Status: resolved