drvenkat
Forum Replies Created
-
Forum: Plugins
In reply to: Status of Maintenance Mode pluginHi Carol
Can I get a copy of the Maintenance mode plugin?
Regards
Venky
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Error after updating wp and pagebuilderMore details from debug window – What do I need to deactivate? I do not seem to be having any plugin that seems relevant.
/**
* Default callback used to generate emoji src
* based on Twitter CDN
* @param string the emoji codepoint string
* @param string the default size to use, i.e. “36×36”
* @param string optional “\uFE0F” variant char, ignored by default
* @return string the image source to use
*/
function defaultImageSrcGenerator(icon, options) {
return ”.concat(options.base, options.size, ‘/’, icon, options.ext);
}/**
* Given a generic DOM nodeType 1, walk through all children
* and store every nodeType 3 (#text) found in the tree.
* @param Element a DOM Element with probably some text in it
* @param Array the list of previously discovered text nodes
* @return Array same list with new discovered nodes, if any
*/
}
// ignore all nodes that are not type 1 or that
// should not be parsed as script, style, and others
else if (nodeType === 1 && !shouldntBeParsed.test(subnode.nodeName)) {
grabAllTextNodes(subnode, allText);
}
}
return allText;
}Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Error after updating wp and pagebuilderI do not know where this is from as I have not written any Java scripts on my page.
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Error after updating wp and pagebuilderAs per debug on IE, it is a javascript called: twemoji.js