Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #353611

    Dear Kriesi.at Team,

    I am wondering if it would be possible to add a “diagonal slider” as you can see e.g. here:

    http://www.bvb.de
    http://www.vfb-volleyball.de

    It would be nice to consider this for future updates!

    Manu

    #353676

    Hi Manu!

    They are using CSS to rotate the header and the slider, technically you can do the same in Enfold, for example if you are using LayerSlider:

    #layer_slider_1 {
      -webkit-transform:rotate(-2.8deg);
      -moz-transform:rotate(-2.8deg);
      -ms-transform:rotate(-2.8deg);
      -o-transform:rotate(-2.8deg);
      transform:rotate(-2.8deg);
      -webkit-transform-origin:0 0;
      -moz-transform-origin:0 0;
      -o-transform-origin:0 0;
      -ms-transform-origin:0 0;
      transform-origin:0 0;
      margin-left: -150px;
      margin-right: -150px;
    }

    Best regards,
    Josue

    #353755

    Hi Josue,

    thanks for the quick response! It seems to work, but (only) underneath the graphic i have a white triangle now. Do you have a solution for this?

    http://www.vsg2001.de

    Regards,
    Manu

    #353765

    Hi Manu!

    That’s the body element background, you would need to set your background image there too:

    body#top {
        background: #000000 url(//www.vsg2001.de/wp-content/uploads/body1.jpg) top right no-repeat fixed
    }

    Regards,
    Josue

    #552004

    Thank a lot!

    /closed

    #552130

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Enfold diagonal slider?’ is closed to new replies.