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
This commit is contained in:
David Arranz 2011-10-05 19:26:08 +00:00
parent 331acff03c
commit 9391c284d1
2 changed files with 3 additions and 3 deletions

View File

@ -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');

View File

@ -29,7 +29,7 @@ Template Name: Homepage (Small Video)
</object>
<div style="float: right; width: 305px;">
<div class="anuncio-portada" style="float: right; width: 305px;">
<br/>
<?php if (has_post_thumbnail()) {
$large_image_url = wp_get_attachment_image_src( get_post_thumbnail_id(), 'full');