Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #736877

    Hey,
    When I a add a background color in “Layer -> Style -> Misc -> Background” it first looks good, until I enter preview or add it to the site – the the background color disappear. How could I prevent that?

    Works fine in composer:
    http://www.awesomescreenshot.com/image/2086345/47183607178afaf20a761be67ea92549

    But disappear in preview and on website:
    http://www.awesomescreenshot.com/image/2086348/372a128a59b366b1025295a080dae939

    #737130

    Hey enhanza,

    Could you try clearing the cache from your caching plugin and leave it disabled to see if that helps please?

    Best regards,
    Rikard

    #737169

    Hey Rikard,
    Actually I always have that plugin turned off during development to avoid such phenomena. The plugin is active, but in the settings it’s turned off.
    Could you think of something else that may cause this?
    Regards, Jon

    #738806

    Hi,

    Seems like a bug in css, try to modify layerslider.css found in wp-content/themes/enfold/config-layerslider/LayerSlider/static/css/

    and find this code:

    html * .ls-container img,
    body * .ls-container img,
    #ls-global * .ls-container img {
    	background: none !important;
    	min-width: 0 !important;
    	max-width: none !important;
    	border-radius: 0;
    	box-shadow: none;
    	border: 0;
    	padding: 0;
    }

    kindly remove this part of the code:

    background: none !important;

    Let us know if this fixes the issue.

    Best regards,
    Nikko

    #739591

    That did the trick! Thank you very much for super support. Will you updated the CSS to next theme update or should I do the same editing then?

    #740131

    Hi,

    You’re very much welcome :) This is already reported to our devs and will most likely be included in the future updates. If it isn’t added yet on the next release, you would need to do the same thing.

    Best regards,
    Nikko

    #750732

    Hi!
    I have informed the layerslider team about the issue. Unfortunately nothing we can fix in the theme, we need to wait for them to solve the issue permanently in the layerslider plugin.

    Until then you will need to re-do the change or add an image with white background :)
    Cheers!
    Kriesi

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.