-
AuthorPosts
-
September 4, 2018 at 12:12 pm #1005473September 4, 2018 at 12:43 pm #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,
VictoriaSeptember 5, 2018 at 7:25 am #1005896HI~
I already disable caching and minification.
September 5, 2018 at 10:45 am #1005983Hi,
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,
IsmaelSeptember 6, 2018 at 6:08 am #1006461thank you for you help, but I still has problem.
September 7, 2018 at 4:36 am #1006881hi~
can this problem be resloved? Thank you.September 7, 2018 at 10:14 am #1007017Chrome (can’t load image all) version 68.0.3440.106 (64bit)
safari (not show content) version 9.1.2 (11601.7.7)
September 10, 2018 at 5:03 am #1007751Hi,
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,
IsmaelSeptember 10, 2018 at 10:10 am #1007835HI~
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” the image will load all.
But I open the link with “http://XXXXX” 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/jWu0As7dUeBut the other showing image’s css class is change to “avia_start_animation”.
“avia_start_animation”.thank you very much.
September 12, 2018 at 5:52 am #1008706Hi,
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,
IsmaelSeptember 12, 2018 at 7:56 am #1008773HI~
I’ve remove the css code, and the problem is existing.
please help me. thank you.September 13, 2018 at 12:53 am #1009129Hi,
Why did you remove it? You have to add that css code on the Quick CSS field.
Best regards,
IsmaelSeptember 13, 2018 at 9:44 am #1009294hi~
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.
September 13, 2018 at 5:57 pm #1009563Hi,
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,
IsmaelSeptember 17, 2018 at 7:08 am #1010593HI~
Have you confirmed the problem with safari?September 20, 2018 at 11:47 pm #1012523Hi,
Yes, but unfortunately that is because the Safari version is really old and it is not something we can do with it.
Best regards,
BasilisSeptember 21, 2018 at 5:29 am #1012640Do you will repair this image problem in next new version?
September 24, 2018 at 5:21 pm #1013717Hi decode,
The tabs are working in Safari on my end.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.