Check again if the problem solved for the new site please.
@galc Yes Gal, it is now working again. THANK YOU!
Gal, you had this working earlier and now it is not working again. On my new site (https://51enterprises.wixsite.com/dakota2020/look-up-tool) .
Can you help me?
I demonstrate the issue with 2 pages and 6 lines of code in the following site:
https://editor.wix.com/html/editor/web/renderer/edit/203e4d21-96ed-481f-bb65-353cb42b0b8b?metaSiteId=4d44016b-e5e7-4054-9cdb-9970178b0d81&editorSessionId=0a30d841-75f8-40c7-8118-5b83104a56ec
The problematic behavior starts only after the roll put of the new version. Later, it starts and stop and stats again in the last days on the same published site, and its only in live, so please double check if its not by the new version of wix:
the issue :
I set by code on one page the text in a field on the footer
I read it by code of another page (where the new text in the footer appears on screen)
I get in the code the original text that was on the field (set in the editor) and not the new one that updated on the other page and shown on screen
Thank you
Nimrod
Checking with the team
Thanks for your report. I confirmed that it is a bug, and I’ve notified our developers. Hopefully we’ll have a fix soon. I’ll keep you updated.
@eugene-m For now it looks like https://www.harasat.com/ and https://www.corvid.wixcraft.com/ are running without the issue shown in the videos. We are investigating it.
Hi there,
I have a few features on my site made possible by Corvid, and it’s all still working smoothly asides from one thing - I have a text element which reads “mute/unmute”, which mutes and unmutes a video (which plays automatically once the page loads). It’s always worked fine and still works in preview. Here is one of three pages with the issue: https://www.notenoughknife.com/mastudios
The “mute/unmute” text should be doing what it says on the tin! Any help is greatly appreciated.
@moran-frumer Hi, thank you. Yes, now Ok. But it looks like sites are loading 5 times slower than yesterday.
Hi, thanks for letting us know, our developers are looking at it.
Should be resolved now.
@ayeletgv Yes that’s it! Thankyou very much. There’s also other small issues regarding collapsed strips, but I don’t think it’s anything new - when expanding collapsed sections, the background jutters. For example, on the following page, if you click on any of the white text the newly expanded background jumps: https://www.notenoughknife.com/pictures. Like I said, not sure if this is new, but thought it was worth mentioning.
Also, a couple issues that I removed from my site but still exist: If an expanded background has parallax scrolling (which I have now disabled on all of my collapsed strips), the image is cut in half (the right side of the strip will be black). Lastly, I noticed if the very last strip on a page (touching the footer) features parallax scrolling, after expanding a collapsed strip then gaps appear and the whole page starts to scroll over itself. As a result, I had to disable parallax scrolling on the bottom strips.
Just some additional things ![]()
@eugene-m Hi! Its exactly what is mentioned in first message in this thread -
“You may see a big improvement in loading time and then back to normal a few days/hours later- don’t be alarmed, all is well, we’re just testing these changes during different hours of the day”
I can’t say better - “Once we’ve fully deployed on all servers for all traffic we will update here as well”
Hi Wix !
My site was working for a long time but not working now
https://ajithkrr.wixsite.com/simple-messaging
Here’s the code (Not working)
import wixData from 'wix-data';
import wixUsers from 'wix-users';
import wixLocation from 'wix-location';
$w.onReady(function () {
wixData.query("Members")
.eq("userId", wixUsers.currentUser.id)
.find()
.then((res) => {
if (res.items.length > 0) {
$w('#continueButton').show();
} else {
$w('#loginButton').show();
$w('#registeButton').show();
}
})
.catch((err) => {
console.log(err);
});
$w('#continueButton').onClick((event) => {
if (wixUsers.currentUser.loggedIn) {
wixLocation.to(`/members/${wixUsers.currentUser.id}/home`);
} else {
wixLocation.to(`/login`);
}
});
});
@guille hey, your new site is not running our latest improvements, please check again
Yes, is working. Thank You!
My problems are described here -
https://www.wix.com/corvid/forum/community-discussion/lots-of-errors
Click events are not being triggered on the live site when done through my laptop but working on the mobile. Also I am using long polling, on some browsers the new data is being shown and on some it is not being refreshed.
Was working fine a couple of days back but suddenly there are many glitches.
I’m also having major issues with my site which is impacting my ability to sell products. I have a dynamic product page setup with a slider changing based on what product is selected, but now that slider will not change at all and Im getting this error TypeError: Cannot read property ‘moveToSlide’ of null at Object.
Took the info from the other thread: https://www.wix.com/corvid/forum/community-discussion/changeslide-stopped-working your site should be OK in few minutes