The project page states:

More block positions and up to 3 column main content. So you can have left and right sidebars blocks inside your content page.

Is it possible that this feature has been removed in the D8 version? Looking at the code it seems this configuration option is not available. If so, please update the project page.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Jax created an issue. See original summary.

brahmjeet789’s picture

FileSize
106.2 KB

@Jax i installed this theme in my drupal-8.3 its working fine. I think this theme is one column content layout no sidebars available for this theme it is a clean and responsive them, PFA for the

brahmjeet789’s picture

Status: Active » Needs work
luciadcf’s picture

Status: Needs work » Closed (works as designed)

If you look for the file 'adminimal_theme_info.yml', you can see this:

regions:
  header: 'Header'
  pre_content: 'Pre-content'
  breadcrumb: Breadcrumb
  highlighted: Highlighted
  help: Help
  content: Content
  page_top: 'Page top'
  page_bottom: 'Page bottom'
  sidebar_first: 'First sidebar'
regions_hidden:
  - sidebar_first

This theme has the sidebar hidden.

itapplication’s picture

sidebar_first is hidden. Why?
Is there any GUI or setting to make it appear on block layout(/admin/structure/block) page?
We can do it with editing the theme code. But it does not make any sense to add this feature on the project page.
On the project page, it's clearly mentioned that the theme has "More block positions and up to 3 column main content. So you can have left and right sidebars blocks inside your content page"

itapplication’s picture

Status: Closed (works as designed) » Needs work

Project page clearly mentions as "More block positions and up to 3 columns main content. So you can have left and right sidebars blocks inside your content page".
But there is only one sidebar (sidebar_first) and it is also put in hidden region. And there is no way(GUI) to put blocks into that region other than editing theme code.

subbu94’s picture

Status: Needs work » Needs review
FileSize
27.2 KB
5.61 KB

Yes, We ave to edit theme code. I have defined the both left & right sidebar regions and applied the patch.

Please review the patch.

kunalkapoor’s picture

Assigned: Unassigned » kunalkapoor
Status: Needs review » Reviewed & tested by the community

This Patch works fine for me Sidebar regions are shown by applying this patch

kunalkapoor’s picture

I have provided screenshots below for the reference

kunalkapoor’s picture

Assigned: kunalkapoor » Unassigned
andrey.troeglazov’s picture

andrey.troeglazov’s picture

Assigned: Unassigned » andrey.troeglazov
andrey.troeglazov’s picture

matthensley’s picture

I've attempted to use this patch and run into a few issues....

First, applying the patch via composer doesn't work. From the looks of things, the paths in the patch are hardcoded from the webroot, and not from the project (theme) directory.

Second, even when replicating the changes in the patch, the sidebar "regions" are now present in the block list, but they aren't "sidebars" in the sense that there is no styling present in the patch to control their positioning. It seems like if this theme is going to add sidebar support, it also needs to include the relevant styling to present the sidebars in place.

imclean’s picture

Status: Reviewed & tested by the community » Needs work

See #14.

shweta__sharma’s picture

Issue tags: +sidebar