-
EBT Blocks 🧱
-
EPT Paragraphs 🆕
-
Resources & Support
- Drupal Book
- Blog
- Case Studies
- Drupal Documentation
- JSON Drop API Documentation
- Forum
- What's New
- Download Drupal
- Contact
Extra Block Types (EBT) - New Layout Builder experience❗
Extra Block Types (EBT) - styled, customizable block types: Slideshows, Tabs, Cards, Accordions and many others. Built-in settings for background, DOM Box, javascript plugins. Experience the future of layout building today.
❗Extra Paragraph Types (EPT) - New Paragraphs experience
Extra Paragraph Types (EPT) - analogical paragraph based set of modules.
GLightbox is a pure javascript lightbox (Colorbox alternative without jQuery)❗
It can display images, iframes, inline content and videos with optional autoplay for YouTube, Vimeo and even self-hosted videos.
Portfolio
Hello, I'm trying to create a portfolio like yours in lesson 6, but I've hit a roadblock with attaching the JS. No matter how I tried, it doesn't attach to the
script.js, I wrote
(function ($, Drupal, window, document, undefined) {
$(document).ready(function() {
$('#widget_pager_bottom_nashi_raboty_slide-block').jcarousel();
});
})(jQuery, Drupal, this, this.document);
I carefully studied lesson 6 and in the
site.info file, I added
scripts[] = js/jquery.jcarousel.min.js
scripts[] = js/script.js
, so I did it just like in the lesson, but the JS still won't attach. Can you please advise what else might be the problem?
- Log in to post comments