πΊπΈUnited States ekorotkin
Seems the poll module is not available on https://simplytest.me
πΊπΈUnited States ekorotkin
My issue that I was seeing was the following:
- Drupal Core 9.5.3
- Running PHP 7.4 and MySQL 5.7
- Poll Module installed at version 8.x-1.5
When placing a new poll styled in my theme in the footer of a site, the poll would not display at all for anonymous users. It worked perfectly fine for logged in users.
The console error was "Uncaught ReferenceError: loadjs is not defined in site"
Let me know if you need more information.
πΊπΈUnited States ekorotkin
Fixed syntax error from #14
πΊπΈUnited States ekorotkin
I created a patch that is working well for me on Core 9.5.3. I am attaching it here for use while we wait for the code to be added to the core branches.
Hope it works for you all.