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

    Hello, thanks to this great theme ENFOLD.
    I just have a problem with masonry display on firefox + internet explorer.
    the image are dispaying one on the top to the other one…..
    http://www.2diaz.com/
    the problem desapear if we recharge the page….but i want to get it working on the first load….
    thanks in advance for your help…

    #309432

    screen shot here , http://www.2diaz.com/problem/

    #309530

    Hey!

    This is how it looks on my end on Firefox 31 on OS X 10.9.4 – http://i.imgur.com/C6kZy0o.jpg
    Which OS are you using?

    Regards,
    Yigit

    #309734

    Hi, thanks to help me,
    I am on Firefox 31 + Windows 8.1 Pro x64,… http://www.2diaz.com/problem/Sans-titre-2.jpg
    But these problem appear just at the first load….
    Any idea ?
    Best regards.
    Damien

    #309735
    #310176

    Hey!

    The main page in your link only has a single item so I’m not seeing any issue on my end. As far as I know this hasn’t been reported as a bug at this point by anyone else.

    Regards,
    Devin

    #310290

    Hi Devin,
    Even these is just 1 item in my first page, these is a display problem, have a look to this image when i am re loading the page the display is correct ; http://www.2diaz.com/problem/Sans-titre-10.jpg
    here one more sample before and after re load ;
    http://www.2diaz.com/problem/Sans-titre-11.jpg
    http://www.2diaz.com/problem/Sans-titre-12.jpg
    these is a real problem.
    best regards.
    Damien

    #310375

    Hi!

    Thank you for the screenshots.

    I checked the website on Firefox Windows 8 but I don’t see the issue even on first load. Have you tried installing a cache plugin?

    Best regards,
    Ismael

    #310452

    Hi,
    i use W3 Total Cache and I saw this issue on all the firefox and ie machine we test….
    If you empty cache and you go to http://www.2diaz.com + one of the menu paintings, you have a correct display on Firefox ?
    Best regards.
    Damien

    #311165

    Hi,

    Try adding this at the very end of your theme / child theme functions.php file:

    function add_custom_script(){
    ?>
    <script>
    (function($){
        $(window).load(function() {
        	$(window).trigger('resize');
        });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_script');

    Regards,
    Josue

    #311276

    Hi Josue,
    thanks for your help…
    i tried to add our code at the very end of /2diaz.com/wp-content/themes/enfold/functions.php and after to /2diaz.com/wp-content/themes/enfold/functions-enfold.php, but on these two side i get a complete white screen on back and front end web site.
    May i did something wrong?
    so i reload original version of the php files.
    Regards.
    Damien

    #311305

    Hi Demien!

    You need to add it once, to functions.php only.

    Cheers!
    Josue

    #311496

    Hi Josue,
    yes i know, i did it once to /2diaz.com/wp-content/themes/enfold/functions.php and i get a complete white screen on back and front end web site. So i try after with /2diaz.com/wp-content/themes/enfold/functions-enfold.php only and the same thing happen.
    Any ideas ?
    I can give to you my id and pass if you want to have a look inside…
    I have to close my website because many people write to me about this display problem….
    Thanks.
    Damien

    #313154

    Hi Damien,

    Please create us a temporary administrator account, post it here as a private reply.

    Regards,
    Josue

    #313230
    This reply has been marked as private.
    #313696

    Hey Damien!

    Check it now, i added the code here.

    Cheers!
    Josue

    #313894

    Hey Josue,
    ok it was in PLUGIN / EDITOR /…
    GREAT ! It is working nice now….
    THANKS A LOT FOR YOUR SUPPORT !!!!
    have a nice day,
    Best regards.
    Damien

    #314132

    You are welcome Damien, always glad to help :)

    Regards,
    Josue

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