WordPress Jetpack Admin Backup: For When There are Problems

I’m a big fan of the Jetpack WordPress plugin. I support it in all of my WordPress themes, and have even contributed to its development. However it’s not perfect, and I have recently had some issues with the new React powered Jetpack admin not letting me change site settings.

I have been getting the error:

Notifications failed to activate. SyntaxError: Unexpected token < in JSON at position 0

Now as far as I can see the issue seems to be with the new admin loading resources from http – when using a https site. However the team at Jetpack support have been unable to reproduce or fix it – they’ve been able to see the issue on my site (I’ve given them admin access to a site with the issue) however they have been unable to diagnose the problem, so it still happens.

Then one of the support agents gave me a quick tip. The new React powered admin is likely what’s causing the problem – so why not use the old settings admin? It’s still there in the plugin!

So, if you’re having a problem changing the settings on your Jetpack powered site you can go to the following url and manage the settings as you used to:

/wp-admin/admin.php?page=jetpack_modules

I’ve now used this on two separate sites and it’s worked great. Now I just hope they don’t remove the old admin, at least until the issues I’ve been seeing have been resolved.

How was it for you? Let me know on BlueSky or Mastodon

(Please) Link to this page

Thanks for reading. I'd really appreciate it if you'd link to this page if you mention it in your newsletter or on your blog.

Related Posts

26 Sep 2018

WordPress get_post_gallery() Gutenberg Polyfill

I’m working on a new WordPress theme designed for Gutenberg, however Gutenberg isn’t finished, and there are elements that won’t work until the plugin is merged with core.One such issue, that I ran into this weekend, is that get_post_gallery() doesn’t...
27 Oct 2013

WordPress Numeric Pagination

I’ve made quite a few WordPress themes in my time, and so I thought I would write a few blog posts sharing some of the code snippets that I find myself using repeatedly.First off is some numeric pagination using native...
27 May 2013

WordPress: 10 Years Young, What Does The Future Hold?

WordPress is now 10 years old. I started using wordpress 9 years ago – which means I joined the WordPress community early on. The reason I chose WordPress is simply because of the fabled 5 minute install process – I...
19 Nov 2012

Jetpack: The Ultimate WordPress Plugin?

A Jetpack I’ve now got 2 themes on WordPress.com – Mimbo Pro and Opti – and as such I have spent quite a lot of time on the site. WordPress.com is powered by WordPress – but it also has a...
13 May 2010

6 Tips to Build Better WordPress Themes

If you want to make WordPress themes, for clients, to release for free or to sell, then there are a lot of factors you need to take into consideration. Below are some hints and tips that should help ease your...
16 Jun 2017

Fixing Theme Issues with WordPress 4.8 Media Widgets

WordPress 4.8 has just been released and, whilst not a ground breaking update, it includes some nice features that make WordPress more pleasant to use.One of the main areas focused on is some new widgets. There haven’t been any new...