Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1547
    ntillman
    Member

    Hi I have the Simple Catch theme set in the reading as static front page. I would like the slider to be just on the home page and on the blog page just the post content without the slider. How is this accomplished? here is the link to the site: http://tonyrogersministries.org/holyground/

    #1595
    Sakin
    Keymaster

    @ntillman: I see that you have slider in Blog and homepage. So, what is the issue.

    #1921
    ntillman
    Member

    @sakinshrestha I would like the slider to be ONLY on the home page that I have set to static homepage, and not show the slider on blog page. Is this possible? I want the blog page to be only a news/journal without a slider .

    #1928
    Sakin
    Keymaster

    @ntillman: We need to add the option for enabling and disabling slider. We will look in for future update. For now you can just hide it using the css. Add the following css in “Custom CSS” box in Theme Options under Appearance Tab in your WordPress Dashboard:
    .blog .featured-slider, .blog #controllers {
    display:none;
    }

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Removing the Slider from blog page if using static front page’ is closed to new replies.