Closed Robertght closed 9 months ago
Support References
This comment is automatically generated. Please do not edit it.
📌 REPRODUCTION RESULTS
📌 ACTIONS
Another report: 7527596-zd-a8c
I was able to reproduce the issue with Varese theme as well.
Another report in 7541242-zen
The Subscriber pop-up is blank in Videomaker theme:
As a temporary workaround, I suggested this CSS:
.jetpack-subscribe-modal__modal-content, .jetpack-subscribe-modal__modal-content button {
color: #000 !important;
background: Automattic/themes#999;
}
I'm experiencing the same issue on my own site, using the Zoologist theme. When I click "Preview and Edit Popup" it opens a blank page with no ability to add blocks or edit.
This has also been reported again at p9F6qB-e7K-p2
However, through some investigation I have found both the issue and a workaround.
This issue is not restricted to Blockbase themes, unfortunately. Instead, it is applicable to any theme using a child theme. The reason for this is that the link in https://wordpress.com/settings/newsletter/{site_url}
points to https://{site_url}/wp-admin/site-editor.php?postType=wp_template_part&postId=**{PARENT_THEME_SLUG}**%2F%2Fjetpack-subscribe-modal&canvas=edit but it should point to https://{site_url}/wp-admin/site-editor.php?postType=wp_template_part&postId=**{CHILD_THEME_SLUG}**%2F%2Fjetpack-subscribe-modal&canvas=edit
Interestingly, this only seems to affect Calypso, as the workaround is to access Jetpack > Settings > Newsletter
which also gives a link to preview the pop up but has the correct child theme slug in the URL.
Confirmation of the issue
Visiting WordPress.com > Settings > Newsletter
and clicking the Preview and edit the popup
link opens a page where the URL includes the parent theme slug instead of the active child theme slug. This in turn means that the template cannot be loaded. If the correct child theme slug is replaced in the URL the preview loads. A more user friendly workaround is shown below.
Workaround
Jetpack
Settings
in the top rightNewsletter
in the tabsPreview and edit the popup
link (this should include the correct child theme slug in the URL)We have the code in two places, in Jetpack and Calypso:
Slack p1706208764513469-slack-C052XEUUBL4 and p2 p7DVsv-jNo-p2
Potential fix:
https://github.com/Automattic/wp-calypso/pull/86904
Needs a review and some testing.
Quick summary
I encountered someone who cannot edit the template of the newsletter pop-up when using the Kerr theme.
Steps to reproduce
What you expected to happen
To be able to modify the Jetpack subscription modal.
What actually happened
I got an empty template with "null" in the title of the page(browser tab).
Browser
No response
Context
7355315-zen
Platform (Simple, Atomic, or both?)
Simple
Other notes
This happens with Blockbase&Blockbase Premium themes.
Tested with Videomaker, Russell, Arbutus, etc.
Reproducibility
Consistent
Severity
Some (< 50%)
Available workarounds?
Yes, difficult to implement
Workaround details
Switch to another theme like Blank Canvas if the theme is simpler or find a replacement theme.