• Resolved graichura

    (@graichura)


    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:1

    
    if (!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)
  • Hello, graichura

    The issue arises because sometimes plugin might be unintentionally blocking essential data Jetpack needs to function properly.

    So, temporarily deactivate your Coming Soon plugin and then re-activate it after you finished using Jetpack features that needed. This will allow Jetpack to function normally.

Viewing 1 replies (of 1 total)
  • The topic ‘Conflict with Jetpack’ is closed to new replies.