Rafida 2 Share Posted April 11, 2020 (edited) 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! Edited April 14, 2020 by Rafida Link to post
0 tuanphan 8,943 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 You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
0 Rafida 2 Author Share Posted April 20, 2020 @tuanphan So your solution requires that code to be added for each individual video? Link to post
0 tuanphan 8,943 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. You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
0 Rafida 2 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 post
Question
Rafida 2
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
Edited by RafidaIs 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 post
Top Posters For This Question
5
2
Popular Days
Apr 21
2
Apr 20
1
Apr 11
1
Apr 12
1
Top Posters For This Question
Rafida 5 posts
tuanphan 2 posts
Popular Days
Apr 21 2020
2 posts
Apr 20 2020
1 post
Apr 11 2020
1 post
Apr 12 2020
1 post
6 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment