I'm deploying a new website with Drupal 8 and have initial contents and the structure (content types, menu, pages, blocks and views) ready under latest Drupal 8 version. Now I'd like to style it making use of Bootstrap 4 which I've already used in other (non-Drupal) projects. I've found 3 main Bootstrap Drupal themes:
Hi. On all of the upgrades we've done to 8.5.3 we've noticed that the Views filter group function is broken. The UI doesn't function correctly; dragging a filter into the "box" results in the filter being placed outside of the box unless very careful and a second filter cannot be placed in the box. Weird behavior. An additional, 3rd, And/Or selector is created and finally we're unable to save the results. Nothing appears in the logs. Some of this behavior was present in 8.4.x but this function was usable. Now it seems completely broken. Is anyone aware of a patch or workaround for
I want to display HTML in a personalized field in Views 3. But Views is cleaning HTML code and removing thing I need like inline style which is my purpose.
Even on rewriting other field type output, inline style is stripped.
I want to ouput something like this :
<div style="background:url(image.jpg)"> Some content </div>
Please, don't tell me to put CSS elsewhere because in this particular case it will not work. I have to get the background image from each view row.
I have a view that has the title of a specific content type. I'm trying to apply a function on it. Considering for instance the template views-view-field--title.html.twig which has
Hi. I'm currently trying to port my website (made with a custom CMS) over to Drupal 8.x. For the "blog" section on my site, I have it display 5 of my posts at a time, separated with an <hr> tag. I've figured out, using the Views module, to get those "5 posts at a time," but I can't see to figure out how to separate the results in the content area of my site.