Rolling out improvements to Velo sites rendering

Please post the editor URL of your site. Only authorized Wix personnel can get access to your site in the editor. Please include the name of the page involved.

Show/hide code doesn’t work on the page load. For example

$w.onReady(function () {
    $w("#headerWhite").show();
    $w("#headerBlack").hide();
 
 if (wixWindow.formFactor === "Desktop") {
        $w("#boxBgLeft").hide();
        $w("#buttonLeft").disable();
    }
});

This happens when you first open the site, as well as when navigating between pages. Mobile version too.

The same problem exists on other sites.

UPD: collapse/expand, disable/enable too. This is equally true if you are using code or the element properties panel.

Also a small bug. If an onClick event is added for a button, the mouse cursor does not change.

https://drive.google.com/file/d/1WYQ_4_zJ1S-20fLhsL_psh7BgajJSeBj/view?usp=sharing

@mike51361 Hi. My apologies for not being clear. Basically, all the issues that we can fix quickly in this thread are related to the way the live sites are being rendered by Wix. You can see more details in the starting post by Ido:

We’ve started rolling out a new Corvid version which will introduce significant improvement to the way we render Corvid sites and their loading time…
Please let me know if you need more information.
Regards, Alex

Thank you, it should be ok now.

I am having a number of problems, including but not limited to elements not being hidden on load, despite being told to in the element properties panel.

https://www.rssrailroad.com/marketplace

I have also submitted a ticket about it.

Hey, can you specify which elements are not hidden?

on this page: https://www.rssrailroad.com/authenticate

Despite the elements being hidden in the editor:

They’re shown on live:

All the boxes and text on the left hand side of the gridlines are supposed to be hidden, regardless of anything, but they’re visible.

@webbcraft , Should be resolved now. Please let us know if the issue persists.

@avirambe Yep, and all my code is working again now, thank you.

@aleksf Hello, the issues have come back but the site is loading quick again. So the issue is definitely linked to whatever Wix is doing to improve load times.
Site: https://briapril30.wixsite.com/miko-m/test
I have also encountered another issue where onClick() is being triggered twice when dealing with repeaters in a lightbox.

@briapril30 Hey, in order to understand the issue better can you specify the pages/actions we need to do in order to see these problems.

@shaharn Site: https://briapril30.wixsite.com/miko-m/test already includes the page.
For problem 1 , click collection and then click one of the parent collections and a checkbox group should appear, clicking on them should filter the products to only show products from those series. As I said before, " In preview mode it would give me the corresponding number of the repetition in the repeater for ’ context.itemId ’ and ’ comp-kgrqwa7s’ for the ’ context.id '. However on the live site it doesn’t return any value in the and just sets the texts blank ."

For problem 2, on desktop hovering over products that have more than 1 photo should make it scans through each of the photos.
If you read the code, you should know that it achieves this by having 2 images (top and bottom). Both top and bottom are loaded through the itemReady function. On mouseIn something like the following runs via a setInterval:

  1. fades out the top photo

  2. changes the source for the top photo with the next photo

  3. fades in the top photo

  4. changes the source for the bottom photo with the next photo

  5. fades out the top photo.
    On mouseOut it clears the interval and fades in the top photo. Since Wix doesn’t allow access to CSS nor does it seem to have any way to detect if an element is fading, I have a global variable to indicate whether something is fading; otherwise, if .show() is triggered while .hide(fade) hasn’t finished, the element stays hidden.
    This worked before and still works in the preview but doesn’t work in the live site. On the live site, it just fades out the top image and then doesn’t do anything.

For problem 3, go to the mobile version of the ‘test’ page, click “Filter By” and it should open up a lightbox menu. Click on Base Color or Set color . It will expand a repeater with color options that you can choose. Click on any of the options and onClick() will run twice essentially selecting the color and then deselecting it. Another way of triggering this is just clicking on Collection it will show a repeater with the ‘parent collections’. Clicking on any of the ‘parent collections’ should expand a checkbox group with the ‘child collections’. However since the onClick() triggers twice, it expands then collapses it right away. I have tested this through console.log() to confirm that it is triggering twice on the mobile lightbox version while it runs correctly on the normal desktop version.

I think new release has been stopped by wix or they have disabled it because from yesterday my site is loading as usual like its loading before

@briapril30 Thank you very much for the specifications.

It should be resolved now. Please let us know if the issue persists.

We didn’t stop the gradual release. can you send the site url so i can check?

@shaharn Problem 3 (issue with the event handlers with repeaters in lightbox) is still occurring and speeds are back to pre-improvement rollout speeds.
Are you guys just rolling back on the improvements for those who are reporting issues? If that is the case, how long can we expect to get the improved speeds with these issues fixed?
Thanks

Reading through all these comments it’s deeply concerning that there are too many issues to keep track of and it’s not clear whether fixes are being performed on a site by site basis…

Hey Mike, we’re fixing any issues we find across all relevant Wix sites. This is our way of staying closely connected to any issues that come across - first we make sure we have an immediate remedy for the issue, then we take care of the rest. We track them all (both issues and complaints), worry not:)

In which case, I should also let you know of the other issues which occurred when the new release was active on my site.

  • The wixData.query stopped working properly
  • Navigating pages, either through a link or by using wixLocation.to produced error messages in the console relating to greensock.com