Add Banner Image

Discussion in 'Squirrel WordPress Theme' started by charlythepearl, Dec 23, 2013.

  1. charlythepearl

    charlythepearl New Member

    Joined:
    Jan 3, 2013
    Messages:
    18
    Likes Received:
    0
  2. charlythepearl

    charlythepearl New Member

    Joined:
    Jan 3, 2013
    Messages:
    18
    Likes Received:
    0
    I also want the slider description area to be able to read shor code. so i can display testimonials or could I replace that slider description area with a widget.
     
  3. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1.For your first issue

    undo your old customization and

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .header_content {
    background-image:url('http://nationalflooringtotalsolutions.com/wp-content/uploads/2013/12/NationalFlooringbannerA.png');
    }
    2.
    Go to front-page.php present in your theme directory and replace the current code

    Code:
     <?php echo stripslashes
    with code given below

    Code:
     <?php echo do_shortcode
    Check image for reference
    2013-12-23_1536.png
     
  4. charlythepearl

    charlythepearl New Member

    Joined:
    Jan 3, 2013
    Messages:
    18
    Likes Received:
    0
    Thank You for for your feedback, The shortcode worked well. I'm still having a problem with the image. i used your code and it couldn't be found, then I even tried renaming it are there any other solutions.

    My webpage
    http://nationalflooringtotalsolutions.com/
     
  5. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     .header_content {
    background-image:url("http://nationalflooringtotalsolutions.com/wp-content/uploads/2013/12/NationalFlooringbannerA.png");
    }
    Remove old background code and try this. I hope it will work.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  6. charlythepearl

    charlythepearl New Member

    Joined:
    Jan 3, 2013
    Messages:
    18
    Likes Received:
    0
    Thank you once again, i was hopping the image would cover the whole area, thats why I added the content area div. I want there to no space between image and slider content

    sorry for the inconvenience
     
  7. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
  8. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    All work done. Please check your site.

    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page