Home › Forums › Omega Child › soliloquy slider on featured image
Tagged: soliloquy
- This topic has 5 replies, 2 voices, and was last updated 10 years, 8 months ago by
Maddalena Filipponi.
-
AuthorPosts
-
August 7, 2015 at 10:05 am #3907
Maddalena Filipponi
ParticipantHi, i’ve bought soliloquy for CHURCH THEME but how can i add a soliloquy slider to a page instead of having there a featured image? When i open a page i would like that the first thing i see is the slider not a featured image, exactly as i can do it on the ome age… is it possible)
thanks for your help!
August 7, 2015 at 10:11 am #3908han
KeymasterHi,
You can find “Add Slider” button above page editor. Click the button to insert a slideshow into a page.
Then you can hide featured image via css. Go do “Appearance > Customize > CSS” and insert below code..banner { display:none; }August 7, 2015 at 11:44 am #3909Maddalena Filipponi
ParticipantHi,
thanks for your help but it gives a problem;
if i use the code the slider now appaears where i want
but the problem is that it removes all featured images from all pages…I need that featured images for pages still remain exapts for a specific page ( where i want a slider and not a featured image) and for the home page ( where i have added a slider thanks the option Home banner).
Is it possible?
Thanks
August 7, 2015 at 2:59 pm #3910han
KeymasterYou can hide banner images for certain pages. Use this code if you want to hide banner for:
– home page.home .banner { display:none; }– all pages (not post)
.singular-page .banner { display:none; }– all posts (not page)
.singular-post .banner { display:none; }– page with id 5 and home page
.home .banner, .singular-page-5 .banner { display:none; }(You can find the page id from WordPress admin when you edit your page, you will see the page ID number in the URL. You can also see the id on the front end body class when you view source the html)
August 8, 2015 at 9:38 am #3911Maddalena Filipponi
ParticipantUnfourtunatly id doesn’t work. I need only to remove the banner of a specific page: ID 1585
Howevere i’ve done
Personalize->Css– page with id 1585 and home page
.home .banner,
.singular-page-1585 .banner {
display:none;
}The home banner is still there and also the banner for page 1585 is still there…
August 8, 2015 at 9:41 am #3912Maddalena Filipponi
ParticipantSorry! it works, i’ve seen you code on my email and not on this forum so i didn’t realize that:
– page with id 5 and home page was not to written, it appared to be part of the code…sorry
it works perfectly!thank you for your help!
-
AuthorPosts
You must login to reply to this topic.
