Changing picture no submit button
-
Hi,
I’m not able to change the image for achievements as I can’t see a submit button. I have already looked within the forum for answers but none seem to apply. I’m not sure whether it’s my theme, I’m using Pagelines free platform theme. The code looks Ok to me but I’m very new to this so not sure:
`
<form class="achievement-changepicture-form standard-form" method="post" action="”>
<?php printf( __( "We've noticed that you've got a lot of pictures to choose from. Set a filter to restrict which images are retrieved from your WordPress Media Library.”, ‘dpa’ ), admin_url( ‘admin.php?page=achievements’ ), admin_url( ‘upload.php’ ) ) ?>
<img class="avatar-preview ” id=”a” src=”" />
<input type="submit" name="achievement-change-picture" id="achievement-change-picture" value="”>
<input type="hidden" name="picture_id" id="picture_id" value="” /><?php printf( __( "Before you can choose a picture, you need to upload an image to the WordPress Media Library.”, ‘dpa’ ), admin_url( ‘upload.php’ ) ) ?>
`
If I can’t change this here, is it possible to change the default image displayed for the badges??? If so, how can this be done.
Thanks in advance
The forum ‘Achievements’ is closed to new topics and replies.