Rafida Posted April 11, 2020 Share Posted April 11, 2020 Site URL: https://stingray-cylinder-zztm.squarespace.com/ Hey, We use the Brine template, which doesn't allow us to show the title or description of videos from a gallery. This is an example of a page showing videos with a certain tag, and as you can see it only displays the thumbnail:https://stingray-cylinder-zztm.squarespace.com/videos?tag=Sayed%20Sadiq%20Shirazi Pass: temp123 Is there a way using code to make titles under the thumbnails show? Is there a way using code to make titles and descriptions under the thumbnails show? Kind regards! Link to comment
Rafida Posted April 17, 2020 Author Share Posted April 17, 2020 @tuanphan Hey! Any idea for this one? Link to comment
tuanphan Posted April 18, 2020 Share Posted April 18, 2020 To solve this problem I think it is very difficult and time consuming. You can add this to Home > Design > Custom CSS. It's not very good, but a temporary solution. <style> /* video 1 */ .slides .slide:nth-child(1):after { content: "Title1 \A Description"; white-space: pre; text-align: center; display: block; } /* video 2 */ .slides .slide:nth-child(2):after { content: "Title1 \A Description"; white-space: pre; text-align: center; display: block; } </style> Do similar for other videos Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Rafida Posted April 20, 2020 Author Share Posted April 20, 2020 @tuanphan So your solution requires that code to be added for each individual video? Link to comment
tuanphan Posted April 21, 2020 Share Posted April 21, 2020 20 hours ago, Rafida said: @tuanphan So your solution requires that code to be added for each individual video? That's the easiest way, can try with JS, it will automatically, but it takes a lot of time to check. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Rafida Posted April 21, 2020 Author Share Posted April 21, 2020 Yeah we have hundreds of videos, and new ones each week. So adding manually per video wouldn't be feasible to manage unfortunately. If you do find a JS solution, that would be much better. I appreciate all the help Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.