Drupal 8 - Sub theme of Bartik - Override Bartik css

Hi!

I have a sub theme called Mixtbaby, the base for the sub theme is Bartik.

This is in working order.

Now I want to override the Bartik css for the footer, with my own Mixtbaby css.

I cannot get it to work.

Can you help me with this? As far as I can see, I am doing everything as I should do it according to the Drupal 8 docs.

This the code that should do the trick, but it doesn't override the Bartik css with my own css:

mixtbaby.info.yml:

Converting Drupal 7 Module to Drupal 8: Scroll to top

As a school assignment we have to Port a Drupal 7 module to a Drupal 8 module. The module we want to convert is Scroll to top. 
We have some experience in Drupal and php. 

We found some information on the following forum but it is currently being ported to Drupal 8: https://www.drupal.org/project/scroll_to_top

Is there anyone with some experience into porting a scroll to top from Drupal 7 to Drupal 8?
And can you help me with this?

Thank you in advance!

Nathan

override page.html.twig for view

Hi,

i have a view that output a page and i need to override the page.html.twig file, but i don't know how to do it.

i have tried with a file named page--views.html.twig and many many other variants on mytheme/teplates but didn't worked. 

To override normal pages i had to add some codes to my .theme file, so i guess this time will be the same but i haven't find it anywhere

Theming checklist

I'm trying to compile an accessible checklist for theming during website development. It may seem silly to senior developers, but as a junior I still don't have enough experience to know all the things that I should look out for by hard.

I have searched for decent checklists but couldn't find any good ones. So that's why I'm writing this topic.

Installing varbase distribution with composer

Hi all,

I am trying to install the varbase distribution (8.4.13) using composer (see code below), but I seem to have too old versions of php (7.0.25) and curl (7.19.7). Ideally I would of course upgrade, but I do not admin rights to do that. I tried installing older versions of varbase without luck, still reports compatibility issues. I also tried require specific php/curl versions in the require and platform sections of composer.json file without luck.

Would it still be possible to install varbase using the current system setup?

Thanks in advance,

---

[Webform - D8] Save custom config in individual Webform

Hi all, 

I've altered the individual Webform config via hook_form_alter by adding custom fields under the "Confirmation" config. I've also already implement custom submit handler in it, but I couldn't find correct object or method on how to save it inside the custom function of the submit handler.

Here's my attempt using the code below:

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x