Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter dimitris212

    (@dimitris212)

    Header

    <div class="logo">
    <?php
    if(ozy_get_option('use_custom_logo') == '1') {
    echo '<a href="'. esc_url(get_home_url()) .'" id="logo">';
    echo '<img id="logo-default" src="'. ozy_get_option('custom_logo') .'" '. (ozy_get_option('custom_logo_retina') ? 'data-at2x="'. ozy_get_option('custom_logo_retina') .'"' : '') .' data-src="'. ozy_get_option('custom_logo') .'" alt="logo"/>';
    echo '</a>';
    }else{
    echo '<h1><a href="'. esc_url(home_url()) .'/" title="'. get_bloginfo('description') .'">'. get_bloginfo('name') .'</a></h1>';
    }
    ?>
    </div>
    Plugin Author John Clause

    (@johnclause)

    Which options do not change? Anyway, this might help: https://qtranslatexteam.wordpress.com/integration/, as well as FAQ and Startup Guide. If it does not, submit ticket on Support Forum with clear expalnation of the problem and the steps to reproduce.

    Thread Starter dimitris212

    (@dimitris212)

    Thank you very much

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Headers of theme option’ is closed to new replies.