Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #1005473

    wordpress 4.9.8
    enfold 4.4.1

    2018-08-27_1556

    please help me thank you

    #1005494

    Hey decode,

    Can you disable caching and minification for now?

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1005896

    HI~

    I already disable caching and minification.

    #1005983

    Hi,

    The images load fine when I check. It takes a while but they eventually load. Try to add this script in the functions.php file.

    add_action('wp_footer', 'ava_auto_resize');
    function ava_auto_resize(){
    ?>
    <script>
    (function($){	
    	$(document).ready(function() {
               $('#top div .avia-gallery img').addClass('avia_start_animation');
    
            var int = window.setInterval(function(){
                $(window).trigger('resize');
                $(window).trigger('av-content-el-height-changed');
    	    }, 2000);
    	
            $(window).load(function () {
                setTimeout(function() {
                    clearInterval(int);
                }, 2000);
            });
    	});
    })(jQuery);
    </script>
    <?php
    }

    Best regards,
    Ismael

    #1006461

    thank you for you help, but I still has problem.

    #1006881

    hi~
    can this problem be resloved? Thank you.

    #1007017

    Chrome (can’t load image all) version 68.0.3440.106 (64bit)

    safari (not show content) version 9.1.2 (11601.7.7)

    #1007751

    Hi,

    Thanks for the update.

    We adjusted the code a bit. Please try it again.

    add_action('wp_footer', 'ava_auto_resize');
    function ava_auto_resize(){
    ?>
    <script>
    (function($){	
    	$(document).ready(function() {
               $('#top div .avia-gallery img').addClass('avia_start_animation');
    
                var int = window.setInterval(function(){
                    $(window).trigger('resize');
                    $(window).trigger('av-content-el-height-changed');
                }, 2000);
            
                $(window).load(function () {
                    setTimeout(function() {
                        clearInterval(int);
                    }, 2000);
                });
            });
        })(jQuery);
    </script>
    <?php
    }
    

    Best regards,
    Ismael

    #1007835

    HI~

    Thank you very much.
    It has improved, but not resolved all problem.

    I find that when I open the link with “http://XXXXX/#av-tab-section-1-2&#8221; the image will load all.

    But I open the link with “http://XXXXX&#8221; first and then click the tab “av-tab-section-1-2”, the image can’t load all.

    Some image still can’t show, the css class isn’t change to “avia_start_animation”.
    https://screencast.com/t/jWu0As7dUe

    But the other showing image’s css class is change to “avia_start_animation”.
    “avia_start_animation”.

    thank you very much.

    #1008706

    Hi,

    Thanks for the update.

    You can use this css code but it will remove the gallery animation.

    .avia_transform .avia-gallery-thumb img {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    Best regards,
    Ismael

    #1008773

    HI~
    I’ve remove the css code, and the problem is existing.
    please help me. thank you.

    #1009129

    Hi,

    Why did you remove it? You have to add that css code on the Quick CSS field.

    Best regards,
    Ismael

    #1009294

    hi~
    thank you.
    I can see all the image.

    But what is the problem? can I know that?

    And I find the new problem that “tab” content can’t show in safari.

    #1009563

    Hi,

    But what is the problem? can I know that?

    One of the theme scripts fails to apply the correct css class attribute to some of the gallery items so they don’t animate properly.

    And I find the new problem that “tab” content can’t show in safari.

    I’ll ask the team to check it on Safari.

    Best regards,
    Ismael

    #1010593

    HI~
    Have you confirmed the problem with safari?

    #1012523

    Hi,

    Yes, but unfortunately that is because the Safari version is really old and it is not something we can do with it.

    Best regards,
    Basilis

    #1012640

    Do you will repair this image problem in next new version?

    #1013717

    Hi decode,

    The tabs are working in Safari on my end.

    Best regards,
    Victoria

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