badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

how to disable slider on a page, but enable it on homepage?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #5227
    markp316
    Participant

    Hi, I have a Blog page which keeps showing a slider that I only want enabled on the Homepage. How do i go about hiding the slider on Blog page, but enabling the slider on Homepage? thanks in advance..

    #5248
    sw23185
    Member

    I have this same question … I’ve searched the forum but can’t find anything on point. I’ve found out how to do the opposite, i.e. turn it OFF on the Home Page and ON for the blog, but not vice-versa (which is IMHO more logical).

    #5295
    Sanjip Shah
    Participant

    @markp316 By default the slider will be enabled on the home page. It will also be enabled in the blog page if you have set the posts page in Settings->Reading. If you have then unset it there and use the instruction here to set the blog page here https://www.themehorse.com/theme-instruction/attitude/#blogpage. If you follow the instruction here using the blog page template this will not show the slider in the blog page.


    @sw23185
    Currently there is now such feature available. However you can use the custom css to hide the slider for the homepage that is the only way for now. In the dashboard, go to Apperance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes.’

    .home .featured-slider {
        display: none;
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.