The needed files inside /libraries/juicebox/
was confusing as a reference to the full.html
file was missing. Modified the structure to make it clearer of what files are needed.
I have been able to replicate and fix this issue in my local environment and on my iOS device.
The problem was that, following the instructions from both the module's page (
https://www.drupal.org/project/juicebox →
) and the documentation (
https://www.drupal.org/node/2000300 →
) I, mistakenly, only copied the classic
directory and juicebox.js
into /libraries/juicebox
, but not full.html
.
Adding that missing file (full.html
) made it work. My libraries folder now looks like the following:
|-- libraries
| |-- juicebox
| | |-- classic
| | | |-- fonts
| | | |-- img
| | | |-- theme.css
| | |-- full.html
| | |-- juicebox.js
Updated patch as $behaviour's value comes as string to me. Other than that, it worked for me.
Hi, I am wondering why I don't see credit for this issue in my profile if I created the issue and committed the fix? Did I miss anything? Thank you.
Luke.Leber → credited neschi → .
I had the same problem and got it working selecting an option in the settings form @ /admin/reports/hacked/settings