Placing Widget over a Carousel image

Steven Magee
Mega Contributor

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

14 REPLIES 14

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


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.

 
 

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.


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


Awesome, thanks so much for the quick response and working solution.   You're definitely a valuable member to the community!