Viewing 1 replies (of 1 total)
  • Plugin Author Steven

    (@shazahm1hotmailcom)

    @ skulldragon

    None of the templates that come with Connections shows the logo for no reason other than way back when Connections did support a logo. Right now, only the premium templates support showing the logo (or photo) really depends on the template.

    You can add the logo to any template with this bit of code:

    <?php
    $entry->getImage( array(
    	'image'    => 'logo',
    	'height'   => 120,
    	'width'    => 100,
    	)
    );
    ?>

    Since you are using one of the supplied templates, I suggestion following the instructions outlined in this QuickTip:
    https://connections-pro.com/2014/05/13/quicktip-tweaking-core-templates/

    Hope that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Where's the Logo?’ is closed to new replies.