From 9391c284d1745018042e343ea44b87c23085bb52 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 5 Oct 2011 19:26:08 +0000 Subject: [PATCH] Arreglado problema con lightbox en la nueva portada git-svn-id: https://192.168.0.254/svn/Proyectos.OriginalHouse_Web/trunk@70 54e8636e-a86c-764f-903d-b964358a1ae2 --- src/wp-content/themes/originalhouse/includes/js/general.js | 4 ++-- .../themes/originalhouse/template-homepage-small-video.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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) -
+