Sharing Icons on a per-post basis?

Posted in: Newspaper
Post count: 32

Is it possible to set for each post or page whether you have the sharing icons on the top of the page, bottom, or both? I have my default set to both, but I’d like to hide the top sharing for some pages and posts. Thanks! http://www.HowNotToSail.com

Post count: 20688

Hi,

You mean the post sharing? – http://prntscr.com/mgagsw this will appear only in the post pages. One way of removing it for specific posts would be to use some CSS.

For example by using the unique post ID, and remove the top sharing
http://prntscr.com/mgahg7
Or bottom sharing – http://prntscr.com/mgahw4
These are the codes used in the example

.postid-1003 .td-post-sharing-top {
display: none;
}
.postid-1003 .td-post-sharing-bottom {
display: none;
}

Or use cloud post templates, you can design these with the composer
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Here you can preview and even edit the cloud post templates designed by us
https://affiliate.tagdiv.com/#/load/Single
It can be seen that the sharing is an element in this post templates, so you can use a template that contains the sharing element, and another one that doesn’t. Apply them to the posts as needed.

Thanks

Post count: 32

Perfect, thanks, Simion!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.