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*

Hide Slider in some pages

Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #4857
    gesmarjunior
    Participant

    How can I hide the Slider in some pages?

    #4863
    Rabin Shrestha
    Participant

    Hi gesmarjunior,

    By default the slider appears only in home page. You can set this settings in Appearance->Theme Options->Slider Options->slider options->Slider status.

    Rabin

    #4870
    gesmarjunior
    Participant

    In the settings only accept 2 options: only in the home or all pages, I need to remove some specific pages.

    #4891
    Rabin Shrestha
    Participant

    There is no direct option for filtering it our on particular pages. You have to manually edit the code which will be cumbersome if you are not used to coding. Alternatively you can use write CSS in Custom CSS box to hide the slider in particular pages but this will not be a good approach as the slider will be loading but will be hidden by CSS

    Rabin

    #4897
    gesmarjunior
    Participant

    How do I hide a specific page? By ID? How?

    #5025
    gesmarjunior
    Participant

    Some help ???

    #5037
    Rabin Shrestha
    Participant

    On which page you want to hide sidebar please post a link to that page.

    Rabin

    #5070
    gesmarjunior
    Participant

    This site:
    http://studiomidia.net/regivel/

    I want to remove the slide from this page:
    http://studiomidia.net/regivel/index.php/financeiros/

    #5094
    Sanjip Shah
    Participant

    @gesmarjunior In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS.
    Paste the following css and click on ‘Save all Changes’.

    .page-id-178 .featured-slider .slider-wrap {
        display: none;
    }
    #5899
    Anonymous
    Inactive

    Trying to hide featured image slider on this page http://londoncouplesclinic.co.uk/blog/

    Added this to custom css

    .page-id-227 .featured-slider .slider-wrap {
    display: none;
    }

    but it no work 🙁

    #5905
    Sanjip Shah
    Participant

    @nash02 Try this

    .page-id-227 .featured-slider .slider-cycle {
        display: none;
    }

    This is the forum of Clean Retina and you are asking the question for Attitude.
    Please post your query in appropriate forum. Thanks.

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.