Front end upload error message
-
using ver ver 8.8.04.002 with a french site,
Then upload bar stay green in case of error (ex : maxsize) investigate my site and found error due to escaped accented characters,
in main.js at L1271
I replaced the line if (response.responseText.indexOf(__( ‘Upload failed’, ‘wp-photo-album-plus’ ))!=-1) {
by if (txt.indexOf(__( ‘Upload failed’, ‘wp-photo-album-plus’ ))!=-1) {
and now error bar color works fine
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.