It requires additional development. I will think about implementing this feature in future updates. Thank you for the suggestion.
It requires additional development. I will think about implementing this feature in future updates. Thank you for the suggestion.
try it on another theme as it does not do that on any themes u haveOxwall Version: 1.7.2
Theme: Ethos Dark
Plugin: Profile Cover
The change cover button shows in front of everything else on the page as you scroll down. It makes it hard to press the Admin menu buttons that are underneath it.
I am not sure if this is a theme problem or if this is your plugin.
Please let me know thanks!
If an user upload 5MB of profile cover I want to make it around 100kb...
thank you
and i dont know why.
thanks
can we solve this?
What theme do you use? Could you provide a screenshot. It might happen on themes with not fixed width. It usually a custom theme, because all Oxwall theme are fixed width.
Hi Sergeyis there any thing on getting this fixed
i am getting lots of complaints from users they don't know how to change there profile avatar
some just do not know the button pops up on mouse over avatar image
most are using tablets and mobiles so theres no way they can change there avatar at all
the button needs to show under the avatar image that shows permanently not on mouse over on desktop and mobile view
Hello Tammy,
I will think about how to solve the problem till the next plugin update. But I do not know how to do it for now. It is not good to always show the button for desktop users - hover is a better option. Please, feel free to suggest me a solution, it will help.
Oxwall standard themes are not responsive, so I did not encounter the issue during plugin development and testing. It is complicated task to fix the issue but I will try to fix it till the next plugin update.
i think the easiest solution would be to put the button under the avatar
then use css to stile it out on lager screens
@media(min-width: 1100px {
.ow_change_avatar_button{
display: none;important
}
}
@media(min-width:980px)and (max-width:1100px)
.ow_change_avatar_button{display: none;important}}
Tammy,
This method will also affect desktop browsers with small screen. Thank you for suggestion.