Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #397214

    Hey guys, I’m hoping you can help, i’m having issue with the stacking of items within my portfolio grid on the homepage (http://www.mattlalande.com/). They’re supposed to fit back to back with no margin or padding row to row and column to column, but when i enter the page after clearing my cache i get 2 different result.

    1. The rows are separated by around 30px on desktop, until you click on none of the filters then it goes back to how it should look.
    2. Sometime all the elements in the grid seem to stack up and overlap one another, with the 4 icons that sit below overlapping as well.

    Have you any idea what the issue might be?

    Much appreciated.

    #397311

    Hi!

    I’m not seeing that 30px separation on my end (http://screencast.com/t/bGtp5K0jlSNS), can you post a screenshot of your view?

    Regards,
    Josue

    #399952

    Hi Josue,

    I’ve taken screen shots of both of the situations, one with the overlap, and the other with the 30px-ish gap between the items.

    See images here:

    https://www.dropbox.com/sh/blwpz9qa4oz20de/AABwLALzzLD2axeRiqVX4aSua?dl=0

    Thanks.

    Matt

    #399957

    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() {
        	$(this).trigger('resize');
        });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_script');

    Regards,
    Josue

    #401820

    That seems to have done the trick! Thank you so much Josue!

    #401892

    You are welcome, always glad to help :)

    Regards,
    Josue

    #402177

    Hi Josue,

    So i thought it had fixed the issue, but i checked out the site on my iPad yesterday and i still have the same issues, see below:

    https://www.dropbox.com/sh/blwpz9qa4oz20de/AABwLALzzLD2axeRiqVX4aSua?dl=0

    You’ll also see in one instance, the footer is being pulled up above the bottom of the portfolio grid.

    Any suggestions?

    Thank you!

    Matt

    #404208

    Hey Josue,

    Wondered if you had any more thoughts on the problem, it seems to be persisting, along with another issue of uneven project squares. I’ve included more sample imagery in the Dropbox folder link:

    https://www.dropbox.com/sh/blwpz9qa4oz20de/AABwLALzzLD2axeRiqVX4aSua?dl=0

    I would really Really appreciate your help.

    Cheers

    Matt

    #404246

    Hi,

    Can you please create me a WordPress administrator account? post it here as a private reply.

    Regards,
    Josue

    #404564

    Hi Josue,

    I actually managed to figure it out. I had a plugin installed (BJ Lazy Load) which seemed to be conflicting with the Portfolio Gallery. I deactivated it and now it’s working fine.

    With regards to the image size issue – i was able to upload a larger image that prevented that from happening.

    Thanks for the response though.

    Matt

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Portfolio Grid stacking incorrectly’ is closed to new replies.