"My Account" missing label

I'm working on a custom Drupal 8.7.8 theme, and have run into an odd issue: the user name in the "My Account" item is missing. The user icon is present, just no text, and it is misaligned.  The source code is as follows:

<a 
	href="/drupal/user"
	title="My account"
	class="toolbar-icon toolbar-icon-user trigger toolbar-item ally-focus-within"
	id="toolbar-item-user"
	>
		<span></span>
</a>

I have removed some ARIA information and some data attributes for legibility.

D8: site/all/libraries has moved to?

I'm confused on where to install 'js' files in Drupal 8. There always seems to be an interpretation issue on location over the years.

in the docs for the module I'm installing - they are saying

'site/all/libraries/abc-js-program/abc.min.js' but I'm thinking those are D7 install instructions?

and I'm not sure when I should forget possible outdated install docs and install as

'/modules/libraries/abc-js-program/abc.min.js'?

thanks,

Jeff

add view relationship between parent taxonomy and child taxonomy ( hierarchical select form field )

I am trying to display two form fields 1) with parent taxonomy and 2) with child taxonomy

Parent

    - child

    - child

    - child

What I want it to do: When selecting a term from parent field I want to populate dropdown field with child terms 

I got this to work in (Preview with contextual filters:)  but not in add content page...

is there a way to do this?

a place to show user's info

hi i m creating a website for my members. i would like to have a place/block to show the user's info (name, email, tel no, member since...) and his/her role (ordinary member or VIP member). When they come to our event , they can show this block/pane to us so that we can recognise them. How to realize this?

Filtering by Taxonomy Term in another content type

Hey guys, really new here. I'm trying some stuff out, I have two content types, Artist and Artwork. Artist contains a taxo type, type of artist which holds two tags "audio artist" and "visual artist". While Artwork holds the Entity Reference "Artist". I have trouble generating a view of "Artwork" by the selected Artist ID that has "visual artist" type.

Hope I can receive some help, or any advice would be great. Would further explain if I'm not getting it through.

Thanks.

How to print the group ID in TWIG ?

I installed the Group module on Drupal 8 :

https://www.drupal.org/project/group

If I add the code {{ group.id }} in the TWIG of the group, it does not display the ID.

How to print the group ID in TWIG ?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x