This forum is for assistance with theme development.

My librairies not load in my theme

Hi,

I'm making theme on Drupal 8.
I created my file *.info.yml and my libraries.yml for add my css and js but my style not load.
Below my code:

info file

name: 'Test theme'
type: theme
description: 'Description'
core: 8.x
screenshot: test.png
version: 1.0
# Regions
regions:
  header: 'Header'
  content: 'Content'
  footer: 'Footer'
# Scripts & Styles
libraries:
  - test/global

librairies file

Simple theme for quick start with drupal 8

Hi everyone.
I hope that will be useful for someone
You can clone it on githab
https://github.com/Rickl-by/light

kind regards

How do I build custom layouts in drupal?

I am new to drupal and I am trying to build an online newspaper. I want to categorize all of my articles using a 'Sections' taxonomy with tags like 'sports', 'politics' etc. I want to build a page for each section where all the articles with the tag of that particular section are displayed. I want the layout and the UI of each section's homepage to be different. How do I go about achieving that? Also, how can I assign a twig template to a page from site administration interface.

Handling forms using Boostrap

Hello Forum!

Good day to you.
I'm new in theming of Drupal using Bootstrap. I would like to know how to override the twig files in forms using Boostrap. In every twig files that has been suggested by the Boostrap template, all I see is a block of code. I would like to customize the look of forms based from the desired layout. Hope you can assist me.

Thank you! :)

table_themeselect <thead> vs <tbody>

when the form loads, the below code generates a select table with header in <tbody>, I need this to populate in <thead>.

Seeking tutorial for Varbase Vartheme Hero Slider

Hello,

I just installed Drupal 8 using the Varbase package. I somehow got the home page Hero slider to work, but I really want to develop it better. This means embedding html elements in each slide, which I seem not to be able to do. I have a lot of experience with Revolution Slider in WordPress, so I know what I want to do. I just don't know how to do it with the Hero slide show that comes with Varbase.

What I really need is instruction and tutorials for the Varbase Hero slide show program.

Pages

Subscribe with RSS Subscribe to RSS - Theme development