Blog Posts Not Showing

Discussion in 'RoadFighter WordPress Theme' started by lkodsmann, Apr 30, 2014.

  1. lkodsmann

    lkodsmann Guest

    Joined:
    Apr 4, 2014
    Messages:
    92
    Likes Received:
    2
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Please visit link given below. It is of demo site.
    Themes is designed according to the pc view with slider from the top of screen.
    http://inkthemes.com/wptheme/roadfighter-yoga/

    But if we go to your site. It contain header at the top and then slider (In pc view).

    So go to the Dashboard > Settings > Reading and set it to default.

    [​IMG]



    I hope it will resolve your problem.
     
  3. lkodsmann

    lkodsmann Guest

    Joined:
    Apr 4, 2014
    Messages:
    92
    Likes Received:
    2
    This got the latest blog posts to display, but now the header looks different on the home page than on the subpages (which I definitely don't want to happen) - I want the header on the home page, too.
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    div.header_container.home {
    background: #303030 url(images/header-bg.png) center repeat-y;
    min-height: 250px;
    border-bottom: 1px solid #686869;
    } 
    This will solve your issue.
     
  5. lkodsmann

    lkodsmann Guest

    Joined:
    Apr 4, 2014
    Messages:
    92
    Likes Received:
    2
    That got the header displaying on the homepage, but it looks odd as I shrink my browser, almost like that height definition is holding true and not scaling responsively?
     
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107

Share This Page