@ Carrie
Ok, I tracked down the issue. It was related to the “Grab the first post image” option in Divi. The way it processed the post content conflicted with the insertion of the category list/image grid. Basically there is logic in Connections to ensure it is only output once. When Divi processed the post content looking for an image that would make Connections think that the category list/grid was already displayed.
To address this I added a “shim” to Connections. This shim hooks into Divi and if the [connections] shortcode on the page it tells Divi not to process the post content for the first image. Divi itself has similar logic for WooCommerce and BuddyPress so their pages are excluded too.
I’ve added this to the Connections codebase so this will be included future updates to Connections.
Hope this helps!
