cbev Posted January 10 Share Posted January 10 Hi there, Please can someone help me make this video clickable: https://www.retoldvintage.com/home-option-2 Destination URL: https://www.retoldvintage.com/new-arrivals Also it would be great to find out how to add a floating title to sit on-top of the video (the text is currently embedded in the video). Cheers in advance Link to comment
tuanphan Posted January 11 Share Posted January 11 First add this code to Website Tools (under Not Linked) > 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> <style> a.text-click { position: absolute; top: 0; left: 0; width: 100%; height: 100%; color: transparent !important; } </style> Next, add a Text Block cover whole video Add a text clickable to text block (Do not rename this text) add a link to clickable text 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
cbev Posted January 11 Author Share Posted January 11 amazing thanks! Is there a way to get this working for mobile? Link to comment
tuanphan Posted January 13 Share Posted January 13 On 1/11/2024 at 6:57 PM, cbev said: amazing thanks! Is there a way to get this working for mobile? It should work on mobile, you try remove the code and check to see if text already cover whole video on mobile 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