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.
This is a new install. when clicking on "EXTEND" and then "+Install New Module", this error message is displayed:
Your server does not support installing modules and themes from this interface. Instead, install modules and themes by uploading them directly to the server, as documented in Extending Drupal 8.
I have developed a web form (Using webform module version 8.x-5.0-beta23, Drupal 8) within my site. There is the requirement that if a user links to the webform from a specific place, certain parts of the webform have some preset options.
E.g. The webform in its most base form has a url of
Theme: Bartik.
I want to css style a views gallery.
.views-gallery class I put in views.css:
/core/themes/bartik/css/components/views.css
.views-gallery {
background: red;
}
But that does not matter.
In which .css file should the class be written to be readable by views?
What am I doing wrong. Anyone who can help?
/ willy
////////////////
I think I've solved the problem.
Caches must be cleaned before css changes are affected.
Is it possible to prevent the page caches (when I edit the page)?