This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Different logo

Resolved 7 replies developerthemetheme-north
Started · Latest reply by Andrew Misplon

Hi there

I am using the North theme. I have been trying to get a different logo on one specific page by using if, else conditional statements along with the is_page(), in header.php. I’m stuck, with the block of PHP code that I have inserted into header.php I only manage to have the logo disappear for that page (page id = 1082), but not show the new logo.

My PHP in header.php:

<?php
$logoDif = "”;;
if(is_page(‘1082’)) {
echo $logoDif;

}else{

siteorigin_north_display_logo();

}

?>

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

7
  1. Andrew Misplon Staff

    Hi PikStealth

    Thanks for the wait. If you still need a hand with this, please could you ZIP your child theme folder and upload it to a site like Dropbox or Drive and send us the link so we can take a look.

  2. PikStealth

    Hi,

  3. Andrew Misplon Staff

    Hi :)

  4. PikStealth

    Hi, sorry, for some reason you only got part of my message J.

  5. Andrew Misplon Staff

    If it was sent via email our system that cuts out signatures might have gotten it wrong. Sometimes it misses.

  6. PikStealth

    I see, thanks! I have found a work-around. I should be fine for now thanks!

  7. Andrew Misplon Staff

    Awesome :) Nicely done. Thanks for the update.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread