Works after installation but when I do a very simple subtheme the Main Navigation Menu is lost. A different menu appears but it doesn't work well, as attached picture shows.

The subtheme is (themes/reiniciar_openchurch/reiniciar_openchurch.info.yml):

name: reiniciar_openchurch
type: theme
description: Subtema de OpenChurch
core: 8.x
# Defines the base theme
base theme: openchurch_theme
# Defines libraries group in which we can add css/js.
libraries:
  - reiniciar_openchurch/global-styling
# Regions
regions:
  header: Encabezado
  primary_menu: 'Menú Principal'
  secondary_menu: 'Menú Secundario'
  help: Help
  page_top: 'Page top'
  page_bottom: 'Page bottom'
  highlighted: Highlighted
  breadcrumb: Breadcrumb
  content: Content
  sidebar_first: 'Sidebar first'
  sidebar_second: 'Sidebar second'
  triptych_first: 'Triptych first'
  triptych_middle: 'Triptych middle'
  triptych_last: 'Triptych last'
  footer_first: 'Footer first'
  footer_second: 'Footer second'
  footer_third: 'Footer third'
  footer_fourth: 'Footer fourth'
  footer_fifth: 'Footer fifth'
  footer: 'Footer'

and themes/reiniciar_openchurch/reiniciar_openchurch.libraries.yml is:

global-styling:
  css:
    theme:
      css/style.css: {}
CommentFileSizeAuthor
oc-prob-subtema.jpg132.19 KBvtamara
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

vtamara created an issue. See original summary.

drupalninja99’s picture

Hmm I am not sure I am able to invest a lot of time into subtheme support yet as I am still trying to get the main theme to work. I am still get acclimated to Drupal 8 theming in general.

drupalninja99’s picture

Priority: Normal » Minor

Changing this to minor. I wouldn't let this hold up a stable release.

drupalninja99’s picture

Status: Active » Postponed