Yes, brilliant. All my problems resolved. Thanks!
The initial email ticket was entitled “Licence Key not working” sent on the 15th July.
I’ve just responded to the email ticket with a new response and have an automated response to that. Please let me know what else you need from me.
Thanks!
I sent the email last month! I got an automated reply at the time but nothing since…
We’ve already reviewed the first link and it wasn’t helpful at all.
As mentioned, this just worked “out of the box” with Apache and I had assumed it would be similar Nginx.
Here’s an example of a site on the old server: https://www.zerotackle.com/oops/
And here’s an example of a site on the new server: https://www.zerowicket.com/oops/
How do we tell Nginx to point to the Newspaper theme 404 page?
Cheers,
Matt
Absolute nightmare guys! For some unknown reason, we had to re-activate our purchase code despite it being the same.
Lost over an hours worth of traffic. Any idea what has happened here and how we can prevent it in the future?
Any ETA on Newspaper 11?
I’m constantly seeing these sorts of logs in New Relic when there is a slow page load.

As you can see if the above image, 23% of the page load time was spent in the one TagDiv function called get_font_family_list.
Is that normal that it should take so long? Or is there something I can do to reduce that time?
Here’s a link for my td_block_big_grid_3.php: https://www.dropbox.com/s/m1v55w18w9il6cy/td_block_big_grid_3.php?dl=0
Perhaps that will help you?
No worries, I was able to resolve the issue quite easily in the code myself, at least for the Big Grid 3 which we use.
I just added the following to the foreach loop in td_block_big_grid_3.php
if($post_count >= (int)self::POST_LIMIT) {
break;
}
Not sure why something similar couldn’t be added across the board?
Is there a particular reason why you don’t resolve this issue? And I call it an issue as it breaks a core WordPress function.
We use a blocks on the home page, including a Big Grid at the top. We’d love to be able to stick a post to this grid and in theory, it doesn’t seem like it should be that much trouble.
Hi guys, I resolved the issue by unzipping the Newspaper.zip (inside the downloaded zip) and simply re-uploading the whole theme.
Hope that helps someone else!
Good plan.
I’ve used this plugin to achieve the exact effect I wanted: https://wordpress.org/plugins/sticky-menu-or-anything-on-scroll/
Cheers!
