In 1.7.2.
It's impossible to change avatar by "Drag & drop image here or click to browse".
User drags & drops image but nothing happens!
Please fix it.
In 1.7.2.
It's impossible to change avatar by "Drag & drop image here or click to browse".
User drags & drops image but nothing happens!
Please fix it.
Here's the fix:
in ow_static/plugins/base/js/avatar_change.js
at the very beginning of the file
replace this:
var avatarChange = function( params )
{
this.params = params;
with this:
var avatarChange = function( params )
{
$.event.props.push('dataTransfer');
this.params = params;
for me still doesnt... i've restarted httpd and then also rebooted the server.. still same problemIt's no need restart apache, just activate DEV mode, upload new file, then for example in admin/user-dashboard simply move some panels (Drag'n'drop items), then deactivate DEV mode...
Sorry, Silvio for misleading, this is not the fix for join page avatar issue. I'll provide it later.Oh my god. Is there join page avatar issue???
var avatarChange = function( params )
{
this.params = params;
with this:
var avatarChange = function( params )
{
$.event.props.push('dataTransfer');
this.params = params;
I faced problem of CROP AVATAR FAILED. Please advise how to resolve this issue.
Sorry for that, i have display Oxwall avatar in my web setwet.net. Please resolve my issue.
Please start a new topic and include the following
Where are you seeing that message, desktop, mobile?
Also please take a screen shot of the page and attach it in your new topic.
Thanks