Conflict with Jetpack
-
Hi,
I am getting an issue with your plugin active on my site that seems to be preventing JetPack from being able to connect properly. The following error is occurring….
admin-bar-v2.js?ver=13.1.1-202407-lite:1 Missing data from PHP (wpNotesArgs).
(anonymous) @ admin-bar-v2.js?ver=13.1.1-202407-lite:1if (!window.wpNotesArgs) { console.warn("Missing data from PHP (wpNotesArgs).") } const e = window.wpNotesArgs || {}; const t = e.cacheBuster || "none"; let s = false; let i = e.iframeUrl || "https://widgets.wp.com/notes/"; let n = e.iframeAppend || ""; let o = e.iframeScroll || "no"; let a = e.wide || false; let r; let c; class l { constructor() { this.el = document.querySelector("#wp-admin-bar-notes"); if (!this.el) { return } this.hasUnseen = null; this.initialLoad = true; this.count = null; this.iframe = null; this.iframeWindow = null; this.messageQ = []; this.iframeSpinnerShown = false; this.isJetpack = false; this.linkAccountsURL = false; this.currentMasterbarActive = undefined; if (window.jQuery && window.jQuery.fn && !window.jQuery.fn.spin) { window.jQuery.fn.spin = ()=>{} } const e = document.querySelector("#wpadminbar"); this.isRtl = e && e.classList.contains("rtl"); this.count = document.querySelector("#wpnt-notes-unread-count"); this.panel = document.querySelector(
#${r}
); if (!this.count || !this.panel) { return } this.hasUnseen = this.count.classList.contains("wpn-unread"); if (window.wpNotesIsJetpackClient) { this.isJetpack = true } if (this.isJetpack && typeof window.wpNotesLinkAccountsURL !== "undefined") { this.linkAccountsURL = window.wpNotesLinkAccountsURL }The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Conflict with Jetpack’ is closed to new replies.