Forum replies created
In reply to
lost site title after upgrading to premium
Found the bug. In Appearance editor, select Header (header.php) and find:
<?php $evl_blog_title = evl_get_option(‘evl_blog_title’,’0′); if ($evl_blog_title == “0”) { ?>
And Change to:
<?php $evl_blog_title = evl_get_option(‘evl_blog_title’,’0′); if ($evl_blog_title == “0” || !$evl_blog_title) { ?>
In reply to
lost site title after upgrading to premium
I had this exact same issue. The only way I could get a text site title to appear was by using the tagline as the site title. Any fix here?!
And, yes, I did check both appearance and theme options to make sure the title was not disabled.