After installing I went to page.html.twig and added: <div id="da11y-plugin"></div>. I then did drush cr and yet when I toggle the module, the toolbar won't appear.

-- It happens in several themes, such as Bartik, Basic, and Bootstrap, and in several versions such as 8.1.x and 8.2.x.
-- No errors in Js console.

From my check, the problem is due that no iformation is loaded under <ul>class="da11y-items pojo-a11y-tools"</ul>.

CommentFileSizeAuthor
#4 da11y-empty.png5.65 KBshaal

Comments

Benia created an issue. See original summary.

Benia’s picture

Issue summary: View changes
Benia’s picture

Title: Toolbar won't loaded when toggeled » Toolbar won't load when toggeled
shaal’s picture

StatusFileSize
new5.65 KB

I got the same bug when using this module on Drupal 7.
The toolbar shows only the credits to Linnovate, but none of the actual accessibility tools would show up.
(No error messages)

<div id="da11y-plugin">
  <div class="active" id="da11y-toggle" tabindex="0"></div>
  <div class="active" id="da11y-options">
    <nav class="pojo-a11y-toolbar-left" id="pojo-a11y-toolbar" role="navigation">
      <ul class="da11y-items pojo-a11y-tools"></ul>
      <div id="da11y-credits">
        <hr>
        <a href="http://drupalorg/project/da11y">Drupal Accessability</a> By<a href="http://www.linnovate.net">Linnovate</a>
      </div>
    </nav>
  </div>
</div>

da11y's empty toolbar

shaal’s picture

I found a solution that worked for me and fixed the problem.

It's actually a very simple step, that wasn't documented before.

Go to the confugration page of Da11y
/admin/config/da11y

And click the "Save Configuration" button at the bottom of that page.

That's it.
Da11y is now fully working on my website.