wreckingadm
Forum Replies Created
-
Yes, same Bitnami stack but now it’s on a much fresher release (PHP was 7.2.13). Is there an underlying PDF library that the plugin makes use of, which I can check to see if there’s an update needed?
One other change that comes to mind is that I previously had Imagick disabled, but it’s currently available for WordPress, in case the plugin uses that.
We have things configured to generate HTML rather than a PDF for the time being, so we can still print invoices to include with shipments, but the PDFs would be preferable. I also wanted to note that the PDF preview shown in the settings (which I realize is actually an image and not a PDF) does display the text properly.
Thanks again!
Sure thing, see attached…


Forum: Themes and Templates
In reply to: [Ashe] Ashe Pro Menu down (wordpress 5.6)I don’t know for certain that this came in with this update, since I’m comparing to a much older version, but flipping back to using
.hover()in the child theme’s JS fixes it. This is in Ashe Pro’scustom-scripts.js:// Navigation Hover - $('#top-menu, #main-menu').find('li').hover(function () { + $('#top-menu, #main-menu').find('li').on('hover', function () {Forum: Themes and Templates
In reply to: [Ashe] Ashe Pro Menu down (wordpress 5.6)We’re seeing the same thing, started after the latest round of updates to WP 5.6 and the theme 3.5.9.7