Blog masonry aligned Posted in : Read WP emocionParticipant 19 August 2014 at 20:39 #15680 Hi, again Is it possible to create a blog masonry aligned with the aligned elements such as the right of the image without taking different heights as default? https://imageshack.com/i/ez1V6Kb8j Thank you very much for support. emocionParticipant 20 August 2014 at 12:39 #15692 Hello I’ve been testing and the possibility to do it manual is write an excerpt of the same length and use featured images of the same size so that they are at the same height. Is this the only possibility? Thank you :) emocionParticipant 20 August 2014 at 14:26 #15694 I found a example with aligned at the same height but different excerpt length of images, titles and texts >> https://imageshack.com/i/hjMmpmVMj Is that possible in read wp theme? Thanks! Mehmet S.Keymaster 21 August 2014 at 23:58 #15704 Hi, – open js/main.js file. – find: // BLOG MASONRY // cache container var blogAnimEngine = $.browser.mozilla && $.browser.version > '2' ? "jquery" : "best-available"; var $containerBlog = $('.blog-masonry'); if($containerBlog.length) { $containerBlog.imagesLoaded(function() { setMasonryBlog(); $(window).resize(function() { setMasonryBlog(); }); // initialize isotope $containerBlog.isotope({ itemSelector : '.hentry', layoutMode : 'masonry', animationEngine : blogAnimEngine }); setTimeout(function() { setMasonryBlog(); }, 1000); }); } // if($container.length) – edit layoutMode to: layoutMode : 'fitRows', emocionParticipant 22 August 2014 at 01:50 #15713 Mehmet THANKS again!!!!! Mehmet S.Keymaster 22 August 2014 at 07:04 #15718 You are welcome. Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in and have valid license to reply to this topic. License required for the following item Read WP - Minimalist WordPress Blog Themeby pixelwars Login and Registration Log in · Register