-
-
-
ID, 'ghostpool_dedication_artist', true);
- $song = get_post_meta($post->ID, 'ghostpool_dedication_song', true);
- $artist_song = $artist . '. ' . $song;
- $artist_song_span = '
'.$artist.''.'. '.$song;
- $new_name = cutstr($artist_song_span, 30, '...');
- ?>
-
+ $gp_settings['artist_song_span_short'] = cutstr($gp_settings['artist_song_span'], 22, '');
+ if ($gp_settings['artist_song_span_short'] != $gp_settings['artist_song_span']) {
+ $gp_settings['artist_song_span_short'] .= '...';
+ }
+
+ ?>
+
ID, 'ghostpool_destination_user_id', true);
- $to_user = get_user_by('id', $to_user_id);
?>
-
FROM:
-
TO: ID); ?>
-
-
TO: ID, 'ghostpool_destination_email', true); ?>
-
+
FROM:
+
TO:
diff --git a/wp-content/themes/score/style-asong2u.css b/wp-content/themes/score/style-asong2u.css
index 2a0649a..67eec1e 100644
--- a/wp-content/themes/score/style-asong2u.css
+++ b/wp-content/themes/score/style-asong2u.css
@@ -410,7 +410,7 @@ ul.navmenu li a.logout:hover {
#dedicationComments_container {
display: inline-block;
- width: 58.51% !important;
+ width: 73.51% !important;
}
#dedicationComments_container #comments {
@@ -596,7 +596,7 @@ ul.navmenu li a.logout:hover {
}
#sidebar-home {
- width: 41.49% !important;
+ width: 26.49% !important;
}
/* Homepage Widget Styling */
@@ -610,8 +610,7 @@ ul.navmenu li a.logout:hover {
background: transparent;
border: 0px;
padding: 0;
- margin: 0;
-
+ margin: 0;
}
.widget img {
@@ -655,47 +654,40 @@ ul.navmenu li a.logout:hover {
}
/* Sidebarposts widget */
-#sidebar-home .widget.sidebarposts {
- float: right;
- overflow: hidden;
+#sidebar .widget.sidebarposts {
}
-.widget.top_members img,
-.widget.sidebarposts img {
+#sidebar .widget.sidebarposts h3,
+#sidebar .widget.sidebarposts .post-loop .post-text {
+ color: #34a089 !important;
+ text-align: left;
+ font-size: 12px;
+}
+
+#sidebar .widget.sidebarposts h3 {
+ background: transparent;
+ border: 0px;
padding: 0;
- border: 0;
- margin: 5px 0;
+ margin: 0;
}
-.widget.top_members .post-loop,
-.widget.sidebarposts .post-loop {
+#sidebar .widget.sidebarposts .post-loop {
width: 100% !important;
- min-height: 150px;
+ min-height: 88px;
margin: 0;
padding-bottom: 0;
border: none;
}
-.widget.top_members .post-loop .post-meta,
-.widget.sidebarposts .post-loop .post-meta {
- margin: 0;
+#sidebar .widget.sidebarposts .post-loop .post-text {
+ float: right;
+ width: 58%;
+ overflow: hidden;
}
-.widget.top_members .post-loop .post-thumbnail,
.widget.sidebarposts .post-loop .post-thumbnail {
- margin: 0;
-}
-
-.widget.top_members .post-loop .post-thumbnail,
-.widget.sidebarposts .post-loop .post-thumbnail {
- text-align: center;
-}
-
-#sidebar-home .widget.sidebarposts h3,
-#sidebar-home .widget.sidebarposts .post-loop .post-text {
- color: #34a089 !important;
- text-align: left;
- font-size: 12px;
+ float: left;
+ width: 75px;
}
.widget.sidebarposts a {
@@ -733,6 +725,38 @@ ul.navmenu li a.logout:hover {
}
+
+.widget.top_members img,
+.widget.sidebarposts img {
+ padding: 0;
+ border: 0;
+ margin: 5px 0;
+}
+
+.widget.top_members .post-loop {
+ width: 100% !important;
+ min-height: 150px;
+ margin: 0;
+ padding-bottom: 0;
+ border: none;
+}
+
+.widget.top_members .post-loop .post-meta,
+.widget.sidebarposts .post-loop .post-meta {
+ margin: 0;
+}
+
+.widget.top_members .post-loop .post-thumbnail,
+.widget.sidebarposts .post-loop .post-thumbnail {
+ margin: 0;
+}
+
+.widget.top_members .post-loop .post-thumbnail {
+ text-align: center;
+}
+
+
+
.widget.widget_specialrecentposts {
}
@@ -1016,6 +1040,7 @@ h3.comments {
#respond.homepage textarea {
height: 90px !important;
+ width: 100%;
}
#respond h3 {