Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #533789

    Hi !

    i have some big issues on most of the photos on iPhone and iPad :(
    Some are showing normaly, and the others don’t… just “image could not load” when i press on the white square.

    The problem is here :
    http://iidev-international.org/index.php/portfolio/

    and in the 5 albums too, like this one :
    http://iidev-international.org/index.php/portfolio-item/les-rendez-vous-sante/

    All the other pictures are working great, i don’t understand why just some randomly don’t work :(
    Thx for you help.

    Ben.

    edit : sorry Coming soon mode was activated

    • This topic was modified 8 years, 4 months ago by Minalak.
    #534003

    up

    the problem is just with the portfolio item, all the others pictures works well, i don’t understand….

    • This reply was modified 8 years, 4 months ago by Minalak.
    #534616

    Hi!

    Thank you for using Enfold.

    I checked the pages and all images are loading. Could you please provide a screenshot of the issue? Try to 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.

    Best regards,
    Ismael

    #538753

    Sorry, the problem was from my client files. He puts “é” in the pictures’ name, that was the origin of the bug on iDevices.
    Working well now !

    #539365

    Hi,

    Great, glad you found the problem :-)

    Regards,
    Rikard

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