<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Cubomagico Q&amp;A - Preguntas y respuestas recientes</title>
<link>http://faq.cubomagico.com.ar/index.php?qa=qa</link>
<description>Powered by Question2Answer</description>
<item>
<title>Respondido: Cambiar, añadir o eliminar campos checkout de WooCommerce</title>
<link>http://faq.cubomagico.com.ar/index.php?qa=24&amp;qa_1=cambiar-a%C3%B1adir-o-eliminar-campos-checkout-de-woocommerce&amp;show=25#a25</link>
<description>&lt;p&gt;Para modificar los campos del checkout se utiliza el plugin:&amp;nbsp;&lt;span style=&quot;color:#000000; font-family:-apple-system,BlinkMacSystemFont,&amp;quot;Segoe UI&amp;quot;,Roboto,Oxygen-Sans,Ubuntu,Cantarell,&amp;quot;Helvetica Neue&amp;quot;,sans-serif; font-size:14px; font-weight:600; white-space:nowrap&quot;&gt;Checkout Field Editor for WooCommerce&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ul style=&quot;color:#646970; font-family:-apple-system,BlinkMacSystemFont,&amp;quot;Segoe UI&amp;quot;,Roboto,Oxygen-Sans,Ubuntu,Cantarell,&amp;quot;Helvetica Neue&amp;quot;,sans-serif; list-style:none; margin:0px; padding-left:0px; padding-right:0px&quot;&gt;&lt;li style=&quot;margin: 0px 0px 10px;&quot;&gt;&lt;span style=&quot;color:#3c434a; font-weight:600&quot;&gt;Autor:&lt;/span&gt;&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;https://www.themehigh.com/&quot; target=&quot;_blank&quot; style=&quot;color: rgb(34, 113, 177); transition-property: border, background, color; transition-duration: 0.05s; transition-timing-function: ease-in-out; outline: 0px;&quot;&gt;ThemeHigh&lt;/a&gt;&lt;/li&gt;&lt;li style=&quot;margin: 0px 0px 10px;&quot;&gt;Web:&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;https://es.wordpress.org/plugins/woo-checkout-field-editor-pro/&quot;&gt;https://es.wordpress.org/plugins/woo-checkout-field-editor-pro/&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;</description>
<category>Woocommerce</category>
<guid isPermaLink="true">http://faq.cubomagico.com.ar/index.php?qa=24&amp;qa_1=cambiar-a%C3%B1adir-o-eliminar-campos-checkout-de-woocommerce&amp;show=25#a25</guid>
<pubDate>Fri, 30 Sep 2022 08:16:46 +0000</pubDate>
</item>
<item>
<title>Respondido: Boton en menú con efecto</title>
<link>http://faq.cubomagico.com.ar/index.php?qa=22&amp;qa_1=boton-en-men%C3%BA-con-efecto&amp;show=23#a23</link>
<description>&lt;p&gt;Para poder desplegar este requerimiento hay que:&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size:16px&quot;&gt;&lt;strong&gt;1. Acceder a los menúes de Wordpress, y desplegar la pestaña superior &quot;Opciones de pantalla&quot; y allí tildar&amp;nbsp;&lt;u&gt;Clases css&lt;/u&gt;.&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;img alt=&quot;&quot; src=&quot;https://cubomagico.com.ar/faq/images/opciones-pantalla.png&quot;&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;strong style=&quot;font-size:16px&quot;&gt;2. Agregar el elemento del menú, y a este agregarle la clase css &quot;&lt;/strong&gt;&lt;span style=&quot;font-size:16px&quot;&gt;&lt;strong&gt;cta-menu&quot;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size:16px&quot;&gt;&lt;strong&gt;&lt;img alt=&quot;&quot; src=&quot;https://cubomagico.com.ar/faq/images/cta-menu.png&quot;&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;strong style=&quot;font-size:16px&quot;&gt;3. Agregar el siguiente código css completo&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;pre&gt;&lt;span style=&quot;font-size:10px&quot;&gt;/* BOTON DONÁ - MENU PPAL*/

.cta-menu a {
&lt;span style=&quot;white-space:pre&quot;&gt; &lt;/span&gt;border: 2px solid #e8590d; /*grosor y color del border del boton*/
 padding-top: 10px !important;
&lt;span style=&quot;white-space:pre&quot;&gt; &lt;/span&gt;padding-bottom: 10px !important;
&lt;span style=&quot;white-space:pre&quot;&gt; &lt;/span&gt;padding-right: 20px !important;
&lt;span style=&quot;white-space:pre&quot;&gt; &lt;/span&gt;padding-left: 20px !important;
&lt;span style=&quot;white-space:pre&quot;&gt; &lt;/span&gt;border-radius: 25px;
 background: #e8590d;  /*fondo del boton*/
 color: #fff !important; /*letras del boton*/
&lt;span style=&quot;white-space:pre&quot;&gt; &lt;/span&gt;animation-name: pulse;
&lt;span style=&quot;white-space:pre&quot;&gt; &lt;/span&gt;animation-duration: 3000ms;
&lt;span style=&quot;white-space:pre&quot;&gt; &lt;/span&gt;transform-origin:70% 70%;
&lt;span style=&quot;white-space:pre&quot;&gt; &lt;/span&gt;animation-iteration-count: infinite;
&lt;span style=&quot;white-space:pre&quot;&gt; &lt;/span&gt;animation-timing-function: linear;
&lt;span style=&quot;white-space:pre&quot;&gt; &lt;/span&gt;text-align: center;
}

.et-fixed-header #top-menu .cta-menu a { 
&lt;span style=&quot;white-space:pre&quot;&gt; &lt;/span&gt;color: #fff !important; 
}

@keyframes pulse {
  &lt;span style=&quot;white-space:pre&quot;&gt; &lt;/span&gt;0% { transform: scale(1); }
  &lt;span style=&quot;white-space:pre&quot;&gt; &lt;/span&gt;30% { transform: scale(1); }
  &lt;span style=&quot;white-space:pre&quot;&gt; &lt;/span&gt;40% { transform: scale(1.08); }
  &lt;span style=&quot;white-space:pre&quot;&gt; &lt;/span&gt;50% { transform: scale(1); }
  &lt;span style=&quot;white-space:pre&quot;&gt; &lt;/span&gt;60% { transform: scale(1); }
  &lt;span style=&quot;white-space:pre&quot;&gt; &lt;/span&gt;70% { transform: scale(1.05); }
  &lt;span style=&quot;white-space:pre&quot;&gt; &lt;/span&gt;80% { transform: scale(1); }
  &lt;span style=&quot;white-space:pre&quot;&gt; &lt;/span&gt;100% { transform: scale(1); }
}
 
.cta-menu a:hover {
&lt;span style=&quot;white-space:pre&quot;&gt; &lt;/span&gt;border: 2px solid #e8590d; /*grosor y color del border del boton*/
 background: #e8590d; /*fondo del boton*/
 color: #fff !important;  /*letras del boton*/
 opacity: 1 !important;
&lt;span style=&quot;white-space:pre&quot;&gt; &lt;/span&gt;animation: none;
}&lt;/span&gt;&lt;/pre&gt;&lt;div&gt;&lt;/div&gt;</description>
<category>Wordpress</category>
<guid isPermaLink="true">http://faq.cubomagico.com.ar/index.php?qa=22&amp;qa_1=boton-en-men%C3%BA-con-efecto&amp;show=23#a23</guid>
<pubDate>Thu, 29 Sep 2022 11:31:30 +0000</pubDate>
</item>
<item>
<title>Respondido: WIDGETS EN WORDPRESS 5.8 – ¿CÓMO VOLVER A LA VERSIÓN ANTERIOR?</title>
<link>http://faq.cubomagico.com.ar/index.php?qa=20&amp;qa_1=widgets-en-wordpress-5-8-c%C3%B3mo-volver-a-la-versi%C3%B3n-anterior&amp;show=21#a21</link>
<description>&lt;p&gt;Con el widget: &lt;strong&gt;Classic Widgets&amp;nbsp;&lt;/strong&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://es.wordpress.org/plugins/classic-widgets/&quot;&gt;&lt;strong&gt;https://es.wordpress.org/plugins/classic-widgets/&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Fuente:&amp;nbsp;&lt;a href=&quot;https://www.sessionstudio.com.ar/blog/2021/08/11/widgets-en-wordpress-5-8-como-volver-a-la-version-anterior/&quot; rel=&quot;nofollow&quot;&gt;https://www.sessionstudio.com.ar/blog/2021/08/11/widgets-en-wordpress-5-8-como-volver-a-la-version-anterior/&lt;/a&gt;&lt;/p&gt;</description>
<category>Wordpress</category>
<guid isPermaLink="true">http://faq.cubomagico.com.ar/index.php?qa=20&amp;qa_1=widgets-en-wordpress-5-8-c%C3%B3mo-volver-a-la-versi%C3%B3n-anterior&amp;show=21#a21</guid>
<pubDate>Sat, 23 Jul 2022 15:38:22 +0000</pubDate>
</item>
<item>
<title>Respondido: Ocultar boton carrito en el menú</title>
<link>http://faq.cubomagico.com.ar/index.php?qa=18&amp;qa_1=ocultar-boton-carrito-en-el-men%C3%BA&amp;show=19#a19</link>
<description>Se oculta con código css:&lt;br /&gt;
&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
.et-cart-info {&lt;br /&gt;
&lt;br /&gt;
display: none;&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
```</description>
<category>Woocommerce</category>
<guid isPermaLink="true">http://faq.cubomagico.com.ar/index.php?qa=18&amp;qa_1=ocultar-boton-carrito-en-el-men%C3%BA&amp;show=19#a19</guid>
<pubDate>Wed, 16 Feb 2022 10:28:19 +0000</pubDate>
</item>
<item>
<title>Respondido: Crear menu personalizado en escritorio de Wordpress</title>
<link>http://faq.cubomagico.com.ar/index.php?qa=14&amp;qa_1=crear-menu-personalizado-en-escritorio-de-wordpress&amp;show=16#a16</link>
<description>&lt;h2&gt;&lt;strong&gt;Ver articulo:&lt;/strong&gt; &lt;a href=&quot;https://cubodev.atlassian.net/l/c/AXfVdvjg&quot; rel=&quot;nofollow&quot;&gt;https://cubodev.atlassian.net/l/c/AXfVdvjg&lt;/a&gt;&lt;/h2&gt;</description>
<category>Wordpress</category>
<guid isPermaLink="true">http://faq.cubomagico.com.ar/index.php?qa=14&amp;qa_1=crear-menu-personalizado-en-escritorio-de-wordpress&amp;show=16#a16</guid>
<pubDate>Tue, 21 Dec 2021 20:19:25 +0000</pubDate>
</item>
<item>
<title>Respondido: Obtener unos enlaces temporales para visualizar el sitio y clonarlo</title>
<link>http://faq.cubomagico.com.ar/index.php?qa=11&amp;qa_1=obtener-unos-enlaces-temporales-visualizar-sitio-clonarlo&amp;show=15#a15</link>
<description>&lt;p&gt;Ejemplo de enlace temporal:&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size:18px&quot;&gt;https://[dominio-com].preview-domain.com&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size:18px&quot;&gt;https://&lt;/span&gt;&lt;span style=&quot;font-size:18px&quot;&gt;[dominio-com.ar].preview-domain.com&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://rsmarmoleria-com.preview-domain.com/&quot; rel=&quot;nofollow&quot;&gt;https://rsmarmoleria-com.preview-domain.com/&lt;/a&gt;&lt;/p&gt;</description>
<category>Servidores</category>
<guid isPermaLink="true">http://faq.cubomagico.com.ar/index.php?qa=11&amp;qa_1=obtener-unos-enlaces-temporales-visualizar-sitio-clonarlo&amp;show=15#a15</guid>
<pubDate>Tue, 31 Aug 2021 01:21:33 +0000</pubDate>
</item>
<item>
<title>Códigos postales Cba Capital</title>
<link>http://faq.cubomagico.com.ar/index.php?qa=13&amp;qa_1=c%C3%B3digos-postales-cba-capital</link>
<description>Los códigos postales de Cba capital son:&lt;br /&gt;
&lt;br /&gt;
5000, 5001, 5003, 5004, 5006, 5008, 5009, 5010, 5011, 5012, 5013, 5014, 5016, 5017, 5018, 5019, 5020, 5021, 5022, 5023</description>
<category>Woocommerce</category>
<guid isPermaLink="true">http://faq.cubomagico.com.ar/index.php?qa=13&amp;qa_1=c%C3%B3digos-postales-cba-capital</guid>
<pubDate>Tue, 04 May 2021 18:40:47 +0000</pubDate>
</item>
<item>
<title>Respondido: Deshabilitar el zoom de producto en WooCommerce 3.x</title>
<link>http://faq.cubomagico.com.ar/index.php?qa=3&amp;qa_1=deshabilitar-el-zoom-de-producto-en-woocommerce-3-x&amp;show=10#a10</link>
<description>Aplicado en: &lt;br /&gt;
&lt;br /&gt;
1. Muros&lt;br /&gt;
&lt;br /&gt;
2. Salvador Aires</description>
<category>Woocommerce</category>
<guid isPermaLink="true">http://faq.cubomagico.com.ar/index.php?qa=3&amp;qa_1=deshabilitar-el-zoom-de-producto-en-woocommerce-3-x&amp;show=10#a10</guid>
<pubDate>Tue, 13 Apr 2021 17:26:21 +0000</pubDate>
</item>
<item>
<title>Respondido: Migrar wordpress manualmente</title>
<link>http://faq.cubomagico.com.ar/index.php?qa=8&amp;qa_1=migrar-wordpress-manualmente&amp;show=9#a9</link>
<description>&lt;p&gt;&lt;strong&gt;&lt;span style=&quot;font-size:16px&quot;&gt;Pasos a seguir:&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size:12px&quot;&gt;1. Subir los archivos de wordpress al servidor&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size:12px&quot;&gt;2. Crear la BBDD (si ya hay una creada, eliminar las todas tablas) e importar la BBDD exportada&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size:12px&quot;&gt;3. Cambiar el archivo&amp;nbsp;&lt;strong&gt;config.php&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;4. Reemplazar las URLs, con el script&amp;nbsp;&lt;u&gt;Search replace DB&lt;/u&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;u&gt;Fuentes:&lt;/u&gt;&lt;/p&gt;&lt;p&gt;Mover Wordpress manualmente:&amp;nbsp;&lt;a href=&quot;https://decodecms.com/mover-wordpress-manualmente/&quot; rel=&quot;nofollow&quot;&gt;https://decodecms.com/mover-wordpress-manualmente/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Video:&amp;nbsp;&lt;a href=&quot;https://www.youtube.com/watch?v=f5j34LuOKfA&quot; rel=&quot;nofollow&quot;&gt;https://www.youtube.com/watch?v=f5j34LuOKfA&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Script:&amp;nbsp;&lt;a href=&quot;https://interconnectit.com/search-and-replace-for-wordpress-databases/&quot; rel=&quot;nofollow&quot;&gt;https://interconnectit.com/search-and-replace-for-wordpress-databases/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;u&gt;Decsargas de scripts:&lt;/u&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Search Replace v4.1.3&amp;nbsp;&lt;/strong&gt;&lt;a href=&quot;http://cubomagico.com.ar/faq/cubofiles/Search-Replace-DB-4.1.3.zip&quot; rel=&quot;nofollow&quot;&gt;http://cubomagico.com.ar/faq/cubofiles/Search-Replace-DB-4.1.3.zip&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Search Replace v3.1 (usada en el video)&amp;nbsp;&lt;/strong&gt;&lt;a href=&quot;http://cubomagico.com.ar/faq/cubofiles/Search-Replace-DB-3.1.zip&quot; rel=&quot;nofollow&quot;&gt;http://cubomagico.com.ar/faq/cubofiles/Search-Replace-DB-3.1.zip&lt;/a&gt;&lt;/p&gt;</description>
<category>Wordpress</category>
<guid isPermaLink="true">http://faq.cubomagico.com.ar/index.php?qa=8&amp;qa_1=migrar-wordpress-manualmente&amp;show=9#a9</guid>
<pubDate>Wed, 07 Apr 2021 08:26:04 +0000</pubDate>
</item>
<item>
<title>Se puede separar el frontend del backend en WordPress</title>
<link>http://faq.cubomagico.com.ar/index.php?qa=7&amp;qa_1=se-puede-separar-el-frontend-del-backend-en-wordpress</link>
<description>&lt;div class=&quot;bi6gxh9e&quot; style=&quot;margin-bottom: 8px; font-family: Helvetica, Arial, sans-serif; color: rgb(5, 5, 5); font-size: 14px;&quot;&gt;&lt;span style=&quot;color:var(--primary-text); font-family:inherit; font-size:0.875rem; line-height:1.3333; max-width:100%; min-width:0px; overflow-wrap:break-word; word-break:break-word&quot; class=&quot;a3bd9o3v b0tq1wua c1et5uql d2edcug0 gfeo3gy3 hpfvmrgz knj5qynh oo9gr5id qv66sw1b&quot;&gt;Publicación realizada por Jorje Martín Rojas (&lt;a href=&quot;https://www.facebook.com/jorjerojas&quot; rel=&quot;nofollow&quot;&gt;https://www.facebook.com/jorjerojas&lt;/a&gt;) en el grupo Wordpress Argentina (04/04/2021). URL de la plublicación:&amp;nbsp;&lt;a href=&quot;https://www.facebook.com/groups/wpargentina/permalink/5304425646298944/&quot; rel=&quot;nofollow&quot;&gt;https://www.facebook.com/groups/wpargentina/permalink/5304425646298944/&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;bi6gxh9e&quot; style=&quot;margin-bottom: 8px; font-family: Helvetica, Arial, sans-serif; color: rgb(5, 5, 5); font-size: 14px;&quot;&gt;&lt;/div&gt;&lt;div class=&quot;bi6gxh9e&quot; style=&quot;margin-bottom: 8px; font-family: Helvetica, Arial, sans-serif; color: rgb(5, 5, 5); font-size: 14px;&quot;&gt;&lt;span style=&quot;color:var(--primary-text); font-family:inherit; font-size:0.875rem; line-height:1.3333; max-width:100%; min-width:0px; overflow-wrap:break-word; word-break:break-word&quot; class=&quot;a3bd9o3v b0tq1wua c1et5uql d2edcug0 gfeo3gy3 hpfvmrgz knj5qynh oo9gr5id qv66sw1b&quot;&gt;Vengo a compartirles una experiencia muy positiva con WordPress Headless.&lt;br&gt;&lt;br&gt;¿Sabían que se puede separar el frontend del backend en WordPress?&lt;br&gt;&lt;br&gt;Nosotros lo hacemos hace mucho y quería compartirles un caso real para que opinen al respecto y me den feedback.&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;bi6gxh9e&quot; style=&quot;margin-bottom: 8px; font-family: Helvetica, Arial, sans-serif; color: rgb(5, 5, 5); font-size: 14px;&quot;&gt;&lt;/div&gt;&lt;div class=&quot;bi6gxh9e&quot; style=&quot;margin-bottom: 8px; font-family: Helvetica, Arial, sans-serif; color: rgb(5, 5, 5); font-size: 14px;&quot;&gt;&lt;span style=&quot;color:var(--primary-text); font-family:inherit; font-size:0.875rem; line-height:1.3333; max-width:100%; min-width:0px; overflow-wrap:break-word; word-break:break-word&quot; class=&quot;a3bd9o3v b0tq1wua c1et5uql d2edcug0 gfeo3gy3 hpfvmrgz knj5qynh oo9gr5id qv66sw1b&quot;&gt;¡Gracias de antemano!&lt;br&gt;&lt;br&gt;Web del cliente:&amp;nbsp;&lt;span style=&quot;font-family:inherit&quot;&gt;&lt;a class=&quot;oajrlxb2 g5ia77u1 qu0x051f esr5mh6w e9989ue4 r7d6kgcz rq0escxv nhd2j8a9 nc684nl6 p7hjln8o kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x jb3vyjys rz4wbd8a qt6c0cv9 a8nywdso i1ao9s8h esuyzwwr f1sip0of lzcic4wl py34i1dx gpro0wi8&quot; href=&quot;https://l.facebook.com/l.php?u=https%3A%2F%2Fmpggroup.com.ar%2F%3Ffbclid%3DIwAR0o7hgz_Ctot89KBrGwbI4X8C2pU4oC8vTCi9nEyQ7aMOM_s6wlTiI7HB8&amp;amp;h=AT3mJzQj4eiibom4d7i9ryTlwSum0ahF1MHC2OgSjLCZndQHvhSNbQirs-T-Dp45rSa3fPriN4IFlZKw1CE9fhGNtA7uAVLofvFL6611TXUp5CpPwVD1SuVwSA&amp;amp;__tn__=-UK-R&amp;amp;c[0]=AT37KalwBONMmyIMCmM14biJI6cKEJuUUOn6aO738xWQiYJfefm69exmRSs6V9WpeJUau74tQGyY8peAYtSQTBttnNvv_5K4A7Z83KGFuQC9MzM0aBriOkjSNfdm6IAhEiL_N9yfI45EtKYLxv-IvVjBbib0-2O7wBqY0-LyxZUVUqGdZOA9zw__qk6l0rIOVmkvDtUQTCuAIMSACgcghg&quot; rel=&quot;nofollow noopener&quot; role=&quot;link&quot; tabindex=&quot;0&quot; target=&quot;_blank&quot; style=&quot;color: var(--blue-link); cursor: pointer; text-decoration-line: none; outline: none; list-style: none; border-width: 0px; border-style: initial; border-color: initial; padding: 0px; margin: 0px; touch-action: manipulation; background-color: transparent; text-align: inherit; display: inline; -webkit-tap-highlight-color: transparent; box-sizing: border-box; font-family: inherit;&quot;&gt;https://mpggroup.com.ar/&lt;/a&gt;&lt;/span&gt;&lt;br&gt;Blog:&amp;nbsp;&lt;span style=&quot;font-family:inherit&quot;&gt;&lt;a class=&quot;oajrlxb2 g5ia77u1 qu0x051f esr5mh6w e9989ue4 r7d6kgcz rq0escxv nhd2j8a9 nc684nl6 p7hjln8o kvgmc6g5 cxmmr5t8 oygrvhab hcukyx3x jb3vyjys rz4wbd8a qt6c0cv9 a8nywdso i1ao9s8h esuyzwwr f1sip0of lzcic4wl py34i1dx gpro0wi8&quot; href=&quot;https://l.facebook.com/l.php?u=https%3A%2F%2Fmpggroup.com.ar%2Fblog%3Ffbclid%3DIwAR0zv2r2sKPybb0tugur1tsCffjks_hfbQvwohY1HNyzO6uboW5aPPsNBGM&amp;amp;h=AT1K3YtEB8a0NGPmjVndPCDOPP2MsIs42HbD6xanhZTztffqcfVVulqPOzYIyrhMvPDeIR20rj2L545sVlJaCR0vCESVQKDghKmXDGFAa3Fl3WvFb9ay5wrYyg&amp;amp;__tn__=-UK-R&amp;amp;c[0]=AT37KalwBONMmyIMCmM14biJI6cKEJuUUOn6aO738xWQiYJfefm69exmRSs6V9WpeJUau74tQGyY8peAYtSQTBttnNvv_5K4A7Z83KGFuQC9MzM0aBriOkjSNfdm6IAhEiL_N9yfI45EtKYLxv-IvVjBbib0-2O7wBqY0-LyxZUVUqGdZOA9zw__qk6l0rIOVmkvDtUQTCuAIMSACgcghg&quot; rel=&quot;nofollow noopener&quot; role=&quot;link&quot; tabindex=&quot;0&quot; target=&quot;_blank&quot; style=&quot;color: var(--blue-link); cursor: pointer; text-decoration-line: none; outline: none; list-style: none; border-width: 0px; border-style: initial; border-color: initial; padding: 0px; margin: 0px; touch-action: manipulation; background-color: transparent; text-align: inherit; display: inline; -webkit-tap-highlight-color: transparent; box-sizing: border-box; font-family: inherit;&quot;&gt;https://mpggroup.com.ar/blog&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;bi6gxh9e&quot; style=&quot;margin-bottom: 8px; font-family: Helvetica, Arial, sans-serif; color: rgb(5, 5, 5); font-size: 14px;&quot;&gt;&lt;/div&gt;&lt;div class=&quot;bi6gxh9e&quot; style=&quot;margin-bottom: 8px; font-family: Helvetica, Arial, sans-serif; color: rgb(5, 5, 5); font-size: 14px;&quot;&gt;&lt;span style=&quot;color:var(--primary-text); font-family:inherit; font-size:0.875rem; line-height:1.3333; max-width:100%; min-width:0px; overflow-wrap:break-word; word-break:break-word&quot; class=&quot;a3bd9o3v b0tq1wua c1et5uql d2edcug0 gfeo3gy3 hpfvmrgz knj5qynh oo9gr5id qv66sw1b&quot;&gt;Como pueden ver, todo el front esta desarrollado 100% por nosotros, partiendo de un boceto en Figma y maquetando todo en HTML, CSS (Tailwind) y JavaScript.&lt;br&gt;&lt;br&gt;Esto nos permite volar en velocidad y requerir muy pocos recursos para que el sitio corra bien.&lt;br&gt;&lt;br&gt;Si se fijan, el blog corre con WordPress pero el contenido se llama vía API, volviendo toda la experiencia muchísimo mejor.&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;bi6gxh9e&quot; style=&quot;margin-bottom: 8px; font-family: Helvetica, Arial, sans-serif; color: rgb(5, 5, 5); font-size: 14px;&quot;&gt;&lt;span style=&quot;color:var(--primary-text); font-family:inherit; font-size:0.875rem; line-height:1.3333; max-width:100%; min-width:0px; overflow-wrap:break-word; word-break:break-word&quot; class=&quot;a3bd9o3v b0tq1wua c1et5uql d2edcug0 gfeo3gy3 hpfvmrgz knj5qynh oo9gr5id qv66sw1b&quot;&gt;Podríamos de hecho enviar el contenido a múltiples sitios, apps o lo que sea usando el mismo backend (wordpresss).&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;bi6gxh9e&quot; style=&quot;margin-bottom: 8px; font-family: Helvetica, Arial, sans-serif; color: rgb(5, 5, 5); font-size: 14px;&quot;&gt;&lt;span style=&quot;color:var(--primary-text); font-family:inherit; font-size:0.875rem; line-height:1.3333; max-width:100%; min-width:0px; overflow-wrap:break-word; word-break:break-word&quot; class=&quot;a3bd9o3v b0tq1wua c1et5uql d2edcug0 gfeo3gy3 hpfvmrgz knj5qynh oo9gr5id qv66sw1b&quot;&gt;Otros aspectos MUY positivos:&lt;/span&gt;&lt;/div&gt;&lt;ul style=&quot;color:#050505; font-family:Helvetica,Arial,sans-serif; font-size:14px; margin:8px 0px; padding-left:32px; padding-right:0px&quot; class=&quot;aov4n071 bi6gxh9e fjf4s8hc mf5omzu7&quot;&gt;&lt;li&gt;&lt;div class=&quot;bi6gxh9e&quot; style=&quot;margin-bottom: 8px; font-family: inherit;&quot;&gt;&lt;span style=&quot;color:var(--primary-text); font-family:inherit; font-size:0.875rem; line-height:1.3333; max-width:100%; min-width:0px; overflow-wrap:break-word; word-break:break-word&quot; class=&quot;a3bd9o3v b0tq1wua c1et5uql d2edcug0 gfeo3gy3 hpfvmrgz knj5qynh oo9gr5id qv66sw1b&quot;&gt;No utilizamos ni un solo plugin.&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div class=&quot;bi6gxh9e&quot; style=&quot;margin-bottom: 8px; font-family: inherit;&quot;&gt;&lt;span style=&quot;color:var(--primary-text); font-family:inherit; font-size:0.875rem; line-height:1.3333; max-width:100%; min-width:0px; overflow-wrap:break-word; word-break:break-word&quot; class=&quot;a3bd9o3v b0tq1wua c1et5uql d2edcug0 gfeo3gy3 hpfvmrgz knj5qynh oo9gr5id qv66sw1b&quot;&gt;Es mucho más seguro que una instalación normal.&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div class=&quot;bi6gxh9e&quot; style=&quot;margin-bottom: 8px; font-family: inherit;&quot;&gt;&lt;span style=&quot;color:var(--primary-text); font-family:inherit; font-size:0.875rem; line-height:1.3333; max-width:100%; min-width:0px; overflow-wrap:break-word; word-break:break-word&quot; class=&quot;a3bd9o3v b0tq1wua c1et5uql d2edcug0 gfeo3gy3 hpfvmrgz knj5qynh oo9gr5id qv66sw1b&quot;&gt;No requiere casi mantenimiento.&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div class=&quot;bi6gxh9e&quot; style=&quot;margin-bottom: 8px; font-family: inherit;&quot;&gt;&lt;span style=&quot;color:var(--primary-text); font-family:inherit; font-size:0.875rem; line-height:1.3333; max-width:100%; min-width:0px; overflow-wrap:break-word; word-break:break-word&quot; class=&quot;a3bd9o3v b0tq1wua c1et5uql d2edcug0 gfeo3gy3 hpfvmrgz knj5qynh oo9gr5id qv66sw1b&quot;&gt;Tenemos toda la infraestructura sobre AWS.&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=&quot;bi6gxh9e&quot; style=&quot;margin-bottom: 8px; font-family: Helvetica, Arial, sans-serif; color: rgb(5, 5, 5); font-size: 14px;&quot;&gt;&lt;/div&gt;&lt;div class=&quot;bi6gxh9e&quot; style=&quot;margin-bottom: 8px; font-family: Helvetica, Arial, sans-serif; color: rgb(5, 5, 5); font-size: 14px;&quot;&gt;&lt;span style=&quot;color:var(--primary-text); font-family:inherit; font-size:0.875rem; line-height:1.3333; max-width:100%; min-width:0px; overflow-wrap:break-word; word-break:break-word&quot; class=&quot;a3bd9o3v b0tq1wua c1et5uql d2edcug0 gfeo3gy3 hpfvmrgz knj5qynh oo9gr5id qv66sw1b&quot;&gt;Para nosotros que podemos desarrollar un sitio completo sin necesidad de builders como Elementor o themes, nos parece una solución que te catapulta.&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;bi6gxh9e&quot; style=&quot;margin-bottom: 8px; font-family: Helvetica, Arial, sans-serif; color: rgb(5, 5, 5); font-size: 14px;&quot;&gt;&lt;/div&gt;&lt;div class=&quot;bi6gxh9e&quot; style=&quot;margin-bottom: 8px; font-family: Helvetica, Arial, sans-serif; color: rgb(5, 5, 5); font-size: 14px;&quot;&gt;&lt;span style=&quot;color:var(--primary-text); font-family:inherit; font-size:0.875rem; line-height:1.3333; max-width:100%; min-width:0px; overflow-wrap:break-word; word-break:break-word&quot; class=&quot;a3bd9o3v b0tq1wua c1et5uql d2edcug0 gfeo3gy3 hpfvmrgz knj5qynh oo9gr5id qv66sw1b&quot;&gt;¿Qué opinan ustedes? ¿Lo han utilizado de esta manera?&amp;nbsp;&lt;span style=&quot;display:inline-flex; font-family:inherit; height:16px; margin:0px 1px; vertical-align:middle; width:16px&quot; class=&quot;ditlmg2l gl3lb2sf hhz5lgdu knj5qynh kvgmc6g5 nvdbi5me oygrvhab pq6dq46d sf5mxxl7 tbxw36s4&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;https://static.xx.fbcdn.net/images/emoji.php/v9/tdd/1/16/1f9d0.png&quot; style=&quot;border:0px; height:16px; width:16px&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;bi6gxh9e&quot; style=&quot;margin-bottom: 8px; font-family: Helvetica, Arial, sans-serif; color: rgb(5, 5, 5); font-size: 14px;&quot;&gt;&lt;/div&gt;&lt;div class=&quot;bi6gxh9e&quot; style=&quot;margin-bottom: 8px; font-family: Helvetica, Arial, sans-serif; color: rgb(5, 5, 5); font-size: 14px;&quot;&gt;&lt;span style=&quot;color:var(--primary-text); font-family:inherit; font-size:0.875rem; line-height:1.3333; max-width:100%; min-width:0px; overflow-wrap:break-word; word-break:break-word&quot; class=&quot;a3bd9o3v b0tq1wua c1et5uql d2edcug0 gfeo3gy3 hpfvmrgz knj5qynh oo9gr5id qv66sw1b&quot;&gt;Adjunto imagen de performance de un single-post y aclaro que aún no esta optimizado al 100% pero ya las ventajas se ven.&amp;nbsp;&lt;span style=&quot;display:inline-flex; font-family:inherit; height:16px; margin:0px 1px; vertical-align:middle; width:16px&quot; class=&quot;ditlmg2l gl3lb2sf hhz5lgdu knj5qynh kvgmc6g5 nvdbi5me oygrvhab pq6dq46d sf5mxxl7 tbxw36s4&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;https://static.xx.fbcdn.net/images/emoji.php/v9/td2/1/16/1f604.png&quot; style=&quot;border:0px; height:16px; width:16px&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;</description>
<category>Desarrollo</category>
<guid isPermaLink="true">http://faq.cubomagico.com.ar/index.php?qa=7&amp;qa_1=se-puede-separar-el-frontend-del-backend-en-wordpress</guid>
<pubDate>Mon, 05 Apr 2021 08:46:34 +0000</pubDate>
</item>
<item>
<title>Respondido: Aplicar descuento por método de pago</title>
<link>http://faq.cubomagico.com.ar/index.php?qa=5&amp;qa_1=aplicar-descuento-por-m%C3%A9todo-de-pago&amp;show=6#a6</link>
<description>&lt;table border=&quot;1&quot; cellpadding=&quot;1&quot; style=&quot;width:500px; border-spacing: 1px;&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;Plugin utilizado:&lt;/td&gt;&lt;td&gt;&lt;h1 class=&quot;plugin-title&quot; style=&quot;line-height: 1.5; box-sizing: inherit; font-size: 1.5625rem; margin: 0px; font-family: &amp;quot;Open Sans&amp;quot;, sans-serif; clear: none; color: rgb(50, 55, 60);&quot;&gt;Discounts Per Payment Method for WooCommerce&lt;/h1&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Autor:&lt;/td&gt;&lt;td&gt;&lt;a class=&quot;url fn n&quot; rel=&quot;nofollow&quot; href=&quot;http://www.wpcodelibrary.com/&quot; style=&quot;color: rgb(0, 115, 170); box-sizing: inherit; outline: 0px; font-family: &amp;quot;Open Sans&amp;quot;, sans-serif; font-size: 18px;&quot;&gt;WPCodelibrary&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Web:&lt;/td&gt;&lt;td&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://es.wordpress.org/plugins/woo-payment-discounts/&quot;&gt;https://es.wordpress.org/plugins/woo-payment-discounts/&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div&gt;&lt;strong&gt;Aplica los descuentos sobre&amp;nbsp;&lt;u&gt;el subtotal de la compra&lt;/u&gt;, &lt;span style=&quot;background-color:#f1c40f&quot;&gt;NO APLICA SOBRE EL COSTO DE ENVÍO.&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;&lt;span style=&quot;background-color:null&quot;&gt;Ejemplo de muros.com.ar&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;strong&gt;&lt;span style=&quot;background-color:#f1c40f&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;https://cubomagico.com.ar/faq/images/discountPerPaymentMethod.jpeg&quot;&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;</description>
<category>Woocommerce</category>
<guid isPermaLink="true">http://faq.cubomagico.com.ar/index.php?qa=5&amp;qa_1=aplicar-descuento-por-m%C3%A9todo-de-pago&amp;show=6#a6</guid>
<pubDate>Wed, 17 Mar 2021 00:45:30 +0000</pubDate>
</item>
<item>
<title>Respondido: Multiples categorías - Carga masiva de categorías</title>
<link>http://faq.cubomagico.com.ar/index.php?qa=1&amp;qa_1=multiples-categor%C3%ADas-carga-masiva-de-categor%C3%ADas&amp;show=2#a2</link>
<description>Complemento: BulkPress&lt;br /&gt;
&lt;br /&gt;
Web: &lt;a href=&quot;https://wordpress.org/plugins/bulkpress/&quot; rel=&quot;nofollow&quot;&gt;https://wordpress.org/plugins/bulkpress/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Usado en: Salvador Aires &lt;a href=&quot;http://salvadoraires.com.ar/&quot; rel=&quot;nofollow&quot;&gt;http://salvadoraires.com.ar/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Guardado en: C:\Users\Gaston-Escritorio\Documents\WORDPRESS\Themes Wordpress\04 - Bajados de WORDPRESS_ORG\BulkPress</description>
<category>Woocommerce</category>
<guid isPermaLink="true">http://faq.cubomagico.com.ar/index.php?qa=1&amp;qa_1=multiples-categor%C3%ADas-carga-masiva-de-categor%C3%ADas&amp;show=2#a2</guid>
<pubDate>Mon, 01 Mar 2021 08:51:47 +0000</pubDate>
</item>
</channel>
</rss>