Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WOWSlider.com

    (@wowslidercom)

    WOWSlider adds a logo on images directly, so logo becomes a part of the image. That why if image moves during transition effect, logo will move too.
    If you want images be moving, and the logo is static, you need to add a logo in a separate container outside slider.
    For example:

    <div style="height: 360px; width: 640px;">
    <img src="wp-content/uploads/logo.png" style="position: relative; top: 100%; z-index: 100;">
    
    [wowslider id="1"]
    
    </div>

    Thread Starter XtraMark

    (@xtramark)

    Can you help me adjust the code so that the .png image is layered over the [wowslider id=”14″], rather than stacked?

    Here’s what I am using:

    <p class="none"><div style="height: 445px; width: 1068px;">
    <img src="/wp-content/uploads/2013/11/logo.png" style="position: relative; top: 100%; z-index: 100;">
    
    [wowslider id="14"]
    
    </div></p>

    The image over the slider is a .png with transparent background.
    The slider is 1048px wide and 425px high.

    And this is what is is looking like:

    https://rainbowryderz.workwebsite.net/sshot-1.jpg

    Thank you for your help!

    Plugin Author WOWSlider.com

    (@wowslidercom)

    Please send us a direct link to your webpage with WOWSlider.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘static logo over kensburn transitions’ is closed to new replies.