Hello
so I have this website
, which has a character design page, where the user can make a character ,
suddenly when I checked today it stopped working , the images does not load anymore, even so i have checked 2 weeks before and every thing was fine, and the images were loading.
all of the buttons are connected to images on the wix media gallery.
and also I haven't changed any code since then.
please can some one help me with the issue there,
All -this issue has been resolved. Thank you all for your patience
Hello, I've seen multiple posts reporting this issue. If you haven't already, please submit to customer care as this is a community based forum so they may not see the issues here
https://support.wix.com/en/article/contacting-wix-customer-care-for-support
Same issue...
It seems that
$w('#image').src = ...
works fine inside a repeater element but not in other places.
having same issue -
suddenly on some pages the images are not loaded anymore with the code line:
$w("#albumImage").src = ...
Nothing happens with this line on some pages, but on a duplicated page with the same code - it does work! This code is working great for a year now but suddenly it's like all the code is working and responding great exept for this line, and not on all pages...