Serghei Posted March 25, 2021 Share Posted March 25, 2021 Hello! On view page content description text after "copy and paste" its looks like a lot of text together (see the black theme screenshot), I have left some empty rows, but after adding on view page looks like in the 1st screen shoot. will be nicer to look like on second screen shoot (white theme) can we do that in kvs? and also the links looks like buttons... thank you Quote Link to comment Share on other sites More sharing options...
Tech Support Posted March 26, 2021 Share Posted March 26, 2021 Do you mean you added empty rows into video description, e.g. like this? In order to correctly display this please go to Website UI -> Pages -> View Video page -> video_view block template. Find this: <em>{{$data.description}}</em> Change like this: <em>{{$data.description|replace:"\n":"<br>"}}</em> 1 Quote Link to comment Share on other sites More sharing options...
Serghei Posted March 26, 2021 Author Share Posted March 26, 2021 Thank you very much! KVS The best! Quote Link to comment Share on other sites More sharing options...
Serghei Posted March 26, 2021 Author Share Posted March 26, 2021 Hello! This is the code I use on My website: <em>{{$data.description|show_links:true:true}}</em>. So I have added <em>{{$data.description|show_links:true:true|replace:"\n":"<br>"}}</em> it's that correct? Quote Link to comment Share on other sites More sharing options...
Serghei Posted March 26, 2021 Author Share Posted March 26, 2021 It Works! Thank you! 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.