Is it possible to add jQuery libraries to bring in new features like a rotating banner on the home page?
Category:
- Question
9/13/13
With the launch of the MIT Sites service, Drupal Cloud is being phased out. Effective January 2, 2024, no new Drupal Cloud sites will be created. Students, faculty, and staff are invited to visit sites.mit.edu to create a new MIT website.
Is it possible to add jQuery libraries to bring in new features like a rotating banner on the home page?
9/13/13
csgiles@mit.edu
It is not currently possible to upload and install jQuery libraries in Drupal Cloud. However, you can add JavaScript into page or block content, so building a carousel using a content type and the Views module, along with your own CSS and JavaScript, is possible. Here are a few relevant discussions:
Having trouble entering JS on your site?
Add Javascript
Is there a slideshow module built into drupalcloud?
Any tips/resources for adding images/photos in simple and/or creative ways?
We are working on adding features to Drupal Cloud to make creating slideshows, carousels, and galleries easier, and welcome any ideas community members have.
9/25/13
brew@mit.edu
If you are looking for some auto-rotating ones or captions, take a look at what we put up at interactive.mit.edu, imes.mit.edu and cshub.mit.edu. It utilizes JS and JQuery in a block using an unrestricted text formatting type.
12/5/13
smacphee@mit.edu
Thank you very much for your responses and sharing these sites.
2/11/14
kiirja@mit.edu
I implemented the image carousel found at http://www.woothemes.com/flexslider/ as it was recommended and implemented by another Drupal Cloud user.
However it will not work.
I created an unrestricted text formatting type and loaded
the js code into the page. I also added the css code to the CSS injector.
10/24/14