pdaultdesign Posted February 3 Share Posted February 3 Hi there, I'm trying to add a click-through link to the video on the right here. So strange that you can add a link to images but not videos. Any CSS help would be amazing. Thanks in advance! Link to comment
Solution tuanphan Posted February 4 Solution Share Posted February 4 First, use this code to Website > Website Tools > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> <script> $(document).ready(function(){ $('.fe-block a:contains("clickable")').addClass('text-click'); }); </script> Next, use this code to Website Tools > Custom CSS a.text-click { position: absolute; top: 0; left: 0; width: 100%; height: 100%; color: transparent !important; } Next, add a Text Block cover whole Video Block with text clickable Add link on clickable text. Replace Google with your desired url. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
pdaultdesign Posted February 5 Author Share Posted February 5 @tuanphan That worked! Thanks so much for your help. I see you helping everyone in these forums and we all really appreciate it, thank you!! tuanphan 1 Link to comment
AaronOsborn Posted August 28 Share Posted August 28 Hello, I am trying to do the same thing. I have short video thumbnails that i am trying to make clickable. I have tried this method, and it only shows the text "clickable" on the video. I can click the text, and it navigates me to my desired URL, but the video is still not clickable. Any ideas? Beyondspace 1 Link to comment
tuanphan Posted September 3 Share Posted September 3 On 8/29/2024 at 5:06 AM, AaronOsborn said: Hello, I am trying to do the same thing. I have short video thumbnails that i am trying to make clickable. I have tried this method, and it only shows the text "clickable" on the video. I can click the text, and it navigates me to my desired URL, but the video is still not clickable. Any ideas? Can you share link to page? We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment