Expand my Community achievements bar.

SOLVED

Out of box splash page feature

Avatar

Level 4

Is there a OOB feature that allows for a splash screen or a popup? I was asked to add something like that to the home page that would disappear after 5 or 6 seconds? I figure I could some sorta of Javascript solution as well but I'd like to hear your thoughts.

1 Accepted Solution

Avatar

Correct answer by
Administrator

Hi 

Adding To what Scott has mentioned, We can use Jquery plugin for this.

Please refer to some good articles below:-

Link:- https://helpx.adobe.com/experience-manager/using/integrating-jquery-framework-cq.html (Add the JQuery framework to the component)

Link:-https://helpx.adobe.com/experience-manager/using/integrating-jquery-framework-cq.html (Integrating the JQuery Framework into Adobe CQ)

 

Jquery plugins for Splash Screen :-

Link:- http://www.webdesignerdepot.com/2014/05/how-to-create-a-scrollable-splash-screen-with-css3-and-jquer...

Link:- https://www.sitepoint.com/preload-image-plugins/

Link:- http://stackoverflow.com/questions/6376508/jquery-splash-screen

 

Jquery plugin for Popup:

Link:- http://www.jqueryscript.net/tags.php?/popup/

Link:- http://www.jqueryrain.com/example/jquery-popup-window/

 

I hope this would be helpful for you.

Thanks and Regards

Kautuk Sahni



Kautuk Sahni

View solution in original post

2 Replies

Avatar

Correct answer by
Administrator

Hi 

Adding To what Scott has mentioned, We can use Jquery plugin for this.

Please refer to some good articles below:-

Link:- https://helpx.adobe.com/experience-manager/using/integrating-jquery-framework-cq.html (Add the JQuery framework to the component)

Link:-https://helpx.adobe.com/experience-manager/using/integrating-jquery-framework-cq.html (Integrating the JQuery Framework into Adobe CQ)

 

Jquery plugins for Splash Screen :-

Link:- http://www.webdesignerdepot.com/2014/05/how-to-create-a-scrollable-splash-screen-with-css3-and-jquer...

Link:- https://www.sitepoint.com/preload-image-plugins/

Link:- http://stackoverflow.com/questions/6376508/jquery-splash-screen

 

Jquery plugin for Popup:

Link:- http://www.jqueryscript.net/tags.php?/popup/

Link:- http://www.jqueryrain.com/example/jquery-popup-window/

 

I hope this would be helpful for you.

Thanks and Regards

Kautuk Sahni



Kautuk Sahni

Avatar

Level 4

Thank you! That is extremely helpful.