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 ) .
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.
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
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.