replacing slider

Discussion in 'Woodberry WordPress Theme' started by molatin, Mar 20, 2013.

  1. molatin

    molatin Member

    Joined:
    Aug 11, 2012
    Messages:
    558
    Likes Received:
    19
    How can I replace the slider with a full width image like shown here

    lifepoweryoga.com

    ??

    Thanks
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.
     
  3. molatin

    molatin Member

    Joined:
    Aug 11, 2012
    Messages:
    558
    Likes Received:
    19
    Gourav, I would really like to try this on Woodberry and Figero themes.

    How can I custom code something up? :)
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    For WoodBerry Theme

    Go to front-page.php present in your theme directory and remove the code from line no.9 to318


    And replace it with

    Code:
    <img src="Enter your image address here"/>

    Now,


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

    Code:
    .slider-container img {
    width: 100%;
    }
    This will solve your issue.
     
  5. molatin

    molatin Member

    Joined:
    Aug 11, 2012
    Messages:
    558
    Likes Received:
    19
    That's great Gourav - thank you - is there a way to do this for Figero?
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to front-page.php present in your theme directory and remove the code from line no.18 to305

    And replace it with

    Code:
    <img src="Enter your image address here"/>



    Now,

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

    Code:
    .second-header img{
    width:100%
    }
    This will solve your issue.
     

Share This Page