{"id":62031,"date":"2024-02-13T08:48:22","date_gmt":"2024-02-13T13:48:22","guid":{"rendered":"https:\/\/memberpress.com\/docs\/how-to-display-login-form-in-popup\/"},"modified":"2024-09-17T11:10:27","modified_gmt":"2024-09-17T15:10:27","slug":"how-to-display-login-form-in-popup","status":"publish","type":"ht_kb","link":"https:\/\/memberpress.com\/es\/docs\/how-to-display-login-form-in-popup\/","title":{"rendered":"C\u00f3mo mostrar el formulario de inicio de sesi\u00f3n en una ventana emergente"},"content":{"rendered":"\n<p>If you're looking for a way to display\u00a0 <span class=\"prokeys-snippet-text\">MemberPress\u00a0Login form in the popup on one or more pages you can use\u00a0<\/span><a href=\"https:\/\/wordpress.org\/plugins\/popup-maker\/\" target=\"_blank\" rel=\"noopener\">Popup Maker<\/a> plugin.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Step 1: Add the <em>Popup Maker<\/em> Plugin to your Site<\/h4>\n\n\n\n<p>This plugin will allow you to create a popup maker and configure it as you want.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Navigate to your\u00a0<strong>WordPress Dashboard<\/strong>\u00a0\u2192\u00a0<strong>Plugins<\/strong>\u00a0\u2192 and click on the\u00a0Add New\u00a0button;<\/li>\n\n\n\n<li>In the\u00a0Search\u00a0bar, type\u00a0<em>Popup Maker<\/em>;<\/li>\n\n\n\n<li>Install and Activate the <a href=\"https:\/\/wordpress.org\/plugins\/popup-maker\/\" target=\"_blank\" rel=\"noopener\">Popup Maker<\/a> plugin (you can also use the <a href=\"https:\/\/wppopupmaker.com\/\" target=\"_blank\" rel=\"noopener\">paid versions of PopupMaker<\/a>).<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/memberpress.com\/wp-content\/uploads\/2024\/02\/file-uLKWxKBzsW.png\" alt=\"\"\/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">Step 2: Add <em>Is Logged In<\/em> condition to Popup Maker<\/h4>\n\n\n\n<p>By default Popup Maker doesn't contain a condition for users being logged in. They offer the <a href=\"https:\/\/wppopupmaker.com\/extensions\/advanced-targeting-conditions\/\" target=\"_blank\" rel=\"noopener\">Advanced Targeting Conditions<\/a> extension that provides this condition along with many others. If you don't have this extension installed you can\u00a0add the code below at the end of your theme's functions.php file, or use a plugin\u00a0like the\u00a0<a href=\"https:\/\/wordpress.org\/plugins\/insert-headers-and-footers\/\">WPCode<\/a>\u00a0plugin (please check this article for details:\u00a0<a href=\"https:\/\/memberpress.com\/docs\/how-to-add-custom-code-snippets-in-wpcode\/\">How to add custom code snippets in WPCode<\/a>).<\/p>\n\n\n\n<pre class=\"wp-block-preformatted has-background\" style=\"background-color:#f5f5f5\">function mepr_popup_logged_in() {return is_user_logged_in();}\n\nadd_filter('pum_get_conditions', function($conditions) {\n  return array_merge($conditions, array(\n    'popup_logged_in' => array(\n      'group'    => __('General'),\n      'name'     => __('Is Logged In'),\n      'callback' => 'mepr_popup_logged_in'\n    )\n  ));\n});<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Step 3: Create a Popup<\/h4>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Navigate to your <strong>WordPress Dashboard<\/strong> \u2192 <strong>Popup Maker<\/strong>\u00a0admin panel menu item and click on\u00a0Add\/Edit Post Types.<\/li>\n\n\n\n<li> Add the following<strong> <\/strong>shortcode to the popup content:<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>[mepr-login-form use_redirect=\"true\"]<\/strong><\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/memberpress.com\/wp-content\/uploads\/2024\/02\/file-lHOLJMcaMm.png\" alt=\"\"\/><\/figure>\n\n\n\n<ol start=\"3\" class=\"wp-block-list\">\n<li>Configure the Popup Settings as follows:\n<ol class=\"wp-block-list\">\n<li>Open the <strong>Triggers <\/strong>tab and click <strong>Add New Trigger<\/strong> button <figure><img decoding=\"async\" style=\"max-width: 100%;\" src=\"https:\/\/memberpress.com\/wp-content\/uploads\/2024\/02\/file-tx8XKAsFZZ.png\"><\/figure><p class=\"\"><\/p> <\/li>\n\n\n\n<li>Select the <strong>\u201cTime Delay \/ Auto Open\u201d<\/strong> option from <strong>Choose what type of trigger to add?<\/strong> dropdown list. You don't need to check the <strong>\u201cWould you like to set up a cookie as well?\u201d<\/strong> option. <figure><img decoding=\"async\" style=\"max-width: 100%;\" src=\"https:\/\/memberpress.com\/wp-content\/uploads\/2024\/02\/file-qMAwBkMkfj.png\"><\/figure><p class=\"\"><\/p> <\/li>\n\n\n\n<li>If you want you can click the pencil icon to edit target settings and change the delay after the Login Form will popup (by default it is 500ms so it's 0.5 seconds)<\/li>\n\n\n\n<li>Open the <strong>Targeting <\/strong>tab and select <strong>Is Logged In<\/strong> condition under the General group from the dropdown list of conditions. <figure><img decoding=\"async\" style=\"max-width: 100%;\" src=\"https:\/\/memberpress.com\/wp-content\/uploads\/2024\/02\/file-z12MSzZxn5.png\"><\/figure><p class=\"\"><\/p> <\/li>\n\n\n\n<li><p>Click the exclamation mark next to <strong>Is Logged In<\/strong> option to check the opposite of Is Logged In condition. The button will turn red.<\/p> <figure><img decoding=\"async\" style=\"max-width: 100%;\" src=\"https:\/\/memberpress.com\/wp-content\/uploads\/2024\/02\/file-lY2gkUpcjo.png\"><\/figure><p class=\"\"><\/p> <\/li>\n\n\n\n<li><p>Click the <strong>+ AND<\/strong> button and select <strong>Pages: Selected<\/strong> option from the dropdown list. You should see the field where you can start typing the page you would like the Login form to be displayed on. You can add as many pages as you want or select a different category<\/p> <figure><img decoding=\"async\" style=\"max-width: 100%;\" src=\"https:\/\/memberpress.com\/wp-content\/uploads\/2024\/02\/file-P9DZi5zTL1.png\"><\/figure><p class=\"\"><\/p> <\/li>\n\n\n\n<li>Optionally you can also change <strong>Display <\/strong>and <strong>Close <\/strong>settings. For simplicity of this article, we'll leave these settings as default.<\/li>\n\n\n\n<li>Click the <strong>Publish <\/strong>button to save the Popup.<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/memberpress.com\/wp-content\/uploads\/2024\/02\/file-8M1kpjGxCk.gif\" alt=\"\"\/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">Step 4: Test your Setup<\/h4>\n\n\n\n<p>Make sure to be logged out and open one of the pages that you have selected in step <strong>3.3.f<\/strong>. You should see a popup window with Login Form. Once you click <strong>Log In<\/strong> button you should be logged in and redirected to the page you set in <strong>Global Settings<\/strong> or membership-specific settings. Here's what it looks like on front-end:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/memberpress.com\/wp-content\/uploads\/2024\/02\/file-4QApA7xa9T.gif\" alt=\"\"\/><\/figure>\n\n\n\n<p>To stay on the same page, use the following shortcode in step <strong>3.2<\/strong>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>[mepr-login-form use_redirect=\"false\"]<\/strong><\/code><\/pre>\n\n\n\n<p>When you open any page while being logged in you will not see a popup window with Login Form.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you\u2019re looking for a way to display\u00a0 MemberPress\u00a0Login form in the popup on one or more pages you can use\u00a0Popup Maker plugin. Step 1: Add the Popup Maker Plugin to your Site This plugin will allow you to create a popup maker and configure it as you want. Step 2: Add Is Logged In [\u2026]<\/p>\n","protected":false},"author":62252,"comment_status":"open","ping_status":"closed","template":"","format":"standard","meta":{"_acf_changed":false,"om_disable_all_campaigns":false,"_strive_editorial_status":"not-started","_strive_copy_of":0,"inline_featured_image":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","_FSMCFIC_featured_image_caption":"","_FSMCFIC_featured_image_nocaption":"","_FSMCFIC_featured_image_hide":"","_strive_checklists":"\"\"","_strive_active_checklist":"62291e2bb2422","footnotes":""},"ht-kb-category":[1315],"ht-kb-tag":[],"class_list":{"0":"post-62031","1":"ht_kb","2":"type-ht_kb","3":"status-publish","4":"format-standard","6":"ht_kb_category-how-to","7":"entry","8":"has-post-thumbnail"},"acf":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.9.5.2 - aioseo.com -->\n\t<meta name=\"description\" content=\"If you&#039;re looking for a way to display MemberPress Login form in the popup on one or more pages you can use Popup Maker plugin. Step 1: Add the Popup Maker Plugin to your Site This plugin will allow you to create a popup maker and configure it as you want. Navigate to your WordPress Dashboard \u2192 Plugins \u2192 and click\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Nikola M\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/memberpress.com\/es\/docs\/how-to-display-login-form-in-popup\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.5.2\" \/>\n\t\t<meta property=\"og:locale\" content=\"es_ES\" \/>\n\t\t<meta property=\"og:site_name\" content=\"MemberPress\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"How to Display Login Form in Popup | MemberPress\" \/>\n\t\t<meta property=\"og:description\" content=\"If you&#039;re looking for a way to display MemberPress Login form in the popup on one or more pages you can use Popup Maker plugin. Step 1: Add the Popup Maker Plugin to your Site This plugin will allow you to create a popup maker and configure it as you want. Navigate to your WordPress Dashboard \u2192 Plugins \u2192 and click\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/memberpress.com\/es\/docs\/how-to-display-login-form-in-popup\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"1650\" \/>\n\t\t<meta property=\"og:image:height\" content=\"1275\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2024-02-13T13:48:22+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2024-09-17T15:10:27+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/memberpress\/\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@memberpress\" \/>\n\t\t<meta name=\"twitter:title\" content=\"How to Display Login Form in Popup | MemberPress\" \/>\n\t\t<meta name=\"twitter:description\" content=\"If you&#039;re looking for a way to display MemberPress Login form in the popup on one or more pages you can use Popup Maker plugin. Step 1: Add the Popup Maker Plugin to your Site This plugin will allow you to create a popup maker and configure it as you want. Navigate to your WordPress Dashboard \u2192 Plugins \u2192 and click\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/how-to-display-login-form-in-popup\\\/#article\",\"name\":\"How to Display Login Form in Popup | MemberPress\",\"headline\":\"How to Display Login Form in Popup\",\"author\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/memberpress.com\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/file-uLKWxKBzsW.png\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/how-to-display-login-form-in-popup\\\/#articleImage\",\"width\":562,\"height\":270},\"datePublished\":\"2024-02-13T08:48:22-05:00\",\"dateModified\":\"2024-09-17T11:10:27-04:00\",\"inLanguage\":\"es-ES\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/how-to-display-login-form-in-popup\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/how-to-display-login-form-in-popup\\\/#webpage\"},\"articleSection\":\"How To\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/how-to-display-login-form-in-popup\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/memberpress.com\\\/es\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/faqs\\\/#listItem\",\"name\":\"FAQs\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/faqs\\\/#listItem\",\"position\":2,\"name\":\"FAQs\",\"item\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/faqs\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/how-to\\\/#listItem\",\"name\":\"How To\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/how-to\\\/#listItem\",\"position\":3,\"name\":\"How To\",\"item\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/how-to\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/how-to-display-login-form-in-popup\\\/#listItem\",\"name\":\"How to Display Login Form in Popup\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/faqs\\\/#listItem\",\"name\":\"FAQs\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/how-to-display-login-form-in-popup\\\/#listItem\",\"position\":4,\"name\":\"How to Display Login Form in Popup\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/how-to\\\/#listItem\",\"name\":\"How To\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/#organization\",\"name\":\"MemberPress\",\"description\":\"The All-In-One WordPress Membership Plugin\",\"url\":\"https:\\\/\\\/memberpress.com\\\/es\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/memberpress.com\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/mp-icon-RGB_Icon-01.jpg\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/how-to-display-login-form-in-popup\\\/#organizationLogo\",\"width\":1650,\"height\":1275,\"caption\":\"memberpress logo icon\"},\"image\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/how-to-display-login-form-in-popup\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.instagram.com\\\/memberpress\\\/\",\"https:\\\/\\\/www.pinterest.com\\\/memberpressplugin\\\/\",\"https:\\\/\\\/www.youtube.com\\\/c\\\/MemberPressPlugin\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/memberpress\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\",\"url\":\"https:\\\/\\\/memberpress.com\\\/es\\\/blog\\\/author\\\/nikolacaseproof-com\\\/\",\"name\":\"Nikola M\",\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/memberpress.com\\\/wp-content\\\/litespeed\\\/avatar\\\/1edf820c48f9c430f380efe81887b154.jpg?ver=1775141118\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/how-to-display-login-form-in-popup\\\/#webpage\",\"url\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/how-to-display-login-form-in-popup\\\/\",\"name\":\"How to Display Login Form in Popup | MemberPress\",\"description\":\"If you're looking for a way to display MemberPress Login form in the popup on one or more pages you can use Popup Maker plugin. Step 1: Add the Popup Maker Plugin to your Site This plugin will allow you to create a popup maker and configure it as you want. Navigate to your WordPress Dashboard \\u2192 Plugins \\u2192 and click\",\"inLanguage\":\"es-ES\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/how-to-display-login-form-in-popup\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\"},\"datePublished\":\"2024-02-13T08:48:22-05:00\",\"dateModified\":\"2024-09-17T11:10:27-04:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/#website\",\"url\":\"https:\\\/\\\/memberpress.com\\\/es\\\/\",\"name\":\"MemberPress\",\"description\":\"The All-In-One WordPress Membership Plugin\",\"inLanguage\":\"es-ES\",\"publisher\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>How to Display Login Form in Popup | MemberPress<\/title>\n\n","aioseo_head_json":{"title":"C\u00f3mo mostrar el formulario de inicio de sesi\u00f3n en Popup | MemberPress","description":"Si est\u00e1s buscando una forma de mostrar el formulario de Login de MemberPress en el popup de una o m\u00e1s p\u00e1ginas puedes utilizar el plugin Popup Maker. Paso 1: A\u00f1ade el plugin Popup Maker a tu sitio Este plugin te permitir\u00e1 crear un popup maker y configurarlo a tu gusto. Navega a tu panel de WordPress \u2192 Plugins \u2192 y haz clic en","canonical_url":"https:\/\/memberpress.com\/es\/docs\/how-to-display-login-form-in-popup\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/memberpress.com\/es\/docs\/how-to-display-login-form-in-popup\/#article","name":"How to Display Login Form in Popup | MemberPress","headline":"How to Display Login Form in Popup","author":{"@id":"https:\/\/memberpress.com\/es\/blog\/author\/nikolacaseproof-com\/#author"},"publisher":{"@id":"https:\/\/memberpress.com\/es\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/memberpress.com\/wp-content\/uploads\/2024\/02\/file-uLKWxKBzsW.png","@id":"https:\/\/memberpress.com\/es\/docs\/how-to-display-login-form-in-popup\/#articleImage","width":562,"height":270},"datePublished":"2024-02-13T08:48:22-05:00","dateModified":"2024-09-17T11:10:27-04:00","inLanguage":"es-ES","mainEntityOfPage":{"@id":"https:\/\/memberpress.com\/es\/docs\/how-to-display-login-form-in-popup\/#webpage"},"isPartOf":{"@id":"https:\/\/memberpress.com\/es\/docs\/how-to-display-login-form-in-popup\/#webpage"},"articleSection":"How To"},{"@type":"BreadcrumbList","@id":"https:\/\/memberpress.com\/es\/docs\/how-to-display-login-form-in-popup\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es#listItem","position":1,"name":"Home","item":"https:\/\/memberpress.com\/es","nextItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/doc-categories\/faqs\/#listItem","name":"FAQs"}},{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/doc-categories\/faqs\/#listItem","position":2,"name":"FAQs","item":"https:\/\/memberpress.com\/es\/doc-categories\/faqs\/","nextItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/doc-categories\/how-to\/#listItem","name":"How To"},"previousItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/doc-categories\/how-to\/#listItem","position":3,"name":"How To","item":"https:\/\/memberpress.com\/es\/doc-categories\/how-to\/","nextItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/docs\/how-to-display-login-form-in-popup\/#listItem","name":"How to Display Login Form in Popup"},"previousItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/doc-categories\/faqs\/#listItem","name":"FAQs"}},{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/docs\/how-to-display-login-form-in-popup\/#listItem","position":4,"name":"How to Display Login Form in Popup","previousItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/doc-categories\/how-to\/#listItem","name":"How To"}}]},{"@type":"Organization","@id":"https:\/\/memberpress.com\/es\/#organization","name":"MemberPress","description":"The All-In-One WordPress Membership Plugin","url":"https:\/\/memberpress.com\/es\/","logo":{"@type":"ImageObject","url":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg","@id":"https:\/\/memberpress.com\/es\/docs\/how-to-display-login-form-in-popup\/#organizationLogo","width":1650,"height":1275,"caption":"memberpress logo icon"},"image":{"@id":"https:\/\/memberpress.com\/es\/docs\/how-to-display-login-form-in-popup\/#organizationLogo"},"sameAs":["https:\/\/www.instagram.com\/memberpress\/","https:\/\/www.pinterest.com\/memberpressplugin\/","https:\/\/www.youtube.com\/c\/MemberPressPlugin","https:\/\/www.linkedin.com\/company\/memberpress\/"]},{"@type":"Person","@id":"https:\/\/memberpress.com\/es\/blog\/author\/nikolacaseproof-com\/#author","url":"https:\/\/memberpress.com\/es\/blog\/author\/nikolacaseproof-com\/","name":"Nikola M","image":{"@type":"ImageObject","url":"https:\/\/memberpress.com\/wp-content\/litespeed\/avatar\/1edf820c48f9c430f380efe81887b154.jpg?ver=1775141118"}},{"@type":"WebPage","@id":"https:\/\/memberpress.com\/es\/docs\/how-to-display-login-form-in-popup\/#webpage","url":"https:\/\/memberpress.com\/es\/docs\/how-to-display-login-form-in-popup\/","name":"How to Display Login Form in Popup | MemberPress","description":"If you're looking for a way to display MemberPress Login form in the popup on one or more pages you can use Popup Maker plugin. Step 1: Add the Popup Maker Plugin to your Site This plugin will allow you to create a popup maker and configure it as you want. Navigate to your WordPress Dashboard \u2192 Plugins \u2192 and click","inLanguage":"es-ES","isPartOf":{"@id":"https:\/\/memberpress.com\/es\/#website"},"breadcrumb":{"@id":"https:\/\/memberpress.com\/es\/docs\/how-to-display-login-form-in-popup\/#breadcrumblist"},"author":{"@id":"https:\/\/memberpress.com\/es\/blog\/author\/nikolacaseproof-com\/#author"},"creator":{"@id":"https:\/\/memberpress.com\/es\/blog\/author\/nikolacaseproof-com\/#author"},"datePublished":"2024-02-13T08:48:22-05:00","dateModified":"2024-09-17T11:10:27-04:00"},{"@type":"WebSite","@id":"https:\/\/memberpress.com\/es\/#website","url":"https:\/\/memberpress.com\/es\/","name":"MemberPress","description":"The All-In-One WordPress Membership Plugin","inLanguage":"es-ES","publisher":{"@id":"https:\/\/memberpress.com\/es\/#organization"}}]},"og:locale":"es_ES","og:site_name":"MemberPress","og:type":"article","og:title":"How to Display Login Form in Popup | MemberPress","og:description":"If you're looking for a way to display MemberPress Login form in the popup on one or more pages you can use Popup Maker plugin. Step 1: Add the Popup Maker Plugin to your Site This plugin will allow you to create a popup maker and configure it as you want. Navigate to your WordPress Dashboard \u2192 Plugins \u2192 and click","og:url":"https:\/\/memberpress.com\/es\/docs\/how-to-display-login-form-in-popup\/","og:image":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg","og:image:secure_url":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg","og:image:width":1650,"og:image:height":1275,"article:published_time":"2024-02-13T13:48:22+00:00","article:modified_time":"2024-09-17T15:10:27+00:00","article:publisher":"https:\/\/www.facebook.com\/memberpress\/","twitter:card":"summary_large_image","twitter:site":"@memberpress","twitter:title":"How to Display Login Form in Popup | MemberPress","twitter:description":"If you're looking for a way to display MemberPress Login form in the popup on one or more pages you can use Popup Maker plugin. Step 1: Add the Popup Maker Plugin to your Site This plugin will allow you to create a popup maker and configure it as you want. Navigate to your WordPress Dashboard \u2192 Plugins \u2192 and click","twitter:image":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg"},"aioseo_meta_data":{"post_id":"62031","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"seo_analyzer_scan_date":"2025-10-09 21:51:47","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"open_ai":"{\"title\":{\"suggestions\":[],\"usage\":0},\"description\":{\"suggestions\":[],\"usage\":0}}","ai":null,"created":"2024-02-13 13:48:23","updated":"2026-03-03 14:53:01"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/memberpress.com\/es\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/memberpress.com\/es\/doc-categories\/faqs\/\" title=\"FAQs\">FAQs<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/memberpress.com\/es\/doc-categories\/how-to\/\" title=\"How To\">How To<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\tHow to Display Login Form in Popup\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/memberpress.com\/es"},{"label":"FAQs","link":"https:\/\/memberpress.com\/es\/doc-categories\/faqs\/"},{"label":"How To","link":"https:\/\/memberpress.com\/es\/doc-categories\/how-to\/"},{"label":"How to Display Login Form in Popup","link":"https:\/\/memberpress.com\/es\/docs\/how-to-display-login-form-in-popup\/"}],"_links":{"self":[{"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/ht-kb\/62031","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/ht-kb"}],"about":[{"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/types\/ht_kb"}],"author":[{"embeddable":true,"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/users\/62252"}],"replies":[{"embeddable":true,"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/comments?post=62031"}],"version-history":[{"count":0,"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/ht-kb\/62031\/revisions"}],"wp:attachment":[{"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/media?parent=62031"}],"wp:term":[{"taxonomy":"ht_kb_category","embeddable":true,"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/ht-kb-category?post=62031"},{"taxonomy":"ht_kb_tag","embeddable":true,"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/ht-kb-tag?post=62031"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}