It looks like Wix is changing something again, or do some updates.
If your site do not work at this moment, you should be patient, i am sure the problems will be gone in a while…
Thanks for the heads up. Appreciate it. But this is not a pleasant experience when one has a live site that is down. For a small ecommerce setup, this means loss of revenue and loss of livelihood in this tough times
And wix crash for no reason again.
dark souls its more easy
no, it didn’t stop for lack of memory, the freshness editor for the six time today and restarted for no reason.
wix needs to stop with the new X editor to improve what works
I am sure wix is working on a solution, which will solve also this problem.
Good coding needs time, we all know this.
I do not use the x-Editor because it is still in developement-phase.
I am also satisfied with the normal editor. Perhaps one time when all little bugs are fixed in the x-editor, i would also take a look on it.
if (waiting() === true) {
result() = 'best';
}
else {
waiting.start();
}
Unfortunately these issues on the live site are happening often.
I realized that this crash happens over time.
as you use the most lagged and heavy editor to edit it gets
what 40 minutes causes the editor to be stuck, and since I take almost 8 hours in the editor, I need to start over from time to time, the editor “overheats” and ends up crashing if he doesn’t “relax” him.
I had UNCONTAINABLE problems that I double-clicked on a text element and the site stopped working Ctrl + c, Ctrl + v, DEL, or the text simply couldn’t be edited.
and I also noticed that the editor is more broken and buggy outside the standard language (English)
when I use my language (portuguese-brazil) the editor becomes problematic, moving elements alone, breaking the HUD of the menus at the top and corner of the site, and an example of this is that I just cannot access the bottom of the tool box 2017.
wix is amazing, edit and be able to rotate, move and put what you want anywhere creates incredible creativity in designers.
but in some ridiculous inexplicable cases, like the box of various states, reset the " duration (secs) " to 0 seconds every time I close and open the editor
Yes may be, but that also means that wix is also working on NEW features. I know what you want to say and i think that one das wix will do updates, without causing troubles on live-sites.
And in the meantime, we user can just be patient and look forward for NEW features. Normaly errors which were caused by wix, are eliminated relative quickly.
But it is just my opinion.
@russian-dima Yea… should be fixed soon…
russian-dima
how can I get a percentage of a number, like “50% of 80 = 40” in code?
80*0.5 ??? ----> = ???
OR…
80*50/100 = ???
let percentage = 50 //<----- 50%
let multiplier = percentage/100 //<----- 0.5 (multiplier)
let myValue = 80 //<-----your value
let RESULT = myValue*multiplier
console.log(RESULT)
@russian-dima
it’s like, calculating a product discount
(50% and 10$) = 5$
@russian-dima
now wix fucked me, wix just stopped working the java script and with that delay the poha of the plan that i paid on the website is leaving
this code is what works:
if ($w("#uploadButton1").value.length > 0) { <- work perfect
//
let files = $w("#uploadButton1").value;
let fileSize = files[0].size; <- detect the image file
if (fileSize < mySizeLimit) { // 2 mbs
$w("#uploadButton1").startUpload()
.then((uploadedFile) => {
$w("#textID").label = "some text here"
})
} else {
// some code
}
} else {
// some code
}
and this is the code that doesn’t work:
if ($w("#uploadbutton2").value.length > 0) { // <- doesn't work I don't know why
//
let files = $w("#uploadbutton2").value;
let fileSize = files[0].size; // <- says it is undefined for no reason.
if (fileSize < mySizeLimit) { // 1 mbs
$w("#uploadbutton2").startUpload()
.then((uploadedFile) => {
$w("#textID").label = "some text here"
})
} else {
// some code
}
} else {
// some code
}
is the exact same code with only different elements
and to finish the editor in the code tab, it is not working correcting and the code colors pink, blue, orange and green, sometimes are not shown or they simply color all the texts
no red lines from
(error / spelling errors)
I could just ignore it and wait for the wix to update these issues that exist after 2018, 2019
but my fucking paid plan is active
so I’ve been working here all day for almost 3 years making my site on this, always looking for ways to improve
for wix throws my plan in the trash.
Hello there,
I’m sorry to hear about the frustration you’re experiencing. Can you please share the URL for your site and provide steps for us to reproduce these errors/find your problematic code so we can investigate? Thanks.
@marlowe-shaeffer
www.grayscalie.com
I chose wix because it is free, it allows me to create what I need and want on the site, but the wix editor has a lot of code problems and that’s my problem
like this:
the element menu buttons do not work properly
and when trying to write the text nothing happens, delete or type
@p3tri1ell0 On what pages are you encountering problems?
@p3tri1ell0 I’ve been inspecting the code on your site and you have numerous errors in your code.
Here you are setting values to variables before the variables have been declared:
On this error, you need to import local , session , or memory .
In this segment, an extra parenthesis is causing errors with unbalanced parentheses:
The line should be:
console.log ("FODA-SE WIX")
That is, delete the last parenthesis in the line.
This following line is flagged as an error above;
if (fileSize < mySizeLimit) { // imagem menor que 1 mbs (prossegue)
This is because files[0].size is a string, not a number. See the documentation:
I do see some possible issues where the Editor may be falsely flagging errors in your code as you have some pages that are quite complex with a lot of code. I’ve reported this to QA for evaluation.
Meanwhile, you should carefully review your code for errors. Use the API documentation to ensure that your code is correct.
@yisrael-wix
I still don’t understand why .reset () in uploadbutton still doesn’t have an effect inside a repeater.
“Here you are setting values for variables before variables are declared”
this is really stress, to spend many hours trying to make something work and not work even following each step of an example of the own wix
“In this segment, an extra parenthesis is causing errors with unbalanced parentheses”
again, it was my stress, I spent 2 days trying to make it work and ended up “killing the keyboard” pressing everything
“In this error, you need to import location, session or memory.”
most errors were not being shown to me, for some reason the wix stops working some of the functions and (sometimes) restarting it makes them go back to normal
I also left this import {storage}, in case I need it later because I’m still making the site, so that’s why it’s not in use
(12/11/20 - 15:29h)
I have no idea why wix just doesn’t work properly for me
“This following line is flagged as an error above”
I was looking for how to limit the mb of an upload button, so I got the code:
this post , he use files [0] .size
@yisrael-wix
here, i made a video showing some of the problems i’ve been facing as i use wix, i’m 3 years doing the site it’s not because it’s difficult, it’s because it’s slow.
sometimes text elements bug and didn’t work well, sometimes wix crash, etc.
and another one
sometimes adding, deleting, undoing, redoing, saving, publishing, and other functions affect the size of one or more box elements, I have no idea why this happens, but it occurs with a frequency of … 1 time every 30 days
and another one - 26/12/20
for some reason when I try to put the mouse in the “text” option in the menu it closes and opens again and sometimes the element is highlighted and buggy.
preventing me from editing text on buttons