Video instead of the slider....

Discussion in 'Gommero WordPress Theme' started by jing, Feb 13, 2014.

Thread Status:
Not open for further replies.
  1. jing

    jing New Member

    Joined:
    Nov 20, 2013
    Messages:
    5
    Likes Received:
    0
    I would like to put a video on the home page instead of the slider, is that possible without doing a bunch of code modifying?...

    Thanks, I look forward to a reply!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Appearance -> Theme Options -> Slider Settings

    And put the embed code of the video to the the "Slider Image 1" text box and save the settings.

    It will show the video in the home page, and you have to adjust the width and height of the video which you can adjust in the embed code of the video.

    This will solve your problem.


    Thanks & Regards
    Gourav Shrivastava
     
  3. jing

    jing New Member

    Joined:
    Nov 20, 2013
    Messages:
    5
    Likes Received:
    0
    Thanks, I did just as you recommended and even adjusted the video width and length but the video is still staying inside the Banner parameters...
    http://www.dipieroproduction.com

    I am hoping to center the video and have it 550x310 px...

    Thanks, for the help!
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Go to the Appearance > Theme Options > Home Page Settings panel in your dashboard and
    paste the embed code of the video in the Homepage Full Cols Description section.

    See the image for reference.

    [​IMG]

    This will solve your issue.
     
  5. jing

    jing New Member

    Joined:
    Nov 20, 2013
    Messages:
    5
    Likes Received:
    0
    Thanks for the suggestion... I do that and it places the video below the "service" boxes and I need to have the video in place of the banner.
    and more suggestions?....
     
  6. jing

    jing New Member

    Joined:
    Nov 20, 2013
    Messages:
    5
    Likes Received:
    0
    I have modified the CSS so that the video shows the size that I want, but I would like to center the video - Can you please let me know the CSS to be able to center the container?....
    ==========================

    .slides_container img {
    display:block;
    width:805px;
    height:440px;
    }
    .slides_container iframe {
    width:805px;
    height:440px
    }

    ===========================
     
  7. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #slides > div > div.slides_control {
    text-align: center;
    }
     
    This will solve your issue.
     
  8. jing

    jing New Member

    Joined:
    Nov 20, 2013
    Messages:
    5
    Likes Received:
    0
    Worked wonderfully, Thank You!
     
Thread Status:
Not open for further replies.

Share This Page