Not a Bug Shoutbox not loading

Bearded Melon

Rookie
Joined
May 12, 2018
Messages
48
I have a problem with the shoutbox not loading up when I'm on mobile. If I send something , it'll load, but if I refresh the page, it's back to perpetually loading
 
I also have always had this issue. iPhone SE using Safari and Chrome. Although I think it might be a limitation of the SB plugin as a whole.
 
Yea, pretty sure it's just the plugin. If you want to take a look at whats said in the shoutbox on mobile, click on the archive link. It's a pain but it is a thing you can do.
 
I've also always had that issue on mobile. I'm on Android
 
zjo1PXB.png


This is a simple issue to fix, Should take no longer than 10 minutes including testing.

In vbshout.js find the following line:
Code:
if (thisButton.length) {

and replace with the following:
Code:
if (thisButton.length && thisButton.attr('src') !== undefined) {

xtVugmf.png
 
zjo1PXB.png


This is a simple issue to fix, Should take no longer than 10 minutes including testing.

In vbshout.js find the following line:
Code:
if (thisButton.length) {

and replace with the following:
Code:
if (thisButton.length && thisButton.attr('src') !== undefined) {

xtVugmf.png

This is actually a bug that is somewhat bigger than that (I believe). The creators of the plugin stated when we first moved the forums to VB4 that this was a problem that they are looking into and that it's not entirely a simple fix. We'll continue investigating.
 
Mark checkbox saying "load desktop version" on Chrome from the hamburger menu on Android and it will load fine. Website is not made for mobile users sadly. Use the Tapatalk app if you really wish to have it working without zooming.
 
Last edited:

Latest posts

Back
Top