Placing Widget over a Carousel image

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-12-2016 06:14 AM
Is it possible in the Service Portal to have a carousel of images on the homepage instead of the background but still have the homepage search widget over it? and if so how can this be done.
Thanks!
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-10-2016 12:11 AM
Hi Matthey,
Thanks for your answer. Unfortunatelly, it doesn't work (Or i don't know to make it work !)
I tried tu create a new classs, but the same.
I will come back on this later.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-19-2024 02:03 AM
Hi Kilo Explorert,
Just keep the OOB CSS line : ".carousel-inner > .item > .container {width: 100%}" along with the CSS script given by Matthew and it worked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-29-2016 09:19 AM
Wow awesome solution, I'm trying to do this as well. Where are you pulling your images from though? Mine is showing up blank with just the search.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-29-2016 09:46 AM
Check out line 1 of the Server Script I posted above



data.slides = $sp.getRelatedList('sp_carousel_slide','carousel');
The first param above, sp_carousel_slide is the table you want to check out. So head on over to /sp_carousel_slide_list.do. The second param, carousel, is the name of the carousel (reference to table sp_instance_carousel). 



It should all make sense once you see it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-29-2016 10:04 AM
Awesome, thanks so much for the quick response and working solution. You're definitely a valuable member to the community!