I am not sure if it's the themes I am testing, one downloaded, and one I am trying to make in order to learn, but both seem to get the left and right sidebars switched:
if I pick a block in the block layout, and assign it to the left I see it displayed on the right, and viceversa.
I am experimenting with Drupal 8. I've created a local sandbox site and created a custom theme and a custom front page using Twig (page--front.html.twig). I want to add some custom CSS that just targets the front page and I am used to targeting the body.page-node-x (Drupal 7). Here is what I see in Drupal 7 when I inspect the element
<body class = "html front logged-in no-sidebars page-node node admin-menu">
I am trying to understand and learn theming in drupal 8, andhaving problem with cache.
I followed the instructions here https://www.drupal.org/node/2598914 but it seems that I still have to clear the cache each time I edit the theme.
I know this has to be a common topic but every search combo I try doesn't hit on anything for D8.
I just picked Drupal back up for a new project and this is my first experience with 8. I figured out how to get Album/"The Wall" to connect to Artist/"Pink Floyd" but how do I automatically get "Pink Floyd" to show "The Wall"?
Thanks for the time. My last drupal experience was with 6. Its come a long way....
Drupal 8, CKEditor:
- no button in the editor to format text color.
- when inserting an image is not possible to specify the size.
how to add these features?