Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1028310

    Hi
    The background image in our Fullwidth Easy Slider has disappeared since the last update of Enfold 4.5.
    The slideshow background image does not show anymore, even though I have removed and reset the image a dozen time. Just shows blank as the background of the Fullwidth Easy Slider.
    The Fullwidth Easy Slider in question is at the very top of pur homepage http://www.loyalzoo.com.
    I have given admin rights privately in the other thread with the same problem, repeating it here.
    I really need a quick solution, as the website has now been in this ugly state for over two days.
    Thanks in advance for your help.

    #1028661

    I am having the same issue

    #1029208

    Hi loyalzoo,

    I am seeing the image. Could you please clear the cache, check again and get back to us.

    Best regards,
    Victoria

    #1029233

    Victoria, no background image. You also sent me a private screenshot which shows the lack of background image. The slide image works fine, it is the background image that is missing, exactly as reported by the other users. The 4.5 update simply breaks the background image of these sliders.

    #1029240
    This reply has been marked as private.
    #1029948

    Hi loyalzoo,

    Thank you for clarifying. I see the issue now.

    Could you please enable the Advanced Layout Builder debug mode. Here is how to do it:

    Best regards,
    Victoria

    #1029962

    Victoria, I have now enabled debug mode by following the instructions (at least I hope so).
    Please let me know if you need anything else.
    Cheers.

    #1031527

    Hi,

    Thanks for the update.

    We’ll forward the issue to our developers. This script should fix it temporarily.

    add_action('wp_footer', 'ava_custom_script_full_background');
    function ava_custom_script_full_background(){
    	?>
    	<script type="text/javascript">
            (function($) {
               $('.av_slideshow_full').each( function() {
                   $(this).css({
                       'background-image': 'url(' + $(this).data('src') + ')',
                       'background-size': 'cover',
                       'background-repeat': 'no-repeat',
                       'background-position': 'center center'
                   });
               });
            })(jQuery);
    	</script>
    	<?php
    }

    Best regards,
    Ismael

    #1031671

    Ismael,
    Thanks for your help.
    Where am I supposed to copy this script? I mean in which file and where in the file?
    Also, is there an ETA for the proper fix?

    #1031947

    Hi,

    Sorry for the problem. Please try the code Ismael posted at the bottom of your child themes functions.php file.

    This should be fixed in the next version of the theme, we don’t have an ETA on that as of yet unfortunately.

    Best regards,
    Rikard

    #1032013

    Thanks, it works now.
    Looking forward to the fix.

    #1032160

    Hi loyalzoo,

    Great, glad you got it working and thanks for the update. This should be fixed in the next version of the theme.

    Best regards,
    Rikard

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