Little Cell Phone Picture Missing.

Discussion in 'BlackBird WordPress Theme' started by amielc, Mar 10, 2013.

Thread Status:
Not open for further replies.
  1. amielc

    amielc New Member

    Joined:
    Mar 7, 2013
    Messages:
    4
    Likes Received:
    0
    I just purchased the premium theme. When I type in my number the little cell phone picture is missing. However, when I clear the number It appears again with the original blackbird number. Why does this disappear? What can I do about it? Thanks.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    It is the feature of this theme that's why the image disappear after filling your mobile number .If you want the cell phone picture always be there then go to the header.php file present in your theme directory
    and paste the code given below as shown in the image given below at the 96 line number.
    Code:
    <img src="<?php echo get_template_directory_uri(); ?>/images/call-us.png"  class="call-us" />
    For the reference

    [​IMG]

    This will solve your issue.
     
  3. amielc

    amielc New Member

    Joined:
    Mar 7, 2013
    Messages:
    4
    Likes Received:
    0
    Wow! It worked. Thank you so much. I feel so much better.
     
Thread Status:
Not open for further replies.

Share This Page