Genesis Simple Share icons in post list
-
I’m building out a page using Thrive Architect, and using a post list to feature posts from a specific category. When I do this, the link to read more is replaced by the Genesis Simple Share icons, as can be seen in the screenshot below:
https://drive.google.com/open?id=1RVm9BaXkor1jiqVSvH2x-XcbWjP4uM4b
My Simple Share setting are set to display after the content on posts, so this setting seems to be carrying through to a post list as well as the post itself.
I’ve been running a couple of tests, and can confirm that when I deactivate Genesis Simple Share the post list displays as it should. It seems like the plugin is:
– Removing the ahref for the “read more” link for each post in the list
– Placing the social icons in a “share-after” divExample page here: https://confidence.coach/leadership-articles/ (password: excerpt)
I’ve tried removing the icons through CSS with the style below:
.tcb-post-list .share-after {
display: none;
}This works, but as the plugin also removes the “read more” link it’s still not right. I’d love to be able to force GSS to *not* display on a post list, *not* on specific pages, or *only* on posts.
I’d love any input on fixing this one ??
Best
SThe page I need help with: [log in to see the link]
- The topic ‘Genesis Simple Share icons in post list’ is closed to new replies.