kcreative Posted March 30, 2021 Share Posted March 30, 2021 Site URL: http://https/pyramide.squarespace.com Hi Everyone! I am looking to have the background video of a section change as you hover over different text. I am setting this up using side by side split sections with the hope of achieving something like the portfolio page but with videos and more customize. @tuanphan I think you have solved some other issues like this prior and would love your help/ expertise! Beyondspace 1 Link to comment
tuanphan Posted April 5, 2021 Share Posted April 5, 2021 Hi. Sorry for the delay. Have you found the solution yet? 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
kcreative Posted April 6, 2021 Author Share Posted April 6, 2021 I have not! I'd still love some assistance. Essentially looking to have a different video play in the section to the right when you hover over "Live Action" and "Animation" The video is currently set as the section background of the right side. http://https/pyramide.squarespace.com Pass: PP2021! Thank you! @tuanphan Link to comment
tuanphan Posted April 12, 2021 Share Posted April 12, 2021 On 4/7/2021 at 4:42 AM, kcreative said: I have not! I'd still love some assistance. Essentially looking to have a different video play in the section to the right when you hover over "Live Action" and "Animation" The video is currently set as the section background of the right side. http://https/pyramide.squarespace.com Pass: PP2021! Thank you! @tuanphan Try adding to Settings > Advanced > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { // Live action $('div#block-yui_3_17_2_1_1617133143937_13083 a').hover( function(){ $('[data-section-id="6062ba850e9c196a6b99e881"] .content-fill').attr('data-config-url', 'https://vimeo.com/528026507/32bd52d504') } ) // Animation $('div#block-yui_3_17_2_1_1617134589949_5687 a').hover( function(){ $('[data-section-id="6062ba850e9c196a6b99e881"] .content-fill').attr('data-config-url', 'https://www.youtube.com/watch?v=Rb0UmrCXxVA') } ) }); </script> 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
kcreative Posted April 12, 2021 Author Share Posted April 12, 2021 15 hours ago, tuanphan said: Try adding to Settings > Advanced > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { // Live action $('div#block-yui_3_17_2_1_1617133143937_13083 a').hover( function(){ $('[data-section-id="6062ba850e9c196a6b99e881"] .content-fill').attr('data-config-url', 'https://vimeo.com/528026507/32bd52d504') } ) // Animation $('div#block-yui_3_17_2_1_1617134589949_5687 a').hover( function(){ $('[data-section-id="6062ba850e9c196a6b99e881"] .content-fill').attr('data-config-url', 'https://www.youtube.com/watch?v=Rb0UmrCXxVA') } ) }); </script> Thank you! I am still having some issues - I sent you a direct email to see if we can connect further. Thank you again! @tuanphan Link to comment
tuanphan Posted April 14, 2021 Share Posted April 14, 2021 On 4/13/2021 at 1:46 AM, kcreative said: Thank you! I am still having some issues - I sent you a direct email to see if we can connect further. Thank you again! @tuanphan Answered your message 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment