Out of box splash page feature | Adobe Higher Education
Skip to main content
Level 3
June 24, 2016
解決済み

Out of box splash page feature

  • June 24, 2016
  • 2 の返信
  • 931 ビュー

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.

このトピックへの返信は締め切られました。
ベストアンサー kautuk_sahni

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-jquery/

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

2 の返信

kautuk_sahni
Community Manager
Community Manager
June 27, 2016

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-jquery/

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
squid267作成者
Level 3
June 27, 2016

Thank you! That is extremely helpful.