From 86276e57eb8abe865de20a83a6deb374791f28bd Mon Sep 17 00:00:00 2001 From: david Date: Fri, 24 Aug 2012 20:16:37 +0000 Subject: [PATCH] =?UTF-8?q?Tarea=20#969=20->=20Poder=20reproducir=20las=20?= =?UTF-8?q?dedicatorias=20de=20la=20pantalla=20de=20inicio=20sin=20cargar?= =?UTF-8?q?=20la=20p=C3=A1gina=20Tarea=20#1014=20->=20(QUITADA=20PARA=20RE?= =?UTF-8?q?VISAR)=20Compartir=20una=20dedicatoria=20con=20el=20"share"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@124 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6 --- wp-content/themes/score/lib/scripts/custom.php | 15 +++++++++++++++ wp-content/themes/score/loop-dedication-data.php | 2 +- wp-content/themes/score/video-slider.php | 4 +--- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/wp-content/themes/score/lib/scripts/custom.php b/wp-content/themes/score/lib/scripts/custom.php index 1e4b9d4..2885f4b 100644 --- a/wp-content/themes/score/lib/scripts/custom.php +++ b/wp-content/themes/score/lib/scripts/custom.php @@ -197,6 +197,21 @@ function shrinkTitle() jQuery(window).ready(function() { + if (jQuery('#slider-wrapper').length > 0 ) { + jQuery('#content-wrapper .post-loop .post-thumbnail a').click(function(e) { + e.preventDefault(); + var oUrl = jQuery(this).attr('href'); + jQuery('#playlist li [id^=postdata-link-]').each(function(indice, valor){ + var nUrl = jQuery(this).html(); + if (nUrl == oUrl) { + jQuery('#componentWrapper').videoGallery.loadMedia(indice); + return false; + } + }); + return false; + }); + } + if (jQuery('#slider-wrapper')) { jQuery('#componentWrapper').videoGallery({ componentFixedSize: true, diff --git a/wp-content/themes/score/loop-dedication-data.php b/wp-content/themes/score/loop-dedication-data.php index 7418d09..b0b35b6 100644 --- a/wp-content/themes/score/loop-dedication-data.php +++ b/wp-content/themes/score/loop-dedication-data.php @@ -17,7 +17,7 @@ if(get_post_meta($post->ID, 'ghostpool_thumbnail_height', true) && get_post_meta $gp_settings['image_height'] = $gp_settings['thumbnail_height']; } -$gp_settings['enc_link'] = getTinyUrl(add_query_arg('refid', bp_dedication_encode(get_permalink()), get_option('siteurl') . '/index.php')); +//$gp_settings['enc_link'] = getTinyUrl(add_query_arg('refid', bp_dedication_encode(get_permalink()), get_option('siteurl') . '/index.php')); // Song data $gp_settings['video'] = get_post_meta($post->ID, 'ghostpool_dedication_url', true); diff --git a/wp-content/themes/score/video-slider.php b/wp-content/themes/score/video-slider.php index ea4fdf8..f7b5a01 100644 --- a/wp-content/themes/score/video-slider.php +++ b/wp-content/themes/score/video-slider.php @@ -130,9 +130,7 @@ if (have_posts()) { - - - + FROM: