I am happy with color and typography theme United provided through jsDelivr CDN but just wanted to add some additional regions to sub theme.
I created a sub theme by following doc at https://drupal-bootstrap.org/api/bootstrap/docs!subtheme!README.md/group... without extending any tpl file (just to check how it will look).

When I enabled the sub theme with the same setting as with base Bootstrap theme , user menu is appended to top navbar, where as this was not present with base theme. Both themes were tested with exact same css version ie CDN provider: jsDelivr, 3.3.5, United.

I don't think this is a bug but something is strange. Attaching the both screens.

menu-visible

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

nithinkolekar created an issue. See original summary.

markhalliwell’s picture

Category: Task » Support request
Status: Active » Closed (works as designed)

Add/re-save the block to that region for the sub-theme. It may have not inherited properly.

nithinkolekar’s picture

Issue summary: View changes
Status: Closed (works as designed) » Active
FileSize
13.42 KB

I think u misunderstood the issue here , what I didn't get why secondary menu is visible in sub-theme but not in base theme.

I think this has nothing to do with the blocks and region,because navigation menus are rendered through code in <header> section of page.tpl.php right? correct me if I am wrong.

markhalliwell’s picture

Status: Active » Closed (works as designed)
FileSize
64.64 KB

Sorry, I thought this was 8.x (which are blocks).

Regardless, this is still a simple setting that you can disable in the sub-theme in 7.x:

nithinkolekar’s picture

Issue tags: +d.o issue workflow, +project issue

off topic:
how come your screenshot appeared in comment and mine was moved to issue summary , although it was inserted in comment. Hope I added the correct tag.

markhalliwell’s picture

Issue tags: -d.o issue workflow, -project issue

Because you added it to the issue summary and not the comment in #3: https://www.drupal.org/node/2868567/revisions/view/10434665/10434773

This could happen if you're using the "Embed" button via the Dreditor browser extension which defaults to the Issue Summary if the comment textarea is not currently selected when the Embed button is clicked (which is kind of unreliable).

It's a semi-"known" bug with Dreditor and one that has been semi-fixed in the User Enhancement's implementation (just not yet rolled out on d.o): https://www.drupal.org/node/1673278#comment-11700291