Jason Day
Jason Day
Hi, I am not sure what you're trying to accomplish. Are you trying to inject new content when the user selects "print"? Looking at your code, it appears you are...

Both addons have been update to latest versions.
Canvas is a bit tricky, as the way printThis works is by copying over elements from the parent page to an iframe. My guess is that some key piece is...
printThis works by creating an iframe and copying elements into it. The issue here is that the CSS is referencing a relative path not available in the iframe. printThis requires...
First, have you set `debug: true` and inspected the created iframe? This is step 1 in debugging printThis issues. Additionally, I believe there may be several issues here. * I...
@raum51 thanks. The issue comes down to how the `foldable` items are being hidden. In looking at the CSS, the height is being transitioned from `max-height: 0` to `max-height: 100000vmax`...
Adding the conversation from slack here for reference: --- Grant Cameron Jan 21st at 4:12 AM Hi folks, was wondering if anyone is aware of a fork for pa11y dashboard...
@LisaFC does the imgproc shortcode need to have alt text added (or is there another way to add alt text that marries this shortcode with Hugo's approach)? Note: images either...
This url fails in Windows PowerShell at the first `&`: ``` PS K:\> a11ym -m 1 -o test https ://url.com/jobs/intro?_ab_sessid=6f022ebc900f9cd04a6383f8eaab3c64&mobile=false&width=675&height=500&bga =true&needsRedirect=false&jan1offset=-300&jun1offset=-240&in_iframe=1 At line:1 char:107 + ... a6383f8eaab3c64&mobile=false&width=675&height=500&bga=true&needsRedirect=false&j ... + ~...