Hi @unklee,
If you know the fix, you can submit a pull request here and I will accept it and update the theme – https://github.com/dannycooper/arke
If not, I can take care of it in the next 1-2 weeks.
Let me know if I can help with anything else.
Thanks
Thread Starter
unklee
(@unklee)
I don’t know the fix. I was hoping you might be able to do it, but if not I was going to try – not sure how successful I would have been!
I’ll wait to see if you can fix it thanks.
@unklee Fixed in the latest version π
Thread Starter
unklee
(@unklee)
Thanks so much. I’ll try it out.
Thread Starter
unklee
(@unklee)
Unfortunately, so far, it doesn’t work for me. Most pages just show the header & title, but the blog page (which is created differently) shows everything. Maybe it’s something I’ve done in my child theme. I’ll check the error messages when I have time.
The update didn’t change anything structurally or any functionality, it just fixed one small bug. You can see the changes here – https://themes.trac.wordpress.org/changeset/288395/arke
Thread Starter
unklee
(@unklee)
I think at the moment this is beyond me. I chose Arke for 2 sites because my WordPress themes were running slow. But I wanted a few features, so I developed a child theme (this sounds like I know what I’m doing, but I really just followed online advice on this) to add those features. Both sites still score about 90 for mobile and 96 for desktop on Google Page Speeds.
I installed the child theme on both sites with mostly the same plugins. The only real difference was that one site was in classic WordPress which I coded in HTML and CSS, while the other was in blocks. The one in classic still loads properly with this upgrade in php (and did before you upgraded your code), whereas the block site is the one that won’t load. I have tried deactivating all plugins and it still doesn’t load, so that isn’t the problem.
I have checked my functions.php files (which is the file you updated) and there doesn’t appear to be anything in the crashing site that isn’t in the OK site, so I am at a loss what else to check. I guess I’ll just run the old version of php until something turns up.
Thanks for your help.
Thread Starter
unklee
(@unklee)
PS I guess the fact that the header loads (albeit with some changes to layout) means that the fault isn’t fundamental, but in the content.php file or something like that. I don’t know.