Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hi all, I am developing a custom theme and I am trying to disable the cache so that I don't have to constantly flush the cache every time I change the CSS.
I referred to this document and attempted the first solution titled "The Easy Way" but the settings only seem to partially work.
I went to Admin -> Configuration -> Development -> Development Settings and I Toggled:
The new Varbase distribution is utilizing the SDC structure where scss and css formatting for its custom made components are in the modules directory tree rather than in the theme tree.
This whole concept is completely new to me.
I have generated a new subtheme based off of the vartheme_bs5 base theme. That works fine. I have tweaked the looks and feel of the vanilla bootstrap visuals (navbar, fonts, etc) via scss overrides and recompiled my base theme using yarn.
New to Drupal and Paragraphs module. Let's say I have 2 distinct paragraph types added in the Basic Page content type called pfield1 and pfield2 . pfield1 is just for output images and pfield2 is just for outputting text .
Basic page field layout:
Title field
Content field
pfield1 paragraph type
pfield2 paragraph type
I am experimenting with page.html.twig and following this how-to
Product display on home page
In the Drupal 8 version of theme belgrade 8.x-1.1 when you click on a product you want to add to the cart, the display is presented with the image of the product on the left and the description on the right, on the other hand in the version Drupal 9 from belgrade 2.0.0 theme product image and description overlap so why? Is there a setting problem in the CSS file?
Has anyone made this comment?
Attached are two screenshot images.