- Issue created by @checdedon
- 🇳🇵Nepal sujan shrestha Kathmandu🇳🇵, Nepal
Hi @checdedon, Thank you for reporting this issue. Could you please provide the version of Drupal you're using? Additionally, please check the log messages to see if there are any errors that could help us identify the cause of the problem.
- 🇳🇬Nigeria checdedon
Hello, Thank you for responding. The version of Drupal is 11.
- 🇳🇬Nigeria checdedon
Hello, Please any update on the above issues?? Does anyone have any solution to this challenge I have??
- 🇪🇸Spain jaumepc
Hi, same problem here (Drupal CMS 11.2)
browser console shows an error like this:
The invalid form control with name=‘hdr_sidebar_txt[format]’ is not focusable.
Seems that text format in Header Bottom settings section, have not options to select. - 🇪🇸Spain jaumepc
My solution was create a new text format with this Machine name: basic_html
you can do it in /admin/config/content/formats@sujan_shrestha thank you for this awesome theme!
- 🇳🇵Nepal sujan shrestha Kathmandu🇳🇵, Nepal
Hi jaumepc, Thank you for providing the detailed information about the issue. Based on your description, it seems like the issue might be related to the available text formats. Currently, the allowed formats are statically set as $allowed_formats = ['basic_html', 'full_html'];. Could you please confirm whether your format includes either basic_html or full_html? You can check this by visiting /admin/config/content/formats to see which formats are available. This will help me fix the issue if that’s the cause.
- 🇳🇵Nepal sujan shrestha Kathmandu🇳🇵, Nepal
I have identified that if the site does not include 'basic_html' or 'full_html' formats, the dropdown will not allow selection of other options. To fix this, I have replaced the static allowed text format with all available dynamic text format machine names on the site.
Automatically closed - issue fixed for 2 weeks with no activity.