How to loop Youtube video on Colorway Pro homepage??

Discussion in 'ColorWay WordPress Theme' started by chrisr, Aug 20, 2013.

  1. chrisr

    chrisr Member

    Joined:
    Mar 27, 2012
    Messages:
    38
    Likes Received:
    0
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,
    I have considered on your issues and research also,But unforfunately the auto replay feature is didn't seems to work.
     
  3. chrisr

    chrisr Member

    Joined:
    Mar 27, 2012
    Messages:
    38
    Likes Received:
    0
    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??.
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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.
     
    robertburney likes this.

Share This Page