Tarea #961 -> La sección Top 10 muestra los 10 videos y no sólo 1
git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@56 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6
This commit is contained in:
parent
64caa1fe5a
commit
5790228679
@ -99,7 +99,7 @@ class SidebarPosts extends WP_Widget {
|
|||||||
<?php
|
<?php
|
||||||
if ($post_artist_song == "Yes") {
|
if ($post_artist_song == "Yes") {
|
||||||
|
|
||||||
$gp_settings['artist_song_span_short'] = cutstr($gp_settings['artist_song_span'], 22, '');
|
$gp_settings['artist_song_span_short'] = cutstr($gp_settings['artist_song_span'], 18, '');
|
||||||
if ($gp_settings['artist_song_span_short'] != $gp_settings['artist_song_span']) {
|
if ($gp_settings['artist_song_span_short'] != $gp_settings['artist_song_span']) {
|
||||||
$gp_settings['artist_song_span_short'] .= '...';
|
$gp_settings['artist_song_span_short'] .= '...';
|
||||||
}
|
}
|
||||||
|
|||||||
@ -682,7 +682,7 @@ ul.navmenu li a.logout:hover {
|
|||||||
#sidebar .widget.sidebarposts .post-loop .post-text {
|
#sidebar .widget.sidebarposts .post-loop .post-text {
|
||||||
float: right;
|
float: right;
|
||||||
width: 58%;
|
width: 58%;
|
||||||
overflow: hidden;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget.sidebarposts .post-loop .post-thumbnail {
|
.widget.sidebarposts .post-loop .post-thumbnail {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user