Comments Cepkolik started the conversationDecember 24, 2014 at 6:40pmHi there,logo width and no height in seo tools gives warning.and Alternative text missing for logo.pngHow to fix ? 93 djwd repliedDecember 28, 2014 at 1:23pmHi there,you should set it in header.php manually if you wish to set an "alt" attribute and specify the size also. More info about this can be found by performing a web search since it's basic HTML though.Regards djwdRegardsdjwdCepkolik repliedJanuary 5, 2015 at 7:06pmI do not know html, could help you be ?Thanks 93 djwd repliedJanuary 5, 2015 at 7:40pmThis actually goes beyond regular support. Anyway search for this string in header.php and just add the alt attribute at the end, as such:<img src="<?php echo of_get_option('pm_logo'); ?>" width="<?php echo $width; ?>" height="<?php echo $height; ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?> alt="HERE GOES YOUR ALT CONTENT"/>Hope it helpsRegardsdjwdRegardsdjwd Sign in to reply ...
Hi there,
logo width and no height in seo tools gives warning.
and Alternative text missing for logo.png
How to fix ?
Hi there,
you should set it in header.php manually if you wish to set an "alt" attribute and specify the size also. More info about this can be found by performing a web search since it's basic HTML though.
Regards
djwd
Regards
djwd
I do not know html, could help you be ?
Thanks
This actually goes beyond regular support. Anyway search for this string in header.php and just add the alt attribute at the end, as such:
Hope it helps
Regards
djwd
Regards
djwd