Please help I am working on a site http://www.aeroview.com.au/using colorway theme pro and I have been trying to get the video on the homepage to loop however it just does not loop can anyone help? I have added the following code into the front-page.php <iframe width="450" height="400" align="left" src="//www.youtube.com/embed/YPnEGOjy6sI?autoplay=1&loop=1&playlistYPnEGOjy6sI?" frameborder="0" allowfullscreen></iframe>
Hello, I have considered on your issues and research also,But unforfunately the auto replay feature is didn't seems to work.
hhmmmm I shall try maybe finding a plugin that loops videos and then placing the shortcode into the php for the front-page this might fix it Ohhh quick question what custom css should I add if I want a background image to move alonge with the page?. I.e if the background image was lets say as an example600 pixels heigh and did not cover all the pages as some whee longer than others how can I get the image to automatically scroll when the user scrolls down the page??.
Hello, Firstly, Go to Appearance > Theme Option > General Settings > Body Background Image and remove background image from there. Now, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: html, body { background: url(Enter your image address here) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } This will solve your issue.