September 22, 2015 at 8:21 am
#28581
Theme Horse Support Team
Keymaster
Hi SMW,
We fixed that blank h1 page-title tag in pro version but missed to update in free version.
We will update it in next version. For now if you are using free version then go to theme folder-> library-> structure-> header-extension.php on line no 236 you will find this below code. Remove this below code
<h1 class="page-title"><?php echo attitude_header_title(); ?></h1><!-- .page-title -->
and paste this below code
if( '' != attitude_header_title() ) {?>
<h1 class="page-title"><?php echo attitude_header_title(); ?></h1><!-- .page-title -->
<?php } ?>
If there is any issue/ confusion then let us know and thanks for addressing the issue in free version!
Thank you!