Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #380644

    In LayerSliderWP I set, in one layer, in the section “Content” an image. Then go to section “Styles” and set thebackground RGBA(0,0,0,0.50).
    In the preview all seem ok, but whene “Enter in Preview” the background is not present.

    Help me please!!!

    Tnaks in advance

    #381102

    Hey ttnka!

    Send us a WordPress login and we’ll take a look.

    Best regards,
    Elliott

    #381203

    Here the link with the screenshot https://www.dropbox.com/sh/r82sjgyh5i68ro1/AAA76Dm-fceKgJmdnpgMZRdja?dl=0.
    I can’t send u admin User.

    the 00 is the content the image “BlockReader” have a transparent background, in the 01 I set a background RGBA(0, 0, 0, 0.5) and the preview is OK. Then in the 03 where run the layer the background of the “BlockReader stil trasparent”

    Why?

    #381408

    Hi!

    You can’t use rgba colors on the background field. Try to add is on the Custom CSS field:

    background-color: rgba(0,0,0,0.5);
    

    Regards,
    Ismael

    #381420

    The result is the same!! In the static preview it works when run the preview I can’t see nothing.

    #383403

    Hey!

    It’s hard to tell what your trying to do in your screenshot. Can you send us a link to your page?

    Cheers!
    Elliott

    #383577

    http://www.climbnext.com

    the images “BlockBook” and “BlockReader” have trasparent background i set in the “Styles” section of the layerSliderWP on the Misc\Background RGBA(0,0,0,0.5) as the colorswitcher wizard insert!!! the preview works but when the slider run I cant see no result!!! Now a leave the RGBA(0,0,0,0.5) set. Chek it out!! Thanks

    #384031

    Hi!

    Try this.

    background:rgba(0,0,0,0.5) !important;
    

    Best regards,
    Elliott

    #384330

    Thanks!!!! It works!!!!!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Layerslider Background Transparency Not Working On Image’ is closed to new replies.