Hello candy2012 (@candy2012),
Thanks for reporting this. The release was tested before going live. Right now we are looking into the issues reported by you and reviewing everything. We may need little more information from your side. This will help us replicate, diagnose and fix any issues faster.
1. Name of the WordPress theme you are using.
2. The version from which you updated to current release.
Meanwhile, we are working on other things you have reported. Appreciate your patience and cooperation.
Hi,
I am using the alchem https://ww.wp.xz.cn/themes/alchem/ theme, latest version WP
Updated from the previous version of your plugin … but it did not work (could not upload /modify prodile images) with that one either 🙁
Hope you manage to sort it out as otherwise the whole thing makes no sense 🙁
Thx
I found something odd … if I look in the generated code on the profile page
I see for the cover image in frontend under mysite.com/pm_profile/ something like this
<img src="http://mysite.com/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/includes/../public/partials/images/default-cover.jpg" />
which is obviously the WRONG path!
Should output smth like
<img src="http://mysite.com/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/partials/images/default-cover.jpg" />
Soooo, can it be that you just used the wrong path somwhere ?!?
Unfortunately I cannot figure from which file exactely the error is coming from …
Also, in that popup that opens and where we are supposed to update the image, clicking on “cancel” does nothing …. seems like a CSS / javascript bug
Hello candy2012 (@candy2012),
Thank you for your patience. We released a patch today that should fix this issue. If the problem still persists, would it be possible for you to check any JS errors in your browser console and share with us?
Both image URLs are same, although generated differently (relative and absolute) linking same resource. Therefore, that should not create any problems.