Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #532743

    Hello

    In the new version 3.4.1 I have a problem with color section background image fixed attachment.
    The background is not visible when I’m on the top and scroll down, but when I scrolled down previously and after this I do a refresh the background image will appear, but not all. Hard refresh is not work.

    The Scroll attachment option is work.

    It’s a bug? Or how can I solve this?

    Best regards
    Peter

    #532786

    Hey Peter!

    I checked your link but I only see a fullscreen slider. Send us a link to the page where the problem is happening please.

    Regards,
    Elliott

    #532792

    Hi,

    Scroll down… and do a refresh when you down on the front page. The BG will appear.
    After this scroll up again and You will see that the BG download is not finished… just on the monitor’s visible range will appear the BG image.

    Thank you
    Peter

    • This reply was modified 9 years ago by jambrikp.
    #533143

    Hi,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Cheers!
    Rikard

    #533148

    Yes of course :)
    Thank you

    Regards,
    Peter

    #533831

    Hi,

    I’m not sure what’s going on there, could you try to recreate the element to see if that helps?

    Thanks,
    Rikard

    #534157

    Hi,

    I recreated the color section element but nothing change. Just the fixed option goes wrong the scroll and parallax work good.

    But if I delete the fullscreen slider the fixed option will work good :)
    So conflict has between the fullscreen slider and the color section background fixed attachment.

    Best regards,
    Peter

    #534975

    Hey!

    Can you please update Enfold to the latest version 3.4.2 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and create a testing page with active parallax section if issue persists?

    Cheers!
    Yigit

    #535043

    Hey,

    I updated to 3.4.2 but didnt solved the problem.
    Color section background fixed option dont work if I have a fullscreen slider same page. :(

    Thank you

    Best regards,
    Peter

    #536018

    Hi!

    It could be a performance issue. Please install a caching and minify plugin to improve the page load a bit. And add this in the functions.php file:

    add_action('wp_footer', 'ava_auto_resize');
    function ava_auto_resize(){
    ?>
    <script>
    (function($){	
    	var int = window.setInterval(function(){
    		$(window).trigger('resize');
    	}, 1500);
    	
    	$(window).load(function () {
    		setTimeout(function() {
    			clearInterval(int);
    		},  5000);
    	});
    })(jQuery);
    </script>
    <?php
    }

    Remove browser cache then reload the page.

    Cheers!
    Ismael

    #536507

    Hi,

    Do you prefer caching and minify plugin for enfold?
    I installed WP super cache with normal, recommended sets and copy the code to functions.php but nothing change…
    I tried browser hard reset too…

    I attached a video about the isseu.

    Best regards,
    Peter

    #537923

    Hey!

    We need the authentication details in order to access the dashboard. Please post it as well.

    Cheers!
    Ismael

    #538160

    Hello!

    At first type this:
    WP
    WP

    After, use the login details below.

    Thank you
    Best regards,
    Peter

    #540918

    Hi!

    login does not work for me. Please check.

    Regards,
    Andy

    #540939

    Hi,

    I have a two-level entry. At first use 1st login details after use the 2nd.

    I tested and the password is okay.

    Thank you
    Best Regards
    Peter

    #544688

    Hey!

    I think your background image does not show up, because of your caching plugin. Go into caching plugin’s settings and choose to switch off caching. Afterwards deactivate the whole plugin. Hard refresh a few times and check again.

    Regards,
    Andy

    #573001

    Alright, thank you! :) Please close this topic.

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Color section background image fixed attachment is not work’ is closed to new replies.