wreutz
Forum Replies Created
-
Forum: Plugins
In reply to: [User Profile Picture] Profile image doesn't show upthe problem was the shiftnav plugin, they fixed the problem.
for anyone having the same problem with both plugins installed, here ist the solution:
https://ww.wp.xz.cn/support/topic/incompatible-with-metronet-profile-picture?replies=3#post-6055286Thank you very much!
This solved the problem and is working for me.
Thanks for you’r quick response and solution.Forum: Plugins
In reply to: [User Profile Picture] Profile image doesn't show upfound a incompatible plugin:
when using shiftnav 1.2 and click on “select or upload profile image” you see a empty gray square selected as the first image in the top left corner of the media library. selecting another image has no effect, no error in php and no error in javascript.
disabled shiftnav and it worked as intended.used this: https://ww.wp.xz.cn/plugins/shiftnav-responsive-mobile-menu/
Forum: Plugins
In reply to: [User Profile Picture] Profile image doesn't show upsame problem here, running wordpress 3.9.2
thanks for this very fast fix.
now it works, just one thought:
you use sanitize_title on the surname and givenname for the get_user_data, causing the names to be all lowercase. is this absolutely necessary? wouldn’t it be enough to use sanitize_title for user_nicename and display_name?