Tagged: slider
- This topic has 10 replies, 4 voices, and was last updated 10 years, 8 months ago by Sanjip Shah.
-
AuthorPosts
-
October 29, 2013 at 12:50 am #4857gesmarjuniorParticipant
How can I hide the Slider in some pages?
October 29, 2013 at 8:24 am #4863Rabin ShresthaParticipantHi 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
October 29, 2013 at 11:27 am #4870gesmarjuniorParticipantIn the settings only accept 2 options: only in the home or all pages, I need to remove some specific pages.
October 30, 2013 at 7:20 am #4891Rabin ShresthaParticipantThere 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
October 30, 2013 at 11:01 am #4897gesmarjuniorParticipantHow do I hide a specific page? By ID? How?
November 10, 2013 at 1:30 am #5025gesmarjuniorParticipantSome help ???
November 10, 2013 at 4:10 pm #5037Rabin ShresthaParticipantOn which page you want to hide sidebar please post a link to that page.
Rabin
November 12, 2013 at 12:51 am #5070gesmarjuniorParticipantThis site:
http://studiomidia.net/regivel/I want to remove the slide from this page:
http://studiomidia.net/regivel/index.php/financeiros/November 12, 2013 at 9:50 am #5094Sanjip ShahParticipant@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; }
December 31, 2013 at 1:23 am #5899AnonymousInactiveTrying 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 🙁
December 31, 2013 at 8:44 am #5905Sanjip ShahParticipant@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. -
AuthorPosts
- You must be logged in to reply to this topic.