From 585a95fac3cc3fbcac7bf26850309431310e2887 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Sat, 28 Jun 2025 07:25:19 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=E2=8F=AA=20Revierte=20previsualizaci=C3=B3?= =?UTF-8?q?n=20de=20contenidos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/wp-content/themes/enfold-cille/functions.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www/wp-content/themes/enfold-cille/functions.php b/www/wp-content/themes/enfold-cille/functions.php index 149c8f1..2692841 100644 --- a/www/wp-content/themes/enfold-cille/functions.php +++ b/www/wp-content/themes/enfold-cille/functions.php @@ -289,13 +289,13 @@ function social_post_defautl_thumbnail( $html, $post_id, $post_thumbnail_id, $si return $html; } */ -/** - * Remove Reddit as oEmbed provider. - */ +/* + * Remove provider previews. + * add_filter( 'embed_oembed_html', 'wp_remove_oembed_providers', 10, 2 ); function wp_remove_oembed_providers( $html, $url ) { return '' . esc_html( $url ) . ''; -}; +} */ /* * Add a button to display the number of characters in Title and Content editor; From e08ba95a3881dbbc1b93b8bf39d662a938e3ffe7 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Sat, 28 Jun 2025 07:33:38 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=92=84=20Muestra=20bot=C3=B3n=20de=20?= =?UTF-8?q?scroll=20hacia=20arriba=20siempre?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/wp-content/themes/enfold-cille/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/www/wp-content/themes/enfold-cille/style.css b/www/wp-content/themes/enfold-cille/style.css index 298506f..1fc1549 100644 --- a/www/wp-content/themes/enfold-cille/style.css +++ b/www/wp-content/themes/enfold-cille/style.css @@ -1215,6 +1215,11 @@ body.home .quote-text p { #scroll-top-link:hover { background-color: #000; } +@media only screen and (max-width: 767px) { + .responsive #scroll-top-link { + display: block; + } +} #top .av_inherit_color a { text-decoration: none;