From 01bf525ff615c774c60f65a3ad0abff6e0c4e52c Mon Sep 17 00:00:00 2001
From: Manuel Cillero
Date: Sun, 28 Aug 2022 11:32:45 +0200
Subject: [PATCH] =?UTF-8?q?Actualiza=20visualizaci=C3=B3n=20de=20"Entradas?=
=?UTF-8?q?=20del=20blog"?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../themes/enfold-cille/functions.php | 4 ++--
www/wp-content/themes/enfold-cille/style.css | 21 ++++++++++++++-----
2 files changed, 18 insertions(+), 7 deletions(-)
diff --git a/www/wp-content/themes/enfold-cille/functions.php b/www/wp-content/themes/enfold-cille/functions.php
index 54ef23f..d0eaece 100644
--- a/www/wp-content/themes/enfold-cille/functions.php
+++ b/www/wp-content/themes/enfold-cille/functions.php
@@ -16,7 +16,7 @@ function help_featured_image_metabox() {
add_meta_box( 'help-featured-image', 'Sobre la imagen destacada', 'help_featured_image_metabox_content', 'post', 'side' );
}
function help_featured_image_metabox_content() {
- echo("La mejor proporción para la imagen destacada es la que mantiene una relación de 2'5 a 1. Normalmente 1030x403.
");
+ echo("La mejor proporción para la imagen destacada es la que mantiene una relación de 2'5 a 1. Normalmente 1200x470.");
}
/*
@@ -144,7 +144,7 @@ function avia_same_category_filter( $settings ) {
add_filter( 'get_the_terms', 'exclude_taxonomy_terms', 10, 3 );
function exclude_taxonomy_terms( $terms, $post, $taxonomy ) {
// List of taxonomy terms (slugs) to exclude:
- $exclude_slugs = array( 'portada', 'pelis-y-series', 'lecturas', 'twitter', 'linkedin', 'facebook' );
+ $exclude_slugs = array( 'portada', 'pelis-y-series', 'lecturas' );
if ( !is_admin() ) {
foreach( $terms as $key => $term ) {
diff --git a/www/wp-content/themes/enfold-cille/style.css b/www/wp-content/themes/enfold-cille/style.css
index bf79ace..ae7cf9e 100644
--- a/www/wp-content/themes/enfold-cille/style.css
+++ b/www/wp-content/themes/enfold-cille/style.css
@@ -852,12 +852,22 @@ select.table23-per-page-selector {
padding: 2px 3px;
white-space: nowrap;
}
-/* Archive */
-.page-id-5502 .avia-content-slider.avia-builder-el-2 .fake-thumbnail .slide-image {
- display: none;
+/* Entradas del blog */
+.page-id-5502 .last-entries {
+ overflow: hidden;
}
-.page-id-5502 .avia-content-slider.avia-builder-el-2 .slide-meta,
-.page-id-5502 .avia-content-slider.avia-builder-el-2 .slide-entry-excerpt {
+.page-id-5502 .last-entries h3 {
+ position: absolute;
+ top: -15px;
+ font-size: 2.92rem;
+ white-space: nowrap;
+}
+.page-id-5502 .avia-builder-el-4 .fake-thumbnail .slide-image,
+.page-id-5502 .avia-builder-el-4 .fake-thumbnail .fallback-post-type-icon {
+ background-color: #f0f0f0;
+}
+.page-id-5502 .avia-builder-el-4 .slide-meta,
+.page-id-5502 .avia-builder-el-4 .slide-entry-excerpt {
font-size: 75%;
}
/* HTML > Etiquetas HTML */
@@ -1440,6 +1450,7 @@ body.home .quote-text p {
margin: 1.6cm 1cm;
}
* {
+ print-color-adjust: exact;
-webkit-print-color-adjust: exact;
}
html, body {