claudia sotto → created an issue.
Accessible forms also necessary.
Instead of disabled forms or inputs, we need class readonly for screenreaders.
This is still a problem in Drupal 10. There was this module "Taxonomy manager", that was solving this problem in Drupal 7, but the version for Drupal 8 and ahead don't have this feature anymore.
"minimum-stability": "dev" worked for me. Thanks!
Claudia Sotto → created an issue.
Can't hide label in view if field is empty.
Please reopen this issue.
If I create a label, and the field is empty, The label appears at the view page.
I choose to Hide if it is empty, hide rewriting if empty, and treat 0 as empty.
The solution I found was not using this module, neither menus.
I made the menus with taxonomy and views, filtering the blocks with the parent term. As I use term pages, it worked.
And I created new fields (new URL, new target - _blank or not) on the vocabularies to redirect some links, as the menu does. In the view block display, these links are redirected if necessary.
Claudia Sotto → created an issue.
Claudia Sotto → created an issue.
Hey,
I'll follow this issue.
I'm having the same problem. In Drupal 7 this module works.
In Drupal 9 it doesn't show the children of the menu item.
My menu:
-item 1
--item 1.1
---item 1.1.1
----item 1.1.1.1
----item 1.1.1.2
---item 1.1.2
----item 1.1.2.1
In Drupal 7 is working:
Initial level: 3rd level (ex. item 1.1.1)
Fixed parent level: item 1
Maximal depth: 1
Follow the active menu item
First level will be children of active menu
I can see, when in term page 1.1.1, the menu:
-item 1.1.1.1
-item 1.1.1.2
In Drupal 9 I try (and it doesn't work)
Visibility initial level: 3 (ex. item 1.1.1)
Levels to be exibited: 1
Fixed parent level: Item 1
Follow the active menu item
Initial visibility level will be: sons of active menu level
- if I check "Expand all menu links", it shows all links at this menu level.
-item 1.1.1.1
-item 1.1.1.2
-item 1.1.2.1
- if i don't check "Expand all menu links", it shows nothing.
Maybe a simple solution would be the ability to rewrite the machine name of the css.