mnelson4 / printmyblog

WordPress Plugin that simplifies printing your entire blog
GNU General Public License v3.0
16 stars 6 forks source link

JetPack's Tiled Gallery Missing CSS and JS #311

Closed mnelson4 closed 2 years ago

mnelson4 commented 2 years ago

Just gotta fool WP into thinking its a frontend request by doing

global $current_screen;
        $current_screen = WP_Screen::get('front');
mnelson4 commented 2 years ago

Yeah it's CSS and JS are both working now...

The remaining issue is that Tiled Gallery resizes according to its space available, and it thinks the page is super wide (but the PDF ends up layout out much differently)...

So I think the page body should actually reflect the page size...

mnelson4 commented 2 years ago

this seems to be all good now, as of pmb 3.12.7