@phbyerly – When we originally scanned data for https://www.the-generous-husband.com/ after Related Content was activated, we only had 4 entries cached, which is why you see 4 and not 6 recommendations. I reset the cache, but we are currently doing work on both our Analytics (which is used to generate your recommendations) and the Related Content feature. I’ve reloaded your Related Content data, and now, recommendations should not be visible on your site until we finish work on our updates. Your case details have been added to engineering ticket ID SHR-616.
@nata?a – I can also add your case details to this ticket if provided with your URL. We expect to have the problem fixed within the next couple weeks.
@phbyerly – Concerning the rendering of the Related Content feature, last week, we started experimenting with a double-line style (3×2: three to a line with two lines) as it has been requested by multiple publishers in our community since the release of version 7.
We haven’t yet made a decision about this feature and are still tweaking the overall app styles as well as working to add more options into the edit panel to introduce additional automatic customization functionality.
The Related Content feature is currently being revamped in both backend code and styling flexibility. We appreciate your patience as we continue to enhance our plugin and are thankful to receive your feedback.
The app is still responsive, so the width of your content does factor into how the app is rendered on your site (most will see two-lines, but in your case, for https://www.the-generous-wife.com/ due to your theme settings, the six tiles are appearing on one line so that the thumbnails aren’t stretched beyond a certain width).
In the 6-recommendations style, you can remove specific tiles using the following:
.shareaholic-recommendations.shareaholic-contains-6 .recommendation-4,
.shareaholic-recommendations.shareaholic-contains-6 .recommendation-5,
.shareaholic-recommendations.shareaholic-contains-6 .recommendation-6 {
display:none;
}
Place this in your theme’s stylesheet (styles.css).
Because we are still tweaking the styles, the changes we make will reflect on the recommendations that do show, but if, just in case, we do not continue with the six recommendations on two lines, the custom styling (hiding certain recommendations) will no longer be applied as it is contingent on the current 6-recommendations count.