This forum is for assistance with theme development.

tvi module have error with menu

Hello > i make website (http://www.souqsohag.com) menu on mobile working good but in term not working on mobile i use tvi module at term same as not open on mobile view in this link ( http://www.souqsohag.com/135 ) .

Thanks

Adding jQuery UI Datepicker as a dependency

Hello everyone,

I want to use jQuery Datepicker, so I tried to add it as a dependency in my theme's library.
I used something like that:

How to get and set the block's weight in Drupal 8

I'm trying to use template_preprocess_block in my Drupal's 8 custom theme. I could not able to find any properties that may be changed to adjust some blocks weights in the theme.

For example, suppose I would like to make search block comes before branding block?! The only way that I have able to do, is not programmatically. It is through the structure > block layout.

Dupal 8 Theme not under appearance

Hi all,
I am brand new to drupal. I am trying to get my theme listed in the appearance tab. My theme name is naked
folder structure: /themes/naked
yml file: /themes/naked/naked.info.yml

naked.info.yml contents:
name: naked
type: theme
description: 'Theme from scratch.'
base theme: classy
core: 8.x

I beleive this is all the basic info and format required per https://www.drupal.org/theme-guide/8/defining-a-theme

D7 - New theme breaks internal node links

Internal links are broken only when using a specific theme.

From within a node, a link like <a href="node/123">Whatever</a> renders as node/node/123, which is obviously broken, instead of the expected node/123.

This only happens when a specific theme is enabled. Works fine in the previous theme and all the standard themes. Unfortunately that specific theme is intended for use in prod ASAP.

Managing sections

I'd like to create a front page with multiple sections:

About

  • img
  • text
  • feature (list item)

News

  • list of news with img and description

Media

  • video
  • description

What is the correct way of doing this?

Pages

Subscribe with RSS Subscribe to RSS - Theme development