logo

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.

Demo EBT modules Download EBT modules

❗Extra Paragraph Types (EPT) - New Paragraphs experience

Extra Paragraph Types (EPT) - analogical paragraph based set of modules.

Demo EPT modules Download EPT modules

Scroll
22/02/2025, by Anonymous (not verified)
Forums

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

  • tags. In the file
  • 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?