Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jonathanmertz

    (@jonathanmertz)

    Never mind I figured out how to use it as my background slider.

    You could write it.

    I header.php under body_class:

    <div id=”metaslider-background”>
    <?php
    echo do_shortcode(“[metaslider id=2620 percentwidth=100]”); // replace 123 with your slideshow ID
    ?>
    </div>

    In theme style.css:

    #metaslider-background {
    position: fixed;
    width: 100%;
    height: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    cursor:default;
    overflow:hidden;
    }
    #metaslider-background .rslides_nav {
    background-color: #000000;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    margin-top: -15px;
    opacity: 0.7;
    padding: 10px;
    position: fixed;
    top: 50%;
    z-index: 9;
    }

    I tested it in Firefox and Chrome, seems OK.

    Jonathan, Can you share how?
    I wouldn’t like to play with .php files and prefer CSS as I am using OP2.

    Thanks,
    Hossam

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Has any one used Meta Slider as their site's background.’ is closed to new replies.