Tarea #1051 -> Cambiar la imagen cuando el usuario no pone ninguna foto
Tarea #1031 -> Cambiar el logo, tamaño y posición cuando la dedicatoria se ve a pantalla git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@151 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6
This commit is contained in:
parent
33b49248b7
commit
56d1c9b06a
@ -710,7 +710,7 @@ function bp_datebox_field ($html, $type, $day, $month, $year, $default_select )
|
|||||||
add_filter( 'bp_get_the_profile_field_datebox', 'bp_datebox_field', 10, 6 );
|
add_filter( 'bp_get_the_profile_field_datebox', 'bp_datebox_field', 10, 6 );
|
||||||
|
|
||||||
function gp_bp_add_default_avatar( $url ) {
|
function gp_bp_add_default_avatar( $url ) {
|
||||||
return get_stylesheet_directory_uri() .'/lib/images/photo_profile_blue.png';
|
return get_stylesheet_directory_uri() .'/lib/images/photo_profile_red.png';
|
||||||
}
|
}
|
||||||
add_filter( 'bp_core_mysteryman_src', 'gp_bp_add_default_avatar' );
|
add_filter( 'bp_core_mysteryman_src', 'gp_bp_add_default_avatar' );
|
||||||
|
|
||||||
|
|||||||
BIN
wp-content/themes/score/lib/images/logo-w-fs.png
Normal file
BIN
wp-content/themes/score/lib/images/logo-w-fs.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.7 KiB |
@ -43,7 +43,7 @@ if (have_posts()) {
|
|||||||
<div id="the_slider" <?php echo (play_video_on_full_screen()) ? 'class="fullscreen_div"' : ''; ?> >
|
<div id="the_slider" <?php echo (play_video_on_full_screen()) ? 'class="fullscreen_div"' : ''; ?> >
|
||||||
<!--Begin Slider Wrapper-->
|
<!--Begin Slider Wrapper-->
|
||||||
<div id="slider-wrapper">
|
<div id="slider-wrapper">
|
||||||
<?php if($theme_logo) { ?><div class="dedicationTitle_logo"><img src="<?php echo($theme_logo); ?>" alt="<?php bloginfo('name'); ?>" /></div><?php } ?>
|
<?php if($theme_logo) { ?><div class="dedicationTitle_logo"><img src="<?php echo get_template_directory_uri(); ?>/lib/images/logo-w-fs.png" alt="<?php bloginfo('name'); ?>" /></div><?php } ?>
|
||||||
<div id="dedicationTitle_container">
|
<div id="dedicationTitle_container">
|
||||||
<div id="dedicationTitle-data-panel"></div>
|
<div id="dedicationTitle-data-panel"></div>
|
||||||
<h2 id="dedicationTitle"></h2>
|
<h2 id="dedicationTitle"></h2>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user