 
	
		Tagged: masonary
- 
		AuthorPosts
- 
		
			
				
September 5, 2014 at 2:44 am #313724Hi, I just set my front page as a masonary blog but the feature images set for each blog post are overlapping each other when the page is first loaded, i.e. the excerpt and titles are hidden by the feature images above it. Only after one or two page reloads does this get fixed to display correctly each posts feature image and blog title/excerpt, with gaps Hope you can help! Thanks 
 JoshSeptember 5, 2014 at 2:50 am #313726Seems to be related to the RH sidebars.. September 5, 2014 at 3:38 am #313749Did away with RH sidebars, still getting the overlap problem - 
		This reply was modified 11 years, 1 month ago by nzjosh. 
 September 5, 2014 at 5:13 am #313789Also, the excerpt sometimes shows 2 lines and most others 1 line, creating a staggered look to the blogs layout. How can i fix this? and can we get more of an excerpt, say a 20-30 words? tHANKS! September 8, 2014 at 11:53 pm #315413Hi, Try adding this at the very end of your theme functions.php file: function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery(window).trigger('resize'); }); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards, 
 JosueSeptember 10, 2014 at 8:37 am #316370Thanks Josue, unfortunately hasn’t helped. Any other suggestions? Also how can i get the excerpt to be one or two lines long, not randomly 1 or two as is now? It misaligns the blog posts.. Josh September 10, 2014 at 12:20 pm #316449Hi Josh! It’s not random, that’s happening because of some posts have larger excerpts than others, you can equalize them with this code in Quick CSS: .av-inner-masonry-content.site-background { min-height: 135px; }Best regards, 
 JosueSeptember 10, 2014 at 12:39 pm #316469thanks! Is there a way to change length of excerpt? - 
		This reply was modified 11 years, 1 month ago by nzjosh. 
 September 10, 2014 at 1:39 pm #316539Hey! You can change the excerpt by editing the Post (Screen Options > Excerpt). To change the default excerpt length, try: 
 http://matthewfecher.com/webdesign/wp-quick-tip-how-to-change-the-excerpt-length/Best regards, 
 Josue
- 
		This reply was modified 11 years, 1 month ago by 
- 
		AuthorPosts
- You must be logged in to reply to this topic.
