Hello,
I know, that Enfold has the social sharing built in buttons but what is the easiest solution to add social share counter so the visitors would know how much this post has been shared.
Best Regards,
Hey pimroll,
Enfold doesn’t have a social share counter feature, so the easiest way is to use plugins, try using one of the plugins recommended here: http://www.bloggingwizard.com/top-wordpress-social-sharing-plugins-2014/
Best regards,
Nikko
Hello,
I installed the sumome plugin and inserted the share buttons but how can I remove the space between the tags and share buttons.
I would like to place the share buttons below the tags without the space.
Hi,
Try to add this code in Quick CSS:
.single .entry-content-wrapper > .post_delimiter {
margin-bottom: 0;
padding: 20px 0 0;
}
Best regards,
Nikko
Hello,
Thanks it worked, one last thing can you please give me the code to be able to add a space between the share icons and the heading of the related post title.
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.sumome-share-client-wrapper {
padding: 20px 0;
}
Best regards,
Rikard
Hello Rikard,
I added the code but its now working for some reason.
Best Regards,
Hi!
I would like to confirm if it’s working? please tell us if works, if no try using this code:
.sumome-share-client-wrapper {
padding: 0 0 40px !important;
}
Cheers!
Nikko
Hello Nikko,
Jep now its working, thanks:)
Hey!
Glad we could help :)
Regards,
Nikko