Forum replies created

    E V
    Spectator
    Posts: 2
    30.09.2014 at 03:26 #13104

    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) { ?>

    E V
    Spectator
    Posts: 2
    30.09.2014 at 02:24 #13102

    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.