Logo

Discussion in 'Compass WordPress Theme' started by crystal0811, Sep 2, 2014.

  1. crystal0811

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
    Hi! Every time I try to upload a png or a jpeg for the logo, it doesn't appear. Instead I get this message.
    " alt="Young on Life logo"/>


    http://youngonlife.com/
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Goto,
    (Appearance -> Editor ->Header.php)
    Make Sure this code is present in your header.php file. For this Follow below image.
    PHP:
    <div class="logo">
                <a href="<?php echo home_url(); ?>"><img src="<?php if (inkthemes_get_option('inkthemes_logo') != '') { ?><?php echo inkthemes_get_option('inkthemes_logo'); ?><?php } else { ?><?php echo get_template_directory_uri(); ?>/images/logo.png<?php ?>" alt="<?php bloginfo('name'); ?> logo"/></a>
            </div> 
    If Issue remain same.
    Please provide the following information listed below.
    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:
    Send this information on our email at [email protected]

    Thanks & Regards
    Pramod
     

    Attached Files:

    • 2.png
      2.png
      File size:
      158.7 KB
      Views:
      0
  3. crystal0811

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
    Yes that code is still there. I sent an email to support.
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
  5. crystal0811

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
    I tried to upload a logo on a different computer and it worked fine. It must be my computer. Thanks for checking!!
     

Share This Page