diff --git a/src/wp-content/themes/originalhouse/includes/js/general.js b/src/wp-content/themes/originalhouse/includes/js/general.js index 3d84f39..f2779ea 100644 --- a/src/wp-content/themes/originalhouse/includes/js/general.js +++ b/src/wp-content/themes/originalhouse/includes/js/general.js @@ -24,8 +24,8 @@ jQuery(document).ready(function() { $this.removeAttr('title'); }); } - if ( jQuery( '.page .fullwidth .page .entry a' ).length ) { - jQuery('.page .fullwidth .page .entry a').each( function() { + if ( jQuery( '.page .fullwidth .page .entry .anuncio-portada a' ).length ) { + jQuery('.page .fullwidth .page .entry .anuncio-portada a').each( function() { var $this = jQuery(this); $this.data('title', $this.attr('title')); $this.removeAttr('title'); diff --git a/src/wp-content/themes/originalhouse/template-homepage-small-video.php b/src/wp-content/themes/originalhouse/template-homepage-small-video.php index 4aeb971..5d9a58b 100644 --- a/src/wp-content/themes/originalhouse/template-homepage-small-video.php +++ b/src/wp-content/themes/originalhouse/template-homepage-small-video.php @@ -29,7 +29,7 @@ Template Name: Homepage (Small Video) -