Okay
  Public Ticket #2353861
portfolio grid non-aligned
Closed

Comments

  • Nisage started the conversation

    Hi,

    I did some refresh of my website. I've just installed Proton theme updates and plugins updates. Since this, my portfolio grid is non-aligned. See capture in attachment... Is there any reason ?

    Thanks,

    Nicolas

  •  675
    Neuron replied

    Hi Nicolas,

    That's because of the Masonry layout in the portfolio.

    If you want to change that to fitrows

    - https://wordpress.org/plugins/insert-headers-and-footers/

    After installing go to the Settings > Insert Headers and Footers, add the following script in head or footer.

    <script src="https://unpkg.com/imagesloaded@4/imagesloaded.pkgd.min.js"></script>
    <script>
    jQuery(function($) {
        jQuery('.masonry').imagesLoaded( function() {
            jQuery('.masonry').isotope( function() {
                itemSelector: '.selector',
                layoutMode: 'fitRows'
            });
        });
        
    });
    </script>

    Kind Regards


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

  • Nisage replied

    Hi, thanks for your answer. I Did everything you said. Unfortunately, problem still there...

    Any other advice ?

    Regards,

    Nicolas

  •  675
    Neuron replied

    Hi Nicolas,

    Can you please provide me with your wp-admin, I will check it quickly.

    Make sure to tick private on the reply.

    Kind Regards


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

  •   Nisage replied privately
  •  675
    Neuron replied

    Hi Nicolas,

    It seems like there was an issue to the coding, I've fixed it.

    Check it now and let me know if is alrightsmile.png

    Kind Regards


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

  • Nisage replied

    Hi,

    It's perfect, thanks a lot !

    Regards,

  •  675
    Neuron replied

    You're welcome anytimesmile.png

    Kind Regards


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