Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Frederique Game

    (@frederique-game)

    function shiftnav_main_site_title( $instance_id ){
    if( shiftnav_op( ‘display_site_title’ , $instance_id ) == ‘on’ ):
    ?>
    <h3 class=”shiftnav-menu-title shiftnav-site-title”>“><?php bloginfo(); ?></h3>
    <?php
    endif;

    if( shiftnav_op( ‘display_instance_title’ , $instance_id ) == ‘on’ ):
    ?>
    <h3 class=”shiftnav-menu-title shiftnav-instance-title”><?php echo shiftnav_op( ‘instance_name’ , $instance_id ); ?></h3>
    <?php
    endif;

    }
    add_action( ‘shiftnav_before’ , ‘shiftnav_main_site_title’ , 10 );

    Plugin Author sevenspark

    (@sevenspark)

    Hi Frederique,

    You’re referring to the title at the top of the ShiftNav panel? You can disable the site title in the Control Panel. The Pro version provides a setting in the Control Panel for you to upload an image for your logo ??

    Best,

    Chris

    Thread Starter Frederique Game

    (@frederique-game)

    Hello Chris, not exactly the first part but the second on the left which is delivering the title (I’ve tried by the settings on the panel, that’s not that one). But maybe it’s just available in pro version ?

    let’s have a look to the site : https://www.monuniverpapier.fr

    The fist panel in pink is ok, when you open it, in white zone, I’d rather have the logo…

    Thanks !!

    Plugin Author sevenspark

    (@sevenspark)

    Yes, the image upload is only present in the Pro version

    Note that that URL doesn’t resolve for me

    Best,

    Chris

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Displaying a logo in place of title ?’ is closed to new replies.