Avisos
Vaciar todo

Política de Cookies: Quitar el JavaScript que bloquea la visualización de contenido  

 
Domingo
 Domingo
Estimable Member

Buenas tardes,

Estoy intentando optimizar mi web.
Y me he dado cuenta que da el plugin que tengo para la politica de cookies (GDPR
Cookie Consent) me da el siguiente problema:
"Quitar el JavaScript que bloquea la visualización de contenido:
…-includes/js/jquery/jquery.js?ver=1.12.4"
Si en Autoptimize excluyo el Scripts js/jquery/jquery.js ; la politica de cookies se me quede encuadrada. Y no se me va si le doy a aceptar.
He probado con otros plugins, incluso con texto en el footer y no consigo solucionar este problema de optimización.
¿Hay alguna solución?
Gracias

URL del sitio: Contenido solo visible a usuarios registrados

Citar
Respondido : 18/07/2018 10:50 pm
Johnny Heredia Montiel
 Johnny Heredia Montiel
Miembro Moderator

Hola,

Verifica si el siguiente enlace te es de utilidad: https://www.webempresa.com/blog/quitar-javascript-que-bloquea-visualizacion-contenido.html no es sencillo realizar lo que solicitas pero en el artículo tienes un par de opciones.

ResponderCitar
Respondido : 19/07/2018 2:41 am

Domingo
 Domingo
Estimable Member

Buenas Johnny,
Gracias por tu respuesta.
He hecho lo que dice el artículo del blog, y si es verdad que soluciona el problema que te planteo.
Pero no me cargan las imágenes... Así que lo dejo como lo tenía antes.
¿No hay ninguna otra opción posible?
Gracias

ResponderCitar
Respondido : 19/07/2018 3:45 pm
Pepe
 Pepe
Soporte CMS Webempresa Admin

Hola Domingo.

Si mueves los js es posible que no se muestre, tengas algún error o el funcionamiento no sea el adecuado, de todas formas y previa copia de seguridad de los archivo, prueba lo siguiente:

.- Edita el archivo functions.php y añade lo siguiente

function theme_strip_tags_content($text, $tags = '', $invert = false) {

    preg_match_all( '//si', trim( $tags ), $tags );
    $tags = array_unique( $tags[1] );

    if ( is_array( $tags ) AND count( $tags ) > 0 ) {
        if ( false == $invert ) {
            return preg_replace( '@.*?@si', '', $text );
        }
        else {
            return preg_replace( '@.*?@si', '', $text );
        }
    }
    elseif ( false == $invert ) {
        return preg_replace( '@.*?@si', '', $text );
    }

    return $text;
}

function theme_insert_js($source) {

    $out = '';

    $fragment = new DOMDocument();
    $fragment->loadHTML( $source );

    $xp = new DOMXPath( $fragment );
    $result = $xp->query( '//script' );

    $scripts = array();
    $scripts_src = array();
    foreach ( $result as $key => $el ) {
        $src = $result->item( $key )->attributes->getNamedItem( 'src' )->value;
        if ( ! empty( $src ) ) {
            $scripts_src[] = $src;
        } else {
            $type = $result->item( $key )->attributes->getNamedItem( 'type' )->value;
            if ( empty( $type ) ) {
                $type = 'text/javascript';
            }

            $scripts[$type][] = $el->nodeValue;
        }
    }

    foreach ( $scripts as $key => $value ) {
        $out .= '';

        foreach ( $value as $keyC => $valueC ) {
            $out .= "n".$valueC;
        }

        $out .= '';
    }

    foreach ( $scripts_src as $value ) {
        $out .= '';
    }

    return $out;
}

.-Edita el archivo header.php y busca la siguiente linea:


Modifica la linea por la siguiente:

<?php
ob_start();
wp_head();
$themeHead = ob_get_contents();
ob_end_clean();
define( 'HEAD_CONTENT', $themeHead );
$allowedTags = '
';
print theme_strip_tags_content( HEAD_CONTENT, $allowedTags );
?></pre>
<p>.- Edita el archivo <b>footer.php</b> y antes de la etiqueta <b> </b> añade lo siguiente:</p>
<pre></pre>
<p><b>Nota:</b> recuerda tener una copia de los archivos antes de modificar por si necesitaras volver a dejarlo todo como estaba, antes de modificar, descargas una copia en tu equipo.</p>
<p>Como te comente antes es complicado ya que muchos de los temas o plugins no funcionan si se carga los scripts  al final.</p>
<p>Un saludo</p>
                                                                                                	<div class="wpforo-post-signature"></div>                                                <div class="wpf-post-button-actions">
                        <span class="wpforo-action-buttons-wrap"><span class="wpf-action not_reg_user"><i class="fas fa-reply fa-rotate-180"></i><span class="wpf-button-text">Responder</span></span><span class="wpf-action not_reg_user"><i class="fas fa-quote-left wpfsx"></i><span class="wpf-button-text">Citar</span></span></span>                                                </div>
                    </div>
                    <div class="wpforo-post-content-bottom">
                    	<div class="cbleft wpfcl-0">Respondido : 19/07/2018 4:29 pm 
							<div class="bleft"></div>						</div>
                    	<div class="wpf-clear"></div>
                    </div>
                </div><!-- right -->
                <div class="wpf-clear"></div>
              </div><!-- wpforo-post -->
          </div><!-- post-wrap -->

	<!-- Javi 2020 09 08 hago que no se muestren las tags-->
        <!--            <div class="wpforo-topic-meta">-->
                            <!--/div-->
        
        <div class="wpforo-ad wpf-ad-post"><p><a href="https://ciberprotector.com" target="_blank" rel="noopener noreferer"><img class="alignnone size-full wp-image-194" src="https://www.webempresa.com/foro/wp-content/uploads/2020/01/ciberprotectoro-foro.png" alt="Gestor de Contraseñas - VPN Conexión Segura - Gestor 2FA (Segundo Factor de Autenticación" width="1000" /></a></p>
</div>       
    		
				<div id="post-319312" data-postid="319312" data-userid="5546" data-mention="domingoesmado-es" data-isowner="0" class="post-wrap wpfn-5">
                            <div class="wpforo-post wpfcl-1">
                <div class="wpf-left">
                	                		<div class="author-avatar"><img alt="Domingo" alt='' src='https://secure.gravatar.com/avatar/ad4d3530eb60a2d0bd7846c9396bbc0e?s=110&d=mm&r=g' srcset='https://secure.gravatar.com/avatar/ad4d3530eb60a2d0bd7846c9396bbc0e?s=220&d=mm&r=g 2x' class='avatar avatar-110 photo' height='110' width='110' loading='lazy'/></div>
                                        <div class="author-data">
                        <div class="author-name"><span>        	
        	            	<i class="fas fa-circle wpfsx wpfcl-0" title="Offline"></i>
                        
        </span> Domingo</div>
                                                <div class="wpf-member-profile-buttons">
                                                    </div>
                        <div class="author-title">
                            <span class="wpf-member-title wpfrt" title="Rating Title">Estimable Member</span>                        </div>
                                <div class="author-rating-full" style="color:#4dca5c" title="Emblema de Nivel del Usuario">
             <i class="fas fa-star"></i>  <i class="fas fa-star"></i>  <i class="fas fa-star"></i>  <i class="fas fa-star"></i>         </div>                    	</div>
                    <div class="wpf-clear"></div>
                </div><!-- left -->
                <div class="wpf-right">
                	<div class="wpforo-post-content-top">
                    	<div class="wpf-post-actions">
							<span class="wpforo-action-buttons-wrap"></span>                        </div>
<!--                        <a href="https://www.webempresa.com/foro/plugins-wordpress/politica-de-cookies-quitar-el-javascript-que-bloquea-la-visualizacion-de-contenido#post-319312" class="wpf-post-link"><i class="fas fa-link wpfsx"></i></a>-->
                                            </div>
                    <div class="wpforo-post-content">
                        <p>Pepe,<br />
Gracias por tu respuesta.<br />
Pero al ponerlo la web no me funciona completa.<br />
Me he dado cuenta que el fallo que google pagespeed me menciona, solo esta para móvil.<br />
En pc esto no pasa.<br />
No sé si así sería más fácil buscar una solución<br />
Gracias</p>
                                                                                                	                                                <div class="wpf-post-button-actions">
                        <span class="wpforo-action-buttons-wrap"><span class="wpf-action not_reg_user"><i class="fas fa-reply fa-rotate-180"></i><span class="wpf-button-text">Responder</span></span><span class="wpf-action not_reg_user"><i class="fas fa-quote-left wpfsx"></i><span class="wpf-button-text">Citar</span></span></span>                                                </div>
                    </div>
                    <div class="wpforo-post-content-bottom">
                    	<div class="cbleft wpfcl-0">Respondido : 20/07/2018 12:42 am 
							<div class="bleft"></div>						</div>
                    	<div class="wpf-clear"></div>
                    </div>
                </div><!-- right -->
                <div class="wpf-clear"></div>
              </div><!-- wpforo-post -->
          </div><!-- post-wrap -->

	<!-- Javi 2020 09 08 hago que no se muestren las tags-->
        <!--            <div class="wpforo-topic-meta">-->
                            <!--/div-->
        
               
    		
				<div id="post-319314" data-postid="319314" data-userid="3200" data-mention="jherediajoomlagencia-com" data-isowner="0" class="post-wrap wpfn-6">
                            <div class="wpforo-post wpfcl-1">
                <div class="wpf-left">
                	                		<div class="author-avatar"><img width="150" height="150" class="avatar" src="//www.webempresa.com/foro/wp-content/uploads/wpforo/avatars/jherediajoomlagencia-com_3200.jpg" alt="Johnny Heredia Montiel" /></div>
                                        <div class="author-data">
                        <div class="author-name"><span>        	
        	            	<i class="fas fa-circle wpfsx wpfcl-0" title="Offline"></i>
                        
        </span> Johnny Heredia Montiel</div>
                                                <div class="wpf-member-profile-buttons">
                                                    </div>
                        <div class="author-title">
                            <span class="wpf-member-title wpfct" title="User Title">Miembro</span> <span class="wpf-member-title wpfut wpfug-2 wpfbg-5 wpfcl-3" title="Grupo de Usuario">Moderator</span>                        </div>
                                <div class="author-rating-full" style="color:#e04a47" title="Emblema de Nivel del Usuario">
            <i class="fas fa-trophy"></i>        </div>                    	</div>
                    <div class="wpf-clear"></div>
                </div><!-- left -->
                <div class="wpf-right">
                	<div class="wpforo-post-content-top">
                    	<div class="wpf-post-actions">
							<span class="wpforo-action-buttons-wrap"></span>                        </div>
<!--                        <a href="https://www.webempresa.com/foro/plugins-wordpress/politica-de-cookies-quitar-el-javascript-que-bloquea-la-visualizacion-de-contenido#post-319314" class="wpf-post-link"><i class="fas fa-link wpfsx"></i></a>-->
                                            </div>
                    <div class="wpforo-post-content">
                        <p>Hola,</p>
<p>Una opción quizás sea que cambies de plugin de caché por:  <a class="wpforo-auto-embeded-link" href="https://wp-rocket.me/es/caracteristicas/" target="_blank" rel="nofollow ugc noopener noreferer">https://wp-rocket.me/es/caracteristicas/</a> </p>
<p>El plugin es de pago pero dentro de sus opciones cuenta con la característica que solicitas, ojo, no te puedo asegurar que vaya a funcionar pero al ser un servicio de pago puedes solicitar soporte para que te arreglen el problema.</p>
<p>Tienes información de la configuración del plugin en el siguiente enlace:  <a class="wpforo-auto-embeded-link" href="https://www.webempresa.com/blog/como-acelerar-wordpress-plugin-wp-rocket.html" target="_blank" rel="nofollow ugc noopener noreferer">https://www.webempresa.com/blog/como-acelerar-wordpress-plugin-wp-rocket.html</a> </p>
                                                                                                	<div class="wpforo-post-signature"></div>                                                <div class="wpf-post-button-actions">
                        <span class="wpforo-action-buttons-wrap"><span class="wpf-action not_reg_user"><i class="fas fa-reply fa-rotate-180"></i><span class="wpf-button-text">Responder</span></span><span class="wpf-action not_reg_user"><i class="fas fa-quote-left wpfsx"></i><span class="wpf-button-text">Citar</span></span></span>                                                </div>
                    </div>
                    <div class="wpforo-post-content-bottom">
                    	<div class="cbleft wpfcl-0">Respondido : 20/07/2018 2:40 am 
							<div class="bleft"></div>						</div>
                    	<div class="wpf-clear"></div>
                    </div>
                </div><!-- right -->
                <div class="wpf-clear"></div>
              </div><!-- wpforo-post -->
          </div><!-- post-wrap -->

	<!-- Javi 2020 09 08 hago que no se muestren las tags-->
        <!--            <div class="wpforo-topic-meta">-->
                            <!--/div-->
        
        <div class="wpforo-ad wpf-ad-post"><p><a href="https://www.webempresa.com/university/" target="_blank" rel="noopener noreferer"><img src="https://www.webempresa.com/foro/wp-content/uploads/2020/01/cursos-gratis-WordPress.png" alt="Cursos Gratuitos WordPress" width="1000" class="alignnone size-full wp-image-193" /></a></p>
</div>       
    </div><!-- wpfl-2 -->
<div class="wpf-please-login">Por favor <a href="https://www.webempresa.com/foro/?wpforo=signin">Iniciar Sesión</a> o <a href="https://www.webempresa.com/foro/plugins-wordpress/politica-de-cookies-quitar-el-javascript-que-bloquea-la-visualizacion-de-contenido?foro=signup">Registro</a> to reply to this topic.</div>        <div class="wpforo-topic-footer wpfbg-9">
            <div class="wpf-topic-navi">
                <div class="wpf-navi-wrap"><div class="wpf-topic-all wpf-navi-item"><a href="https://www.webempresa.com/foro/plugins-wordpress" title="Plugins WordPress"><i class="fas fa-list"></i>  Todos los temas de este foro</a></div>
                                  <div class="wpf-topic-prnx">
                                        <div class="wpf-topic-prev wpf-navi-item"><a href="https://www.webempresa.com/foro/plugins-wordpress/consejo-con-imagen-de-producto-woocommerce" title="Consejo con imagen de producto woocommerce"><i class="fas fa-chevron-left"></i>  Tema anterior</a></div>
                                        <div class="wpf-topic-next wpf-navi-item"><a href="https://www.webempresa.com/foro/plugins-wordpress/plugin-depositos-ordenar" title="plugin depositos ordenar">Siguiente debate  <i class="fas fa-chevron-right"></i></a></div>
                             </div><div class="wpf-clear"></div></div>            </div>
            <div class="wpf-topic-rel">
                            </div>
            <div class="wpf-tag-list">
                            </div>
            <div class="wpf-topic-visitors">
                <p class="wpf-viewing-users"><i class="fas fa-male"></i> Actualmente viendo este post   1 invitado.</p>            </div>
        </div>
                </div>
               <div class="wpf-clear"></div>
    </div>

    


<!-- forum statistic -->
	<div class="wpf-clear"></div>

                <div id="fb-root"></div>
        <script type="rocketlazyloadscript" data-rocket-type='text/javascript' >(function(d, s, id) {var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/es_ES/sdk.js#xfbml=1&version=v2.10&appId=&autoLogAppEvents=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script>
        	<div id="wpforo-footer">
    	     	            <div id="wpforo-stat-header">
                <i class="far fa-chart-bar"></i>
	                                  <span>Estadísticas del Foro</span>
                            </div>
            <div id="wpforo-stat-body">
                                <div class="wpforo-stat-table">
                                            <div class="wpf-row wpf-stat-data">
                            <div class="wpf-stat-item">
                                <i class="fas fa-comments"></i>
                                <span class="wpf-stat-value">45</span>
                                <span class="wpf-stat-label">Foros</span>
                            </div>
                            <div class="wpf-stat-item">
                                <i class="fas fa-file-alt"></i>
                                <span class="wpf-stat-value">76.6 K</span>
                                <span class="wpf-stat-label">Temas</span>
                            </div>
                            <div class="wpf-stat-item">
                                <i class="fas fa-reply fa-rotate-180"></i>
                                <span class="wpf-stat-value">459.2 K</span>
                                <span class="wpf-stat-label">Respuestas</span>
                            </div>
                            <div class="wpf-stat-item">
                                <i class="far fa-lightbulb"></i>
                                <span class="wpf-stat-value">11</span>
                                <span class="wpf-stat-label">En línea</span>
                            </div>
                            <div class="wpf-stat-item">
                                <i class="fas fa-user"></i>
                                <span class="wpf-stat-value">9,847</span>
                                <span class="wpf-stat-label">Miembros</span>
                            </div>
                        </div>
                                        <div class="wpf-row wpf-last-info">
                        <p class="wpf-stat-other">
                            <span ><i class="fas fa-pencil-alt"></i> Último Mensaje: <a href="https://www.webempresa.com/foro/plugins-wordpress/el-archivo-del-blog-creado-con-elementor-no-se-visualiza-de-froma-correcta#post-460412">El archivo del blog creado con Elementor no se visualiza de froma correcta</a></span>                            <span><i class="fas fa-user-plus"></i> Nuestro miembro más reciente: <a href="https://www.webempresa.com/foro/perfil/18313">OSCAR</a></span>
                        	<span class="wpf-stat-recent-posts"><i class="fas fa-list-ul"></i> <a href="https://www.webempresa.com/foro/recientes">Últimos Mensajes</a></span>                            <span class="wpf-stat-unread-posts"><i class="fas fa-layer-group"></i> <a href="https://www.webempresa.com/foro/recientes?view=unread">Posts no leídos</a></span>                            <span class="wpf-stat-tags"><i class="fas fa-tag"></i> <a href="https://www.webempresa.com/foro/tags">Etiquetas</a></span>                        </p>
                        <p class="wpf-forum-icons">
                            <span class="wpf-stat-label">Iconos:</span>
                            <span class="wpf-no-new"><i class="fas fa-comments wpfcl-0"></i> No hay posts sin leer</span>
                            <span class="wpf-new"><i class="fas fa-comments"></i> Hay posts sin leer</span>
                           <!-- <span class="wpf-all-read"><a href="?foro=allread&foro_n=60d378a039" rel="nofollow"><i class="fas fa-check"></i> Marcar todos como leídos</a></span>-->
                        </p>
                        <p class="wpf-topic-icons">
                        	<span class="wpf-stat-label">Iconos de los Temas:</span>
                            <span><i class="far fa-file wpfcl-2"></i> No respondido</span>
                            <span><i class="far fa-file-alt wpfcl-2"></i> Respondido</span>
                            <span><i class="fas fa-file-alt wpfcl-2"></i> Activo</span>
                            <span><i class="fas fa-file-alt wpfcl-5"></i> Popular</span>
                            <span><i class="fas fa-thumbtack wpfcl-5"></i> Fijo</span>
                            <span><i class="fas fa-exclamation-circle wpfcl-5"></i> No aprobados</span>
                            <span><i class="fas fa-check-circle wpfcl-8"></i> Resuelto</span>
                            <span><i class="fas fa-eye-slash wpfcl-1"></i> Privado</span>
                            <span><i class="fas fa-lock wpfcl-1"></i> Cerrado</span>
                        </p>
                    </div>
                </div>
            </div>
		                  	</div>	<!-- wpforo-footer -->
  	
        
</div><!-- wpforo-wrap -->

</div>


			<footer id="main-footer">
			</footer> <!-- #main-footer -->
		 	</div> <!-- #et-main-area -->


	</div> <!-- #page-container -->

	<script data-minify="1" type='text/javascript' src='https://www.webempresa.com/foro/wp-content/cache/min/1/foro/wp-content/plugins/wpforo/wpf-themes/classic/phrases.js?ver=1711030737' id='wpforo-dynamic-phrases-js'></script>
<script data-minify="1" type='text/javascript' src='https://www.webempresa.com/foro/wp-content/cache/min/1/ajax/libs/jquery/3.6.0/jquery.min.js?ver=1711030737' id='jquery-js' defer></script>
<script type='text/javascript' id='wpforo-frontend-js-js-extra'>
/* <![CDATA[ */
var wpforo = {"ajax_url":"https:\/\/www.webempresa.com\/foro\/wp-admin\/admin-ajax.php","template_slugs":{"paged":"paged","recent":"recientes","tags":"tags","members":"miembros","profile":"perfil","account":"cuenta","activity":"actividad","subscriptions":"suscripciones","postid":"postid","add-topic":"add-topic","forofile":"forofile"},"editor_settings":{"media_buttons":false,"textarea_name":"post[body]","textarea_rows":5,"tabindex":"","editor_height":150,"editor_css":"","editor_class":"wpeditor","teeny":false,"dfw":false,"plugins":"hr,lists,textcolor,paste,wpautoresize,fullscreen","external_plugins":{"wpforo_pre_button":"https:\/\/www.webempresa.com\/foro\/wp-content\/plugins\/wpforo\/wpf-assets\/js\/tinymce-pre.js","wpforo_link_button":"https:\/\/www.webempresa.com\/foro\/wp-content\/plugins\/wpforo\/wpf-assets\/js\/tinymce-link.js","wpforo_spoiler_button":"https:\/\/www.webempresa.com\/foro\/wp-content\/plugins\/wpforo\/wpf-assets\/js\/tinymce-spoiler.js","wpforo_source_code_button":"https:\/\/www.webempresa.com\/foro\/wp-content\/plugins\/wpforo\/wpf-assets\/js\/tinymce-code.js","emoticons":"https:\/\/www.webempresa.com\/foro\/wp-content\/plugins\/wpforo\/wpf-assets\/js\/tinymce-emoji.js"},"tinymce":{"toolbar1":"fontsizeselect,bold,italic,underline,strikethrough,forecolor,bullist,numlist,hr,alignleft,aligncenter,alignright,alignjustify,link,unlink,blockquote,pre,wpf_spoil,undo,redo,pastetext,source_code,emoticons,hide_mce_button,fullscreen","toolbar2":"","toolbar3":"","toolbar4":"","content_style":"blockquote{border: #cccccc 1px dotted; background: #F7F7F7; padding:10px;font-size:12px; font-style:italic; margin: 20px 10px;}figure[data-attachids] *{cursor: move !important;}figure[data-attachids]{display: inline-block; cursor: move !important; margin: 5px;}figure[data-attachids] img{max-width: 150px !important; max-height: 80px !important; display:block; margin: auto;}figure[data-attachids] video{max-width: 300px !important; max-height: 200px !important; margin: auto;}figure[data-attachids] audio{max-width: 300px !important; max-height: 50px !important; margin: auto;}figure[data-attachids] a{color: #444; margin: auto; display: inline-block;}figure[data-attachids] a *{vertical-align: super;}figure[data-attachids] .wpfa-file-icon{font-size: 2em; margin-right: 5px;}","object_resizing":false,"autoresize_on_init":true,"wp_autoresize_on":true,"wp_keep_scroll_position":true,"indent":true,"add_unload_trigger":false,"wpautop":false,"setup":"wpforo_tinymce_setup","content_css":"https:\/\/www.webempresa.com\/foro\/wp-content\/plugins\/wpforo\/wpf-assets\/css\/font-awesome\/css\/fontawesome-all.min.css","extended_valid_elements":"i[class|style],span[class|style],figure[contenteditable|style|data*]","custom_elements":""},"quicktags":false,"default_editor":"tinymce"},"revision_options":{"is_preview_on":1,"is_draft_on":1,"auto_draft_interval":60000,"max_drafts_per_page":3},"notice":{"login_or_register":"Por favor <a href=\"https:\/\/www.webempresa.com\/foro\/?wpforo=signin\">Iniciar Sesi\u00f3n<\/a> o <a href=\"https:\/\/www.webempresa.com\/foro\/plugins-wordpress\/politica-de-cookies-quitar-el-javascript-que-bloquea-la-visualizacion-de-contenido?foro=signup\">Registro<\/a>"}};
/* ]]> */
</script>
<script data-minify="1" type='text/javascript' src='https://www.webempresa.com/foro/wp-content/cache/min/1/foro/wp-content/plugins/wpforo/wpf-assets/js/frontend.js?ver=1711030737' id='wpforo-frontend-js-js'></script>
<script type='text/javascript' src='https://www.webempresa.com/foro/wp-includes/js/jquery/suggest.min.js?ver=1.1-20110113' id='suggest-js' defer></script>
<script data-minify="1" type='text/javascript' src='https://www.webempresa.com/foro/wp-content/cache/min/1/foro/wp-content/plugins/wpforo/wpf-assets/js/ajax.js?ver=1711030737' id='wpforo-ajax-js'></script>
<script data-minify="1" type='text/javascript' src='https://www.webempresa.com/foro/wp-content/cache/min/1/foro/wp-content/themes/Divi-child/js/domaininwe.js?ver=1711030737' id='we-validate-domain-js' defer></script>
<script type='text/javascript' id='divi-custom-script-js-extra'>
/* <![CDATA[ */
var DIVI = {"item_count":"%d Item","items_count":"%d Items"};
var et_builder_utils_params = {"condition":{"diviTheme":true,"extraTheme":false},"scrollLocations":["app","top"],"builderScrollLocations":{"desktop":"app","tablet":"app","phone":"app"},"onloadScrollLocation":"app","builderType":"fe"};
var et_frontend_scripts = {"builderCssContainerPrefix":"#et-boc","builderCssLayoutPrefix":"#et-boc .et-l"};
var et_pb_custom = {"ajaxurl":"https:\/\/www.webempresa.com\/foro\/wp-admin\/admin-ajax.php","images_uri":"https:\/\/www.webempresa.com\/foro\/wp-content\/themes\/Divi\/images","builder_images_uri":"https:\/\/www.webempresa.com\/foro\/wp-content\/themes\/Divi\/includes\/builder\/images","et_frontend_nonce":"99951809c2","subscription_failed":"Por favor, revise los campos a continuaci\u00f3n para asegurarse de que la informaci\u00f3n introducida es correcta.","et_ab_log_nonce":"7909512acb","fill_message":"Por favor, rellene los siguientes campos:","contact_error_message":"Por favor, arregle los siguientes errores:","invalid":"De correo electr\u00f3nico no v\u00e1lida","captcha":"Captcha","prev":"Anterior","previous":"Anterior","next":"Siguiente","wrong_captcha":"Ha introducido un n\u00famero equivocado de captcha.","wrong_checkbox":"Checkbox","ignore_waypoints":"no","is_divi_theme_used":"1","widget_search_selector":".widget_search","ab_tests":[],"is_ab_testing_active":"","page_id":"","unique_test_id":"","ab_bounce_rate":"","is_cache_plugin_active":"yes","is_shortcode_tracking":"","tinymce_uri":""};
/* ]]> */
</script>
<script type='text/javascript' src='https://www.webempresa.com/foro/wp-content/themes/Divi/js/scripts.min.js?ver=4.11.0' id='divi-custom-script-js' defer></script>
<script data-minify="1" type='text/javascript' src='https://www.webempresa.com/foro/wp-content/cache/min/1/foro/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/js/jquery.fitvids.js?ver=1711030737' id='fitvids-js' defer></script>
<script type="rocketlazyloadscript" async defer data-rocket-type='text/javascript' src='https://www.google.com/recaptcha/api.js?onload=wpForoReCallback&render=explicit&ver=5.8.9' id='wpforo_recaptcha-js'></script>
<script async defer type='text/javascript' id='wpforo_recaptcha-js-after'>
var wpForoReCallback = function(){
		    setTimeout(function () { 
                if( typeof grecaptcha !== 'undefined' && typeof grecaptcha.render === 'function' ){
                    var rc_widgets = document.getElementsByClassName('wpforo_recaptcha_widget');
                    if( rc_widgets.length ){
                        var i;
                        for (i = 0; i < rc_widgets.length; i++) {
                            if( rc_widgets[i].firstElementChild === null ){
                                rc_widgets[i].innerHtml = '';
                                grecaptcha.render(
                                    rc_widgets[i], { 'sitekey': '6Lfi-M8UAAAAAFQdcQOgWYoM5Qp9rrBGZ7bolwc8', 'theme': 'light' }
                                );
                            }
                        }
                    }
                }
            }, 800);
		}
</script>
<script type='text/javascript' src='https://www.webempresa.com/foro/wp-content/plugins/wpforo-advanced-attachments/wpf-third-party/file-uploader/js/jquery.blueimp-gallery.min.js?ver=2.0.8' id='jquery-blueimp-gallery-script-js'></script>
<script data-minify="1" type='text/javascript' src='https://www.webempresa.com/foro/wp-content/cache/min/1/foro/wp-content/themes/Divi/core/admin/js/common.js?ver=1711030737' id='et-core-common-js' defer></script>
<script type='text/javascript' src='https://www.webempresa.com/foro/wp-includes/js/wp-embed.min.js?ver=5.8.9' id='wp-embed-js' defer></script>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /><!-- HFCM by 99 Robots - Snippet # 10: faldon-webempresa -->
<script>window.addEventListener('DOMContentLoaded', function() {
  // @andres 202402 faldón top responsive con variables
  jQuery(function ($) {
    //
    //
    //
      //Solo cambiar aquí las variables
      const TEXTO = "Planes de hosting hasta el -70% 😜"; 
      const BOTON = "Llévatelo";
      const LINK = "https://www.webempresa.com/wordpress/hosting-wordpress.html"; 
			const ISIMAGE = false; //Puede ser false o true
			const URLIMAGE = "https://www.webempresa.com/wp-content/uploads/2024/02/icon_brandSuperFebrero@2x.png"; 
			const BGFALDON = "linear-gradient(360deg,#04111d 0%,#042640 100%)";
			const BGBTN= "linear-gradient(180deg, #9d43cc 0%, #471d6d 100%)";
      //Fin de variables
      //
      //
      //
      var style = document.createElement("style");
      style.textContent = `
      <style>
      #we-top-discount {
        box-shadow: 0px 3px 6px rgba(34, 0, 42, 0.5);
      }
      .we-banner-container {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px;
        margin: 0 auto;
        width: 100%;
        height: 65px;
        background: ${BGFALDON};
        text-decoration: none;
        transition: all 0.3s ease;
        overflow: hidden;
      }

      .we-banner-wrap {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0px 15px;
        gap: 36px;
        height: 100%;
      }

      .we-logo-banner {
        height: 45.54px;
      }

      .we-banner-text {
        margin: 0;
				text-align: center;
        font-family: "Satoshi", system-ui, -apple-system, BlinkMacSystemFont,
          "Segoe UI", "Open Sans", "Helvetica Neue", sans-serif;
        font-style: normal;
        font-size: 22px;
        line-height: 26px;
        color: #ffffff;
        margin-left: 12px;
      }

      .we-wrap-button {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 12px 16px;
        position: relative;
        overflow: hidden;
      }

      .red-ball {
        z-index: 0;
        position: absolute;
        width: 39px;
        height: 39px;
        right: 21px;
        top: -6px;
        background: linear-gradient(270deg, #b21470 0.45%, #e31b53 55.69%);
        border-radius: 28px;
        transition: all 0.4s ease;
				display: none;
      }

      .we-banner-button {
        padding: 10px 24px;
        background: ${BGBTN};
        border-radius: 8px;
        font-family: "Sora Semibold", "Sora", system-ui, -apple-system,
          BlinkMacSystemFont, "Segoe UI", "Open Sans", "Helvetica Neue",
          sans-serif;
        font-style: normal;
        font-size: 16px;
        line-height: 21px;
        color: #ffffff;
        border: 0;
        text-decoration: none;
        position: relative;
        z-index: 1;
        box-shadow: 0px 0px 0px rgba(184, 21, 225, 0.5);
        transition: all 0.4s ease;
        border: 1px solid #881fc0;
				text-align: center;
      }

      .orange-ball {
        position: absolute;
        width: 24px;
        height: 24px;
        left: 21px;
        top: 49px;
        background: linear-gradient(90deg, #e06d09 1.35%, #f6c24a 101.35%);
        border-radius: 28px;
        z-index: 2;
        transition: all 0.4s ease;
				display: none;
      }
      .we-banner-container:hover .we-banner-button {
        box-shadow: 0px 0px 18px rgba(184, 21, 225, 0.9);
        background: linear-gradient(180deg, #a41eeb 0%, #3c1384 100%);
        border: 1px solid #b142ed;
      }
      .we-banner-container:hover .red-ball {
        top: -100px;
      }
      .we-banner-container:hover .orange-ball {
        top: 100px;
      }

      @media (max-width: 950px) {
        .we-banner-wrap {
          gap: 20px;
        }
        .we-logo-banner {
          width: 100px;
          height: 34px;
        }
        .we-banner-text {
          font-size: 18px;
          line-height: 20px;
        }
        .we-wrap-button {
          padding: 14px 10px;
        }
        .we-banner-button {
          padding: 10px 12px;
          font-size: 13px;
          line-height: 15px;
        }
      }
      @media (max-width: 768px) {
        .we-banner-wrap {
          padding: 0px 8px;
          align-self: stretch;
          justify-content: space-between;
					gap:0px;
        }
        .we-logo-banner {
          width: 100px;
          height: 34px;
        }
//         .we-banner-text {
//           display: none;
//         }
         .we-wrap-button {
           min-width: 138px;
         }
        .we-banner-button {
         
          padding: 12px 12px;
          font-size: 12px;
          line-height: 14px;
        }
      }
    </style>
        `;
    document.head.appendChild(style);
    var script = document.createElement("script");
    var IMAGE;
    if (ISIMAGE) {
      IMAGE = `<img src="${URLIMAGE}" class="we-logo-banner" id="click-faldon-hw" alt="Banner top image" />`;
    } else {
      IMAGE = "";
    }

    script.textContent = `
            jQuery('#top-header').prepend('<div id="we-top-discount"><a href="${LINK}" class="we-banner-container" id="click-faldon-hw" target="_blank" rel="noreferrer noopener"><div class="we-banner-wrap" id="click-faldon-hw">${IMAGE}<p class="we-banner-text" id="click-faldon-hw">${TEXTO}</p><div class="we-wrap-button" id="click-faldon-hw"><div class="red-ball"></div><div class="we-banner-button" id="click-faldon-hw">${BOTON}</div><div class="orange-ball"></div></div></div></a></div>');
        `;
    document.head.appendChild(script);
  });

	window.onscroll = function() {
  			if(document.body.scrollTop > 200 || document.documentElement.scrollTop > 200){
				
	  		document.getElementById('we-top-discount').style.display='none';
			  document.getElementById('main-header').style.top="35px";
  			}else{
				
	  		document.getElementById('we-top-discount').style.display='block';
			  document.getElementById('main-header').style.top="100px";
	 
  			}
		};
});</script>
<!-- /end HFCM by 99 Robots -->
<!-- HFCM by 99 Robots - Snippet # 11: Footer Políticas Cookies -->
<div class="site-footer">
	<div class="site-footer__copyright">
		<img src="https://www.webempresa.com/guias-mautic/wp-content/uploads/2024/03/iso-we-rojo_1.png" alt="Logo Webempresa" height="64">
<div><span style="color:#fff">© 1999-2024  </span><a id="click-footer-hostingwordpress" href="https://www.webempresa.com/hosting/hosting-web.html" style="color:#fff">Webempresa Hosting</a> | <a  id="click-footer-infolegal" href="https://www.webempresa.com/informacion-legal.html" style="color:#fff">Información Legal</a> | <a id="click-footer-privacidad" href="https://www.webempresa.com/aviso-legal.html" style="color:#fff">Política de Privacidad</a> | <a id="click-footer-cookies" href="https://www.webempresa.com/cookies.html" style="color:#fff">Política de Cookies</a> 
</div>
	</div>
	
</div>
<!-- /end HFCM by 99 Robots -->
<!-- WP Fusion Mautic site tracking --><script type="rocketlazyloadscript">(function(w,d,t,u,n,a,m){w["MauticTrackingObject"]=n;w[n]=w[n]||function(){(w[n].q=w[n].q||[]).push(arguments)},a=d.createElement(t),m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m)})(window,document,"script","https://wemarketing.webempresa.eu/mtc.js","mt");mt("send", "pageview");</script><!-- End WP Fusion Mautic site tracking --><style id="et-builder-googlefonts-inline">/* Original: https://fonts.googleapis.com/css?family=IBM+Plex+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic&subset=latin,latin-ext&display=swap *//* User Agent: Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0) */@font-face {font-family: 'IBM Plex Sans';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/l/font?kit=zYXgKVElMYYaJe8bpLHnCwDKhd_eEQ&skey=db4d85f0f9937532&v=v19);}/* User Agent: Mozilla/4.0 (iPad; CPU OS 4_0_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Version/4.1 Mobile/9A405 Safari/7534.48.3 */@font-face {font-family: 'IBM Plex Sans';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/l/font?kit=zYXgKVElMYYaJe8bpLHnCwDKhd_eEg&skey=db4d85f0f9937532&v=v19#IBMPlexSans) format('svg');}/* User Agent: Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/538.1 (KHTML, like Gecko) Safari/538.1 Daum/4.1 */@font-face {font-family: 'IBM Plex Sans';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX8KVElMYYaJe8bpLHnCwDKhdTmdJZFUdc.ttf) format('truetype');}@font-face {font-family: 'IBM Plex Sans';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX7KVElMYYaJe8bpLHnCwDKhdTm2IdcePfr.ttf) format('truetype');}@font-face {font-family: 'IBM Plex Sans';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcePfr.ttf) format('truetype');}@font-face {font-family: 'IBM Plex Sans';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX-KVElMYYaJe8bpLHnCwDKhdTuGaZM.ttf) format('truetype');}@font-face {font-family: 'IBM Plex Sans';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVcePfr.ttf) format('truetype');}@font-face {font-family: 'IBM Plex Sans';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcePfr.ttf) format('truetype');}@font-face {font-family: 'IBM Plex Sans';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINcePfr.ttf) format('truetype');}@font-face {font-family: 'IBM Plex Sans';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX-KVElMYYaJe8bpLHnCwDKjbLuGaZM.ttf) format('truetype');}@font-face {font-family: 'IBM Plex Sans';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjR7_AI9scQ.ttf) format('truetype');}@font-face {font-family: 'IBM Plex Sans';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjXr8AI9scQ.ttf) format('truetype');}@font-face {font-family: 'IBM Plex Sans';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYXgKVElMYYaJe8bpLHnCwDKhd_eEA.ttf) format('truetype');}@font-face {font-family: 'IBM Plex Sans';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjSL9AI9scQ.ttf) format('truetype');}@font-face {font-family: 'IBM Plex Sans';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjQ76AI9scQ.ttf) format('truetype');}@font-face {font-family: 'IBM Plex Sans';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjWr7AI9scQ.ttf) format('truetype');}/* User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0 */@font-face {font-family: 'IBM Plex Sans';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX8KVElMYYaJe8bpLHnCwDKhdTmdJZFUdQ.woff) format('woff');}@font-face {font-family: 'IBM Plex Sans';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX7KVElMYYaJe8bpLHnCwDKhdTm2IdcePfo.woff) format('woff');}@font-face {font-family: 'IBM Plex Sans';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcePfo.woff) format('woff');}@font-face {font-family: 'IBM Plex Sans';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX-KVElMYYaJe8bpLHnCwDKhdTuGaZP.woff) format('woff');}@font-face {font-family: 'IBM Plex Sans';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVcePfo.woff) format('woff');}@font-face {font-family: 'IBM Plex Sans';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcePfo.woff) format('woff');}@font-face {font-family: 'IBM Plex Sans';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINcePfo.woff) format('woff');}@font-face {font-family: 'IBM Plex Sans';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX-KVElMYYaJe8bpLHnCwDKjbLuGaZP.woff) format('woff');}@font-face {font-family: 'IBM Plex Sans';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjR7_AI9scg.woff) format('woff');}@font-face {font-family: 'IBM Plex Sans';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjXr8AI9scg.woff) format('woff');}@font-face {font-family: 'IBM Plex Sans';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYXgKVElMYYaJe8bpLHnCwDKhd_eEw.woff) format('woff');}@font-face {font-family: 'IBM Plex Sans';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjSL9AI9scg.woff) format('woff');}@font-face {font-family: 'IBM Plex Sans';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjQ76AI9scg.woff) format('woff');}@font-face {font-family: 'IBM Plex Sans';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjWr7AI9scg.woff) format('woff');}/* User Agent: Mozilla/5.0 (Windows NT 6.3; rv:39.0) Gecko/20100101 Firefox/39.0 */@font-face {font-family: 'IBM Plex Sans';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX8KVElMYYaJe8bpLHnCwDKhdTmdJZFUdI.woff2) format('woff2');}@font-face {font-family: 'IBM Plex Sans';font-style: italic;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX7KVElMYYaJe8bpLHnCwDKhdTm2IdcePfu.woff2) format('woff2');}@font-face {font-family: 'IBM Plex Sans';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcePfu.woff2) format('woff2');}@font-face {font-family: 'IBM Plex Sans';font-style: italic;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX-KVElMYYaJe8bpLHnCwDKhdTuGaZJ.woff2) format('woff2');}@font-face {font-family: 'IBM Plex Sans';font-style: italic;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVcePfu.woff2) format('woff2');}@font-face {font-family: 'IBM Plex Sans';font-style: italic;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcePfu.woff2) format('woff2');}@font-face {font-family: 'IBM Plex Sans';font-style: italic;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINcePfu.woff2) format('woff2');}@font-face {font-family: 'IBM Plex Sans';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX-KVElMYYaJe8bpLHnCwDKjbLuGaZJ.woff2) format('woff2');}@font-face {font-family: 'IBM Plex Sans';font-style: normal;font-weight: 200;font-display: swap;src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjR7_AI9sdA.woff2) format('woff2');}@font-face {font-family: 'IBM Plex Sans';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjXr8AI9sdA.woff2) format('woff2');}@font-face {font-family: 'IBM Plex Sans';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYXgKVElMYYaJe8bpLHnCwDKhd_eFQ.woff2) format('woff2');}@font-face {font-family: 'IBM Plex Sans';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjSL9AI9sdA.woff2) format('woff2');}@font-face {font-family: 'IBM Plex Sans';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjQ76AI9sdA.woff2) format('woff2');}@font-face {font-family: 'IBM Plex Sans';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjWr7AI9sdA.woff2) format('woff2');}</style>
                            <!-- The blueimp Gallery widget for dialog -->
                <div id="blueimp-gallery" class="blueimp-gallery blueimp-gallery-controls" data-filter=":even" style="display: none;">
                    <div class="slides"></div><h3 class="title"></h3>
                    <!--<a class="prev">‹</a><a class="next">›</a><a class="close">×</a><a class="play-pause"></a><ol class="indicator"></ol>-->
                </div>
                <!-- The blueimp Gallery widget for content images -->
                <div id="wpf-content-blueimp-gallery" class="blueimp-gallery blueimp-gallery-controls" style="display: none;">
                    <div class="slides"></div><h3 class="title"></h3>
                   <!--<a class="prev">‹</a><a class="next">›</a><a class="close">×</a><a class="play-pause"></a><ol class="indicator"></ol>-->
                </div>
                                <div id="wpforo-dialog-extra-wrap">
            <div id="wpforo-dialog-wrap">
                <div id="wpforo-dialog">
                    <div id="wpforo-dialog-header">
                        <strong id="wpforo-dialog-title"></strong>
                        <i id="wpforo-dialog-close" class="fas fa-window-close fa-2x"></i>
                    </div>
                    <div id="wpforo-dialog-body"></div>
                </div>
            </div>
            <div id="wpforo-dialog-backups"></div>
        </div>
				<div id="wpforo-load" class="wpforo-load">
			<div class="wpf-load-ico-wrap"><i class="fas fa-3x fa-spinner fa-spin"></i></div>
			<div class="wpf-load-txt-wrap"><span class="loadtext"></span></div>
		</div>
				<div id="wpf-msg-box"></div>
		        <form id="wpforo-report" data-title="Reportar al Administrador">
            <input type="hidden" id="wpforo-report-postid">
            <textarea id="wpforo-report-content" required placeholder="Escribir mensaje"></textarea>
            <input id="wpforo-report-send" type="button" value="Enviar Reporte" title="Ctrl+Enter">
        </form>
        <script>window.lazyLoadOptions={elements_selector:"iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}};window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://www.webempresa.com/foro/wp-content/plugins/wp-rocket/assets/js/lazyload/16.1/lazyload.min.js"></script></body>
</html>

<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1711635319 -->