We’re migrating to our new support system at https://support.neuronthemes.com/ please create an account and submit all new support tickets there to ensure faster and more efficient assistance.
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 ?
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
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.
Hi, thanks for your answer. I Did everything you said. Unfortunately, problem still there...
Any other advice ?
Regards,
Nicolas
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.
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 alright
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.
Hi,
It's perfect, thanks a lot !
Regards,
You're welcome anytime
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.