masonry

Unpleasant header behaviour after update

Hello, Since a few days I noticed a very unpleasant “shake” effect on the header of one of my clients’ site. I have created a test environment with no child theme and no plugins (except GP Premium). This behaviour can be seen when clicking on category menus items : https://test.ere-digitale-en-resumes.com/categorie/blog/ https://test.ere-digitale-en-resumes.com/categorie/blog/ This happens only when … Read more

How to add masonry for part of the page

Hi, the page layout should be: * articles in a short view (title, date), max. 10 * articles in masonry + paging I was looking for some howto, didn’t find anything. I know that the wrapper is .masonry-container but there’s a class for body tag (masonry-enabled) which makes masonry from the first part of the … Read more

Magazine layout crashed

Hi Tom, I encountered a major problem, I cannot solve… I use Simple CSS on my private site. With your support I once created a nice magazine layout… but that recently crashed. I updated GP + GPP, but it needn’t to correspond – perhaps it was another plugin, that causes the problem. Anyway I set … Read more

Allow me to enable masonry on single templates

Hi there, I use a combination of custom post types, where I show an archive of an post type B in the single view of post type A. I know that this probably is an edge case, but thats what filters are for. But: While I can add the post classes via the post_class filter, … Read more

Masonry blog does not work so well in Firefox

Dear support I’ve discovered that Masonry blog does not work as expect in Firefox when I scroll down until the bottom. You can see in my screenshot the last posts are overlapped. Also, I’ve desactivated all plugin (except ‘GP Premiun’) for testing purpose but the issue still continues. Would you mind take a look what … Read more

Masonry for custom page templates

Hi Tom I’m trying to update to the latest version, but it removes the masonry from my custom page templates. I’m using a static front page and parent pages with custom ‘new WP_Query’ loops (in a child theme), with the ‘generate_blog_masonry’ filter. My live site is still on GeneratePress 1.4 and GP Premium 1.4.3, while … Read more

Remove indent/padding on featured images (masonry)

My posts’ home page is set up using masonry in 2 columns. The right (and only) sidebar also displays related posts. In the Customizer (Layout/Blog), I’ve set featured images to appear as follows: Location: Below title Alignment: Left These settings apply to archives, posts, and pages. My problem is that on the Posts page and … Read more

Masonry featured image problem

Hello. I have a problem with featured image on home page with masonry. At the first page it’s working well but when you press “load more” posts appear without image. Already tried: clean cache, rebuild thumbnails. Doesn’t work. Please help.

Masonry for custom post types

Hi, I’m using the generate_blog_masonry filter to display certain pages with the masonry layout. However, after upgrading to 1.5.2 it’s not working anymore. That’s my code: add_filter('generate_blog_masonry','generate_blog_enable_post_type_masonry'); $masonryPages = array(133,266,301); function generate_blog_enable_post_type_masonry() { global $masonryPages; if(in_array(get_the_ID(),$masonryPages) || is_home()) { return 'true'; } return $masonry; } Any help is greatly appreciated!

Masonry problem in GP 1.5

I’m having a problem with masonry in GP 1.5. When I click the load more button posts are not loaded, I just get empty space instead. I thought it was because of the caching plugin, but I cleared the cache and the problem remained. For now I had to revert to GP 1.4.3. The website … Read more