Okay
  Public Ticket #2045865
Blog carousel
Closed

Comments

  • Phunkemedia started the conversation

    Hello,


    This website is almost ready to launch but I can't figure out why the blog carousel is taking so long to load on the home page. Sometimes it doesn't ever load when testing on iPad or iPhone.

    I've tested the exact caroursel on a separate page and it loads immediately. Trouble is, I need it on the home page. 

    Can you please let me know what I can do to resolve this issue?

  •  675
    Neuron replied

    Hi,

    There could be chance that the javascript animations are taking some time to load, it can happen for many reasons, I will list you below the solution.

    1) Install and activate the plugin. https://wordpress.org/plugins/insert-headers-and-footers/

    2) Go to its settings and add the following script.

    <script>
    jQuery(function($) {
        setTimeout(function() {
            window.dispatchEvent(new Event('resize'));
        }, 400);
    });
    </script>

    Feel free to ask for anything you need.

    Kind Regard


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Phunkemedia replied

    Thank you for your suggestion. I've done as advised but it is still doing the same thing :/

    After coming back to my mobile several minutes later, it was visible but still not on the iPad, yet I can see it is still trying to load. 

    I've now launched the website and you can view it from here. https://www.billowerrealestate.com.au/ Can you please tell me if it loads quickly/at all for you? (works fine on the Buy page https://www.billowerrealestate.com.au/category/property/)

  •  675
    Neuron replied

    Hi,

    It load quite fast for me, it's alright. I've tested it on many browsers, no issues.

    You're right about it, can't still see what issue is happening. Can you please try adding the following CSS, I'm sure it will work with this one, because the issue is on the animation.


    @media (max-width: 991px) {
        .l-blog-wrapper .l-blog-wrapper__posts-holder.l-blog-wrapper__posts-holder--meta-outside .o-blog-post {
            visibility: visible !important;
        }
    }

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.