cshaw
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: PDFs uploaded to media, not fully loading@prensamontijo , you might get better responses if you start a different thread in the forum with some details about your version and configuration, since your PDF issue sounds different than the original issue.
Forum: Fixing WordPress
In reply to: PDFs uploaded to media, not fully loadingThe browser vendors keep updating and changing their default / embedded PDF viewers, so the behavior may have changed over time even for the same document. For me, the PDF looks okay on Safari 12.0.3 (desktop) for me, but not okay on Chrome or FireFox. In FireFox I see various errors that seem font-related — can you try changing the font you’re using, in Pages, before you export the PDF?
As a test, maybe you can try a font like Arial Unicode MS, which may be more universal?
Forum: Developing with WordPress
In reply to: Gutenberg development – how to setup Hot ReloadingHi @billb101 , I haven’t tried this method yet, but looks like some folks have gotten HMR to work with Gutenberg. They posted about it here:
https://humanmade.com/2018/11/26/hot-module-replacement-for-gutenberg-blocks/
With some sample code also available on GitHub:
https://github.com/kadamwhite/wp-block-hmr-demo
Perhaps something to try out?