What I need to do seems very simple but I cannot find the answer. Here's my problem:
After exposing a date filter to visitor, (in Views), when I click on a specific date (on the mini-calendar offered by the "Better exposed Filters" module) I need the articles published one day PRIOR to that date + the articles published on that date to show.
Seems simple? I cannot find the solution to this. I'm on this problem for more than 2 days now.
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:
I am using the Simplecorp Bootstrap subtheme for my Drupal 7. 59 site and I created a new Panel Page landing page for my drupal site. However, when I log out of my Drupal site my CSS appears differently and the website css "breaks" and looks significantly different from what I designed. When I log in the css again looks perfect. I have no idea what's happening. There appears to be some sort of permissions problem for my css, but I have no idea how to solve it.
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
I am in the process of upgrading from D7 to D8.5.3. Under D7 I had created a subtheme of Bartik. When trying to migrate this subtheme to D8 I cannot see the color picker displayed so I can adapt the colors. The yml-file does ofcourse exist...
I've finally taken the plunge, and decided to do my own theming. I'm using Drupal 8.5.3 and creating a Sub-Theme of the Bootstrap 8.x-3.11 theme using the SASS starter kit.
This is my first attempt at my own theming, so I'm still learning my way through the fog.