Also make it clear with (mouse) hover text that you must click on the cover photo to show the channel/more
This commit is contained in:
parent
004468f231
commit
7162403292
@ -1023,6 +1023,7 @@ function widget_cover_photo($arr) {
|
||||
'$photo_html' => $photo_html,
|
||||
'$title' => $title,
|
||||
'$subtitle' => $subtitle,
|
||||
'$hovertitle' => t('Click to show more'),
|
||||
));
|
||||
}
|
||||
return $o;
|
||||
|
@ -40,7 +40,7 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<div id="cover-photo" onclick="slideUpCover();">
|
||||
<div id="cover-photo" onclick="slideUpCover();" title="{{$hovertitle}}">
|
||||
{{$photo_html}}
|
||||
<div id="cover-photo-caption">
|
||||
<div class="cover-photo-title">
|
||||
|
Reference in New Issue
Block a user