Same problem. Have you solved it? Thanks!
Thread Starter
Bosyak
(@bosyak)
No, i temporally using “User Photo” plugin.
Thread Starter
Bosyak
(@bosyak)
Dear devs, please help us 🙂
Thread Starter
Bosyak
(@bosyak)
I am currently fixing this issue
I look forward to the fix. I’ll be watching this comment stream. THANK YOU!
I think in this case:
To have the user avatar work properly on the front side of the
You need to add sometime like this to functions.php file.
<?php
if(!is_admin()):
wp_enqueue_script("thickbox");
wp_enqueue_style("thickbox");
endif;
[Please post code snippets between backticks or use the code button.]
This will open up user avatar in the think box.
Hope this helps. Let me know how it works out for you.
However I don’t think this sort of functionality is in the scope of the plugin.
I really give you a big thanks !!!
Without this fix you cannot use theme my login and user avatar which are both great plugins.
With this fix, all works great !!! You save my life !! (not my life but you save me a lot of time !!)
See you 😉