{"id":3127,"date":"2016-06-03T11:43:33","date_gmt":"2016-06-03T06:13:33","guid":{"rendered":"\/?p=3127"},"modified":"2025-03-23T20:05:40","modified_gmt":"2025-03-23T14:35:40","slug":"create-a-language-specific-popup","status":"publish","type":"docs","link":"https:\/\/convertplug.com\/plus\/docs\/create-a-language-specific-popup\/","title":{"rendered":"How to Create a Language Specific Popup in ConvertPlus?"},"content":{"rendered":"\n<p>ConvertPlus allows you to create language-specific popups to ensure you are serving the right audiences.<\/p>\n\n\n\n<p>To proceed, first, you need to create a new popup for your specific language.<\/p>\n\n\n\n<p>You&#8217;ll need the things mentioned below:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>WPML installed on your site.<\/li>\n\n\n\n<li>Your style ID &#8211; You can find it here in your style customizer screen &#8211;\u00a0 [<a href=\"http:\/\/convertplug.com\/wp-content\/uploads\/2021\/04\/wpml1.png\" target=\"_blank\" rel=\"noopener\">Link<\/a>]<\/li>\n\n\n\n<li>Your language code &#8211; WPML -> Languages -> Edit languages screen Here- [<a href=\"http:\/\/convertplug.com\/wp-content\/uploads\/2021\/04\/wpml-2.mp4\">Link<\/a>]<\/li>\n<\/ul>\n\n\n\n<p>You need to add the below code to your child theme&#8217;s <strong>functions.php<\/strong> file,<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">function cp_callback_function( $display, $style_id ) {<br>     <br>     if( $display ) {<br>        \/\/ Replace style id with your style ID<br>        if( $style_id == 'cp_id_75944' ) {<br>     <br>            \/\/ get current language code<br>            $language_code = ICL_LANGUAGE_CODE;<br>                    <br>                    \/\/ replace fr with your language code <br>            if( $language_code == 'fr' ) {<br>                $display = true;<br>            } else {<br>                $display = false;<br>            }<br>     <br>        }<br>    }<br> <br>    return $display;<br>}<br>add_filter( 'cp_target_page_settings', 'cp_callback_function', 10, 3 );<\/pre>\n\n\n\n<p>That&#8217;s all! If you face any issues with the above process, please feel free to reach out to our support. We&#8217;re always here to help.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>ConvertPlus allows you to create language-specific popups to ensure you are serving the right audiences. To proceed, first, you need to create a new popup for your specific language. You&#8217;ll need the things mentioned below: You need to add the below code to your child theme&#8217;s functions.php file, function cp_callback_function( $display, $style_id ) { if( [&hellip;]<\/p>\n","protected":false},"author":64,"featured_media":0,"template":"","meta":{"inline_featured_image":false,"site-sidebar-layout":"default","site-content-layout":"default","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"docs_category":[20],"docs_tag":[],"class_list":["post-3127","docs","type-docs","status-publish","hentry","docs_category-general"],"_links":{"self":[{"href":"https:\/\/convertplug.com\/plus\/wp-json\/wp\/v2\/docs\/3127","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/convertplug.com\/plus\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/convertplug.com\/plus\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/convertplug.com\/plus\/wp-json\/wp\/v2\/users\/64"}],"version-history":[{"count":5,"href":"https:\/\/convertplug.com\/plus\/wp-json\/wp\/v2\/docs\/3127\/revisions"}],"predecessor-version":[{"id":24489,"href":"https:\/\/convertplug.com\/plus\/wp-json\/wp\/v2\/docs\/3127\/revisions\/24489"}],"wp:attachment":[{"href":"https:\/\/convertplug.com\/plus\/wp-json\/wp\/v2\/media?parent=3127"}],"wp:term":[{"taxonomy":"docs_category","embeddable":true,"href":"https:\/\/convertplug.com\/plus\/wp-json\/wp\/v2\/docs_category?post=3127"},{"taxonomy":"docs_tag","embeddable":true,"href":"https:\/\/convertplug.com\/plus\/wp-json\/wp\/v2\/docs_tag?post=3127"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}