Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #57461
    Hugh
    Participant

    Hi,

    How can I remove the slider images that are on the Homepage of the Catch Evolution theme.

    Thanks
    Hugh

    #57473
    Sakin
    Keymaster

    @Hugh: You can refer to theme instructions page at http://catchthemes.com/theme-instructions/catch-evolution/. If you want to disable the slider then go to “Appearance => Theme Options => Featured Post Slider => Slider Options” and in “Enable Sidebar” option, you need to check in “Disable” and save change.

    But if you like to add in your own. Then you can refer to post slider at http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/

    #59705
    Dennis
    Member

    Hi, My version of Catch Evolution does not have a “Featured Post Slider” bar to click on.
    Any other way to remove the slider?

    #59706
    Dennis
    Member

    Ok, I found the “Featured Post Slider” options.
    Now, how do I put the slider on my blogs page only and stop it appearing on my home page?

    #59811
    Sakin
    Keymaster

    @Dennis: There is no option to to show only in you blog page. It have option to show in Entire Site or just Homepage. So, if you want to hide in your homepage, then you need to build child theme, copy function catchevolution_slider_display() to your child theme functions.php file and edit the condition as per your need. For child theme refer to http://catchthemes.com/blog/create-child-theme-wordpress/.

    But if just want to hide using Custom CSS. Then you can go to “Appearance => Theme Options => Featured Post Slider => Slider Options” and select “Entire” in “Enable Sidebar” option and then add the following css in “Appearance => Theme Options => Custom CSS” box:

    .home #slider { display: none; }

    #59813
    Dennis
    Member

    Thanks Sakin,
    I’ll try and figure that out.
    Dennis.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove slider from Homepage’ is closed to new replies.