Forum replies created

    E V
    Spectator
    Posts: 2
    September 30, 2014 at 3:26 am #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
    September 30, 2014 at 2:24 am #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.