Hello,
Recently I bought your Veronika theme from osclasspoint market and currently Im in process of making it work. Everything seems to work fine.
Except when I try to upload avatar on my test user profile I do not get any update. Anyone knows how to fix it? Also when i update my profile pic i get this look of the site:
Maybe I forgot to connect something?
I use PHP 7.3
I realized that it's because "#" in <a href="#" id pict-update> but what I must put there to get this to work?
<?php if(function_exists('profile_picture_show')) { ?>
<div class="row">
<label class="picture"><span><?php _e('Avatar', 'veronika'); ?></span></label>
<a href="#" id="pict-update">
<?php profile_picture_show(null, null, 80); ?>
</a>
<a href="#" id="pict-update-secondary" class="btn btn-primary"><?php _e('Update avatar', 'veronika'); ?></a>
</div>
<?php } ?>