cant see the slider when in the post page

Discussion in 'RoadFighter WordPress Theme' started by eliavgo1, Sep 24, 2013.

  1. eliavgo1

    eliavgo1 New Member

    Joined:
    Sep 23, 2013
    Messages:
    4
    Likes Received:
    0
    in the homepage everything looks good . but in some pages the slider cant be show and i can see only the menu.
    or if its possible to have the front page with the slider.
    and in all the other pages a different header.



    http://lcksmith.com/fortworth

    in a different page
    http://lcksmith.com/fortworth/hello-world/

    its possible to add text on top of every picture ? ( see in picture example)
    and i have one more question
    i want to have the slider picture size 1920 on 500 the problem is that the small description box appear on the menu . its possible to get the menu and the call now button a little higher and delete the color line in the top of the page?
    and i try to save some space how can i remove all the space between the slider to text under and from the text to the 3 columns under . its only a little bit space but it can help me a lot

    [​IMG]
     
  2. Nitesh

    Nitesh Support Staff

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

    To add different header on each page. You can use "Dynamic header" plugin.
    Download it from the link given below.
    http://wordpress.org/plugins/dynamic-headers/

    2) To remove margin
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .slider-wrapper {
    margin-bottom: 0px;
    }
    .home-content .page_info {
    padding-bottom:10px;
    }
    
    3) To add text above images. Open front-page.php and add code given below at line number 269, 302, 334.
    Check image for reference.

    headingfront.png
     

Share This Page