I tried to use my custom module contains AJAX behavior and also using Webform module that works as dialog. both of them working locally but on the host i get console error as below and both of this module navigate to the module relevant path instead open up as dialog
I made page view and added Content: Translation language (= Interface text language selected for page) and Rendering Language: Interface text language selected for page and needed override default views-view-unformatted-list template so in my template have
unfortunately to have different header banner for each page made by view we have to use additional elements like blocks as header, so first i created content type for my page, and collect them by view page, then created a custom block for banner image and add it as header.
the first weird thing is admin has to create and modify contents and banner image in different area!!! i have no idea about this concept
the main question is how can i access the field value of custom block put inside header of this view?
Hi there, I've tried both completely replacing the library and just replacing the one JS file that I want to override. I have looked at the docs for this and I can't figure out what I'm doing wrong.
I'm trying to override js/dropdown-widget.js from the contrib Facets module. I've copied that file into my own theme at my_theme/assets/js/dropdown-widget.js.