I have checked it and I do not have this error at my site - v4.6.1.
However, I have this problem for me. When uploading the first profile picture, you can rotate the photo and change the size, but if I want to change the profile photo to other, I can not resize the picture. I need to refresh the page, click the edit profile photo again and then I can change the size.
It's irritating.
Hi julio,
We guess that the issue is caused by cache browser/cache cloudflare. We have checked on our demo site, and the feature is working fine. Are you using cloudflare on your site?
However, I have this problem for me. When uploading the first profile picture, you can rotate the photo and change the size, but if I want to change the profile photo to other, I can not resize the picture. I need to refresh the page, click the edit profile photo again and then I can change the size.
It's irritating.
Hi kerstar,
After checking your reported issue, we can confirm with you that it's a bug of the Core script 4.6.1. We will fix it in the next version 4.6.2.
Thanks for your report and sorry for this inconvenience.
Strange, because version 4.6.1 b2 is already working properly.
This is getting ridiculous ever time you guys move one step forward you take two steps back. We use to be in the twenties for issues, and now we are getting close to sixty.
ALL I HAVE WANTED FOR THE PAST 5 YEARS IS ONE STABLE VERSION WITH NO BUGS THAT EVEN A NEW USER WOULD FIND IN ONE DAY ON THE SITE!
Sorry to yell but I have a lot of custom work so I have to do a fresh install each time and it takes several days, and I am tired of starting it and even before I get it installed completely someone comes out with a bug that should have been noticed before it was announced. Gee do you guys even check these upgrades...cause it sure doesn't look like it. This last two errors with the cover image and this profile image should have been caught when you made a new user because that is the least you could do when you test a product for a social network.
I bought the Follow application and in the bookmark / Follow page, when you move the mouse over the board on the user name, a window is displayed in which the user's profile photo is displayed incorrectly.
The picture is displayed in square.
I don't know if this is a Photos application bug, a phpfox core bug or a Follow application bug
In the attachment, I am sending you an overview of the bug.
Someone knows how to fix it?
should contact the developer...in that case I think its FoxExpert.
they have a 'contact us' link on their product page at
Problem solved with the help of FoxExpert.
In:
PF.Base\module\follow\template\default\controller\index.html.php
add this code:
.img-wrapper img {
width: 100% !important; height: 100% !important;
}
It's working! :)