Elements suddenly not working on chrome (live) - works fine on preview + safari (live), just not on chrome (live)

Live site: https://sophiechung91.wixsite.com/chatty

Editor for wix staff: https://editor.wix.com/html/editor/web/renderer/edit/b64b4e3d-08c9-44b8-b806-e39ccf001d15?metaSiteId=ec813563-d94f-4729-acb2-9f2074090f6c&editorSessionId=710a021f-28dd-4a14-86f5-7cc81330b0b8&referralInfo=my-account

Everything was working fine (on all browsers on the live site), until I checked my site recently and now my logo scroll (viewport enter and leave) effect suddenly won’t work on the live site on chrome, despite working fine on preview and on live on other browsers such as safari.

The custom buttons that apply to my featured repeaters also won’t work on live site on chrome, despite working in preview and safari (live).

I don’t know what to do as it’s working on other browsers and was working up until now.
If there are any suggestions I’d gladly welcome them!

Code:
let zoomOptions1 = {
“duration” : 500 ,
“delay” : 0
};

let fadeOptions2 = {
“duration” : 500 ,
“delay” : 0
};

let zoomOptions = {
“duration” : 1000 ,
“delay” : 90
};

$w( “#text84” ).hide();

export function box3_viewportEnter(event) {
$w( “#box5” ).show();
$w( “#text2” ).show( “fade” , fadeOptions2);
$w( “#box4” ).show();
}

export function box2_viewportLeave(event) {
$w( “#text44” ).hide( “zoom” );
}

export function box4_viewportEnter(event) {
$w( “#text2” ).hide( “zoom” , zoomOptions1);
}

export function box5_viewportEnter(event) {
$w( “#text44” ).show( “zoom” , zoomOptions);
}

export function box2_viewportEnter(event) {
$w( “#box4” ).hide();
$w( “#box5” ).hide();
}

export function button19_click(event) {
$w( ‘#dataset2’ ).next( “float” );
$w( ‘#dataset3’ ).next( “float” );
$w( ‘#dataset4’ ).next( “float” );
}
export function button20_click(event) {
$w( ‘#dataset2’ ).previous( “float” );
$w( ‘#dataset3’ ).previous( “float” );
$w( ‘#dataset4’ ).previous( “float” );
}

Perhaps it has something to do with this UPDATE here…
https://www.wix.com/velo/forum/community-discussion/wix-editor-gone-crazy

Hmm maybe, but I don’t think so as I’m not getting any error codes - and these functions were working after Feb 1st. Unless it’s the update of the update that’s affecting the live version on chrome.

Ugh I’m at a complete loss. It’s been like this for days now and with no remedy in sight. If anyone can contribute their wisdom it’d be very much appreciated.

Hi Sam,
Thanks for your patience. This issue is due to our performance rollout, and should now be resolved. Please let me know if you still have any problems with your site. Thanks!

@marlowe-shaeffer Thanks for the update Marlowe, however the problem persists on chrome (live site). Works on safari. I’ve tried emptying the cache and incognito. Any help going forward would be great!

@sam35410 Can you explain exactly/show what the problem is? I’m seeing the same behavior in both browsers, so I must be missing something. Thanks.

@marlowe-shaeffer Sure thing :). The large Chatty Chums logo at the top of the home page is supposed to shrink when you scroll down the page, while the small logo in the header is supposed to appear. Is this occurring for you on chrome on the live site?

Odd now it’s not working on Safari…

Here’s a video of the logos working in preview

@marlowe-shaeffer and here’s a video of the buttons working in preview albeit a bit slow

The effect is working again in Safari, but the images and menu logo don’t load in Chrome, so we’re back to the way it was. Maybe there is an issue in your code related to this error from Chrome. Hopefully someone will be able to assist you tomorrow.

Uncaught (in promise) Error: Unbound named dependency Symbol(MasterPageFeatureConfig)("router") in module 

Any help with this would be awesome! :slight_smile:

Any luck with this error? I’m getting something similar with my menu that scrolls to anchors that I have down the page. It works in preview, using MS Edge browser but not in Chrome. I’ve been using the same design for over a year and suddenly it’s stopped working.