{"id":4841,"date":"2021-02-18T01:36:59","date_gmt":"2021-02-18T01:36:59","guid":{"rendered":"https:\/\/essentials.pixfort.com\/knowledge-base\/?p=4841"},"modified":"2024-03-10T22:37:20","modified_gmt":"2024-03-10T22:37:20","slug":"the-contents-of-an-external-plugin-is-not-showing-in-popup","status":"publish","type":"post","link":"https:\/\/essentials.pixfort.com\/knowledge-base\/the-contents-of-an-external-plugin-is-not-showing-in-popup\/","title":{"rendered":"The content of external plugin is not showing in Popup"},"content":{"rendered":"\n

<\/p>\n\n\n\n

When using external third-party scripts\/plugins into a Popup, it’s crucial to understand how they interact with dynamically loaded content. By default, popup content on your site is loaded dynamically\u2014meaning it’s loaded into the page after the initial page load (if no “Display Conditions”<\/strong> are set in the pixfort Popup Options).<\/p>\n\n\n\n

<\/p>\n\n\n\n

To ensure the popup content loads directly within the page from the start, you can use the “Display Conditions”<\/strong> option within the Popup Options<\/strong>. For instance, you can specify the condition to load the popup on all pages of your website. This approach is necessary when using scripts or plugins that do not support dynamic loading:<\/p>\n\n\n\n

\"Add<\/figure>\n\n\n\n

Otherwise, if you are using an external third party plugin that requires the content of the plugin to be visible in order to be initialized, it’s recommend you to check the plugin documentation (or contact their support) to see if the plugin supports using and initializing its element dynamically, and if they do and provide a javascript function to initialize their elements dynamically you can add it inside this code snippet then add it into Theme options \u2192 Layout \u2192<\/strong> Advanced \u2192<\/strong> Custom JS (in footer)<\/strong>:<\/p>\n\n\n\n

$('body').on('pix_popup_open', function(){\n    \/\/ Your code here\n});<\/code><\/pre>\n\n\n\n

<\/p>\n","protected":false},"excerpt":{"rendered":"When using external third-party scripts\/plugins into a Popup, it’s crucial to understand how they interact with dynamically loaded content. By default, popup content on your site is loaded dynamically\u2014meaning it’s loaded into the page after the initial page load (if…","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[120,97],"tags":[],"yoast_head":"\nThe content of external plugin is not showing in Popup - Essentials Knowledge base<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/essentials.pixfort.com\/knowledge-base\/the-contents-of-an-external-plugin-is-not-showing-in-popup\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The content of external plugin is not showing in Popup - Essentials Knowledge base\" \/>\n<meta property=\"og:description\" content=\"When using external third-party scripts\/plugins into a Popup, it’s crucial to understand how they interact with dynamically loaded content. By default, popup content on your site is loaded dynamically\u2014meaning it’s loaded into the page after the initial page load (if...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/essentials.pixfort.com\/knowledge-base\/the-contents-of-an-external-plugin-is-not-showing-in-popup\/\" \/>\n<meta property=\"og:site_name\" content=\"Essentials Knowledge base\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/pixfort\" \/>\n<meta property=\"article:published_time\" content=\"2021-02-18T01:36:59+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-03-10T22:37:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/essentials.pixfort.com\/knowledge-base\/wp-content\/uploads\/sites\/33\/2024\/03\/popup-display-conditions-1024x544.png\" \/>\n<meta name=\"author\" content=\"pixfort\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@pixfort\" \/>\n<meta name=\"twitter:site\" content=\"@pixfort\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"pixfort\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/essentials.pixfort.com\/knowledge-base\/the-contents-of-an-external-plugin-is-not-showing-in-popup\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/essentials.pixfort.com\/knowledge-base\/the-contents-of-an-external-plugin-is-not-showing-in-popup\/\"},\"author\":{\"name\":\"pixfort\",\"@id\":\"https:\/\/essentials.pixfort.com\/knowledge-base\/#\/schema\/person\/ce28d19c64aa87116b0fc2685df067b6\"},\"headline\":\"The content of external plugin is not showing in Popup\",\"datePublished\":\"2021-02-18T01:36:59+00:00\",\"dateModified\":\"2024-03-10T22:37:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/essentials.pixfort.com\/knowledge-base\/the-contents-of-an-external-plugin-is-not-showing-in-popup\/\"},\"wordCount\":204,\"publisher\":{\"@id\":\"https:\/\/essentials.pixfort.com\/knowledge-base\/#organization\"},\"image\":{\"@id\":\"https:\/\/essentials.pixfort.com\/knowledge-base\/the-contents-of-an-external-plugin-is-not-showing-in-popup\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/essentials.pixfort.com\/knowledge-base\/wp-content\/uploads\/sites\/33\/2024\/03\/popup-display-conditions-1024x544.png\",\"articleSection\":[\"Developers\",\"Quick answers\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/essentials.pixfort.com\/knowledge-base\/the-contents-of-an-external-plugin-is-not-showing-in-popup\/\",\"url\":\"https:\/\/essentials.pixfort.com\/knowledge-base\/the-contents-of-an-external-plugin-is-not-showing-in-popup\/\",\"name\":\"The content of external plugin is not showing in Popup - Essentials Knowledge base\",\"isPartOf\":{\"@id\":\"https:\/\/essentials.pixfort.com\/knowledge-base\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/essentials.pixfort.com\/knowledge-base\/the-contents-of-an-external-plugin-is-not-showing-in-popup\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/essentials.pixfort.com\/knowledge-base\/the-contents-of-an-external-plugin-is-not-showing-in-popup\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/essentials.pixfort.com\/knowledge-base\/wp-content\/uploads\/sites\/33\/2024\/03\/popup-display-conditions-1024x544.png\",\"datePublished\":\"2021-02-18T01:36:59+00:00\",\"dateModified\":\"2024-03-10T22:37:20+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/essentials.pixfort.com\/knowledge-base\/the-contents-of-an-external-plugin-is-not-showing-in-popup\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/essentials.pixfort.com\/knowledge-base\/the-contents-of-an-external-plugin-is-not-showing-in-popup\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/essentials.pixfort.com\/knowledge-base\/the-contents-of-an-external-plugin-is-not-showing-in-popup\/#primaryimage\",\"url\":\"https:\/\/essentials.pixfort.com\/knowledge-base\/wp-content\/uploads\/sites\/33\/2024\/03\/popup-display-conditions.png\",\"contentUrl\":\"https:\/\/essentials.pixfort.com\/knowledge-base\/wp-content\/uploads\/sites\/33\/2024\/03\/popup-display-conditions.png\",\"width\":1069,\"height\":568},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/essentials.pixfort.com\/knowledge-base\/the-contents-of-an-external-plugin-is-not-showing-in-popup\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/essentials.pixfort.com\/knowledge-base\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The content of external plugin is not showing in Popup\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/essentials.pixfort.com\/knowledge-base\/#website\",\"url\":\"https:\/\/essentials.pixfort.com\/knowledge-base\/\",\"name\":\"Essentials Knowledge base\",\"description\":\"made by pixfort\",\"publisher\":{\"@id\":\"https:\/\/essentials.pixfort.com\/knowledge-base\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/essentials.pixfort.com\/knowledge-base\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/essentials.pixfort.com\/knowledge-base\/#organization\",\"name\":\"pixfort\",\"url\":\"https:\/\/essentials.pixfort.com\/knowledge-base\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/essentials.pixfort.com\/knowledge-base\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/essentials.pixfort.com\/knowledge-base\/wp-content\/uploads\/sites\/33\/2020\/07\/support-logo-dark-clean.png\",\"contentUrl\":\"https:\/\/essentials.pixfort.com\/knowledge-base\/wp-content\/uploads\/sites\/33\/2020\/07\/support-logo-dark-clean.png\",\"width\":322,\"height\":110,\"caption\":\"pixfort\"},\"image\":{\"@id\":\"https:\/\/essentials.pixfort.com\/knowledge-base\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/pixfort\",\"https:\/\/twitter.com\/pixfort\",\"https:\/\/www.instagram.com\/pixfort\/\",\"https:\/\/www.linkedin.com\/company\/pixfort\",\"https:\/\/www.youtube.com\/c\/Pixfort\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/essentials.pixfort.com\/knowledge-base\/#\/schema\/person\/ce28d19c64aa87116b0fc2685df067b6\",\"name\":\"pixfort\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/essentials.pixfort.com\/knowledge-base\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f5c4155e987c6ab4b3e8278828fe024c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f5c4155e987c6ab4b3e8278828fe024c?s=96&d=mm&r=g\",\"caption\":\"pixfort\"},\"description\":\"Hey, this is pixfort support team, if you still need help you can always reach us via the chat messenger in your account on pixfort hub\",\"sameAs\":[\"http:\/\/hub.pixfort.com\"],\"url\":\"https:\/\/essentials.pixfort.com\/knowledge-base\/author\/pixfort\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"The content of external plugin is not showing in Popup - Essentials Knowledge base","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/essentials.pixfort.com\/knowledge-base\/the-contents-of-an-external-plugin-is-not-showing-in-popup\/","og_locale":"en_US","og_type":"article","og_title":"The content of external plugin is not showing in Popup - Essentials Knowledge base","og_description":"When using external third-party scripts\/plugins into a Popup, it’s crucial to understand how they interact with dynamically loaded content. By default, popup content on your site is loaded dynamically\u2014meaning it’s loaded into the page after the initial page load (if...","og_url":"https:\/\/essentials.pixfort.com\/knowledge-base\/the-contents-of-an-external-plugin-is-not-showing-in-popup\/","og_site_name":"Essentials Knowledge base","article_publisher":"https:\/\/www.facebook.com\/pixfort","article_published_time":"2021-02-18T01:36:59+00:00","article_modified_time":"2024-03-10T22:37:20+00:00","og_image":[{"url":"https:\/\/essentials.pixfort.com\/knowledge-base\/wp-content\/uploads\/sites\/33\/2024\/03\/popup-display-conditions-1024x544.png"}],"author":"pixfort","twitter_card":"summary_large_image","twitter_creator":"@pixfort","twitter_site":"@pixfort","twitter_misc":{"Written by":"pixfort","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/essentials.pixfort.com\/knowledge-base\/the-contents-of-an-external-plugin-is-not-showing-in-popup\/#article","isPartOf":{"@id":"https:\/\/essentials.pixfort.com\/knowledge-base\/the-contents-of-an-external-plugin-is-not-showing-in-popup\/"},"author":{"name":"pixfort","@id":"https:\/\/essentials.pixfort.com\/knowledge-base\/#\/schema\/person\/ce28d19c64aa87116b0fc2685df067b6"},"headline":"The content of external plugin is not showing in Popup","datePublished":"2021-02-18T01:36:59+00:00","dateModified":"2024-03-10T22:37:20+00:00","mainEntityOfPage":{"@id":"https:\/\/essentials.pixfort.com\/knowledge-base\/the-contents-of-an-external-plugin-is-not-showing-in-popup\/"},"wordCount":204,"publisher":{"@id":"https:\/\/essentials.pixfort.com\/knowledge-base\/#organization"},"image":{"@id":"https:\/\/essentials.pixfort.com\/knowledge-base\/the-contents-of-an-external-plugin-is-not-showing-in-popup\/#primaryimage"},"thumbnailUrl":"https:\/\/essentials.pixfort.com\/knowledge-base\/wp-content\/uploads\/sites\/33\/2024\/03\/popup-display-conditions-1024x544.png","articleSection":["Developers","Quick answers"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/essentials.pixfort.com\/knowledge-base\/the-contents-of-an-external-plugin-is-not-showing-in-popup\/","url":"https:\/\/essentials.pixfort.com\/knowledge-base\/the-contents-of-an-external-plugin-is-not-showing-in-popup\/","name":"The content of external plugin is not showing in Popup - Essentials Knowledge base","isPartOf":{"@id":"https:\/\/essentials.pixfort.com\/knowledge-base\/#website"},"primaryImageOfPage":{"@id":"https:\/\/essentials.pixfort.com\/knowledge-base\/the-contents-of-an-external-plugin-is-not-showing-in-popup\/#primaryimage"},"image":{"@id":"https:\/\/essentials.pixfort.com\/knowledge-base\/the-contents-of-an-external-plugin-is-not-showing-in-popup\/#primaryimage"},"thumbnailUrl":"https:\/\/essentials.pixfort.com\/knowledge-base\/wp-content\/uploads\/sites\/33\/2024\/03\/popup-display-conditions-1024x544.png","datePublished":"2021-02-18T01:36:59+00:00","dateModified":"2024-03-10T22:37:20+00:00","breadcrumb":{"@id":"https:\/\/essentials.pixfort.com\/knowledge-base\/the-contents-of-an-external-plugin-is-not-showing-in-popup\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/essentials.pixfort.com\/knowledge-base\/the-contents-of-an-external-plugin-is-not-showing-in-popup\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/essentials.pixfort.com\/knowledge-base\/the-contents-of-an-external-plugin-is-not-showing-in-popup\/#primaryimage","url":"https:\/\/essentials.pixfort.com\/knowledge-base\/wp-content\/uploads\/sites\/33\/2024\/03\/popup-display-conditions.png","contentUrl":"https:\/\/essentials.pixfort.com\/knowledge-base\/wp-content\/uploads\/sites\/33\/2024\/03\/popup-display-conditions.png","width":1069,"height":568},{"@type":"BreadcrumbList","@id":"https:\/\/essentials.pixfort.com\/knowledge-base\/the-contents-of-an-external-plugin-is-not-showing-in-popup\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/essentials.pixfort.com\/knowledge-base\/"},{"@type":"ListItem","position":2,"name":"The content of external plugin is not showing in Popup"}]},{"@type":"WebSite","@id":"https:\/\/essentials.pixfort.com\/knowledge-base\/#website","url":"https:\/\/essentials.pixfort.com\/knowledge-base\/","name":"Essentials Knowledge base","description":"made by pixfort","publisher":{"@id":"https:\/\/essentials.pixfort.com\/knowledge-base\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/essentials.pixfort.com\/knowledge-base\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/essentials.pixfort.com\/knowledge-base\/#organization","name":"pixfort","url":"https:\/\/essentials.pixfort.com\/knowledge-base\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/essentials.pixfort.com\/knowledge-base\/#\/schema\/logo\/image\/","url":"https:\/\/essentials.pixfort.com\/knowledge-base\/wp-content\/uploads\/sites\/33\/2020\/07\/support-logo-dark-clean.png","contentUrl":"https:\/\/essentials.pixfort.com\/knowledge-base\/wp-content\/uploads\/sites\/33\/2020\/07\/support-logo-dark-clean.png","width":322,"height":110,"caption":"pixfort"},"image":{"@id":"https:\/\/essentials.pixfort.com\/knowledge-base\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/pixfort","https:\/\/twitter.com\/pixfort","https:\/\/www.instagram.com\/pixfort\/","https:\/\/www.linkedin.com\/company\/pixfort","https:\/\/www.youtube.com\/c\/Pixfort"]},{"@type":"Person","@id":"https:\/\/essentials.pixfort.com\/knowledge-base\/#\/schema\/person\/ce28d19c64aa87116b0fc2685df067b6","name":"pixfort","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/essentials.pixfort.com\/knowledge-base\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/f5c4155e987c6ab4b3e8278828fe024c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f5c4155e987c6ab4b3e8278828fe024c?s=96&d=mm&r=g","caption":"pixfort"},"description":"Hey, this is pixfort support team, if you still need help you can always reach us via the chat messenger in your account on pixfort hub","sameAs":["http:\/\/hub.pixfort.com"],"url":"https:\/\/essentials.pixfort.com\/knowledge-base\/author\/pixfort\/"}]}},"_links":{"self":[{"href":"https:\/\/essentials.pixfort.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/4841"}],"collection":[{"href":"https:\/\/essentials.pixfort.com\/knowledge-base\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/essentials.pixfort.com\/knowledge-base\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/essentials.pixfort.com\/knowledge-base\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/essentials.pixfort.com\/knowledge-base\/wp-json\/wp\/v2\/comments?post=4841"}],"version-history":[{"count":22,"href":"https:\/\/essentials.pixfort.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/4841\/revisions"}],"predecessor-version":[{"id":7346,"href":"https:\/\/essentials.pixfort.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/4841\/revisions\/7346"}],"wp:attachment":[{"href":"https:\/\/essentials.pixfort.com\/knowledge-base\/wp-json\/wp\/v2\/media?parent=4841"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/essentials.pixfort.com\/knowledge-base\/wp-json\/wp\/v2\/categories?post=4841"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/essentials.pixfort.com\/knowledge-base\/wp-json\/wp\/v2\/tags?post=4841"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}