Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #710819

    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,

    #711390

    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

    #711498

    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.

    http://imgur.com/a/euGNo

    #711503

    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

    #711515

    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.

    http://imgur.com/a/TACMX

    #711571

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .sumome-share-client-wrapper {
        padding: 20px 0;
    }

    Best regards,
    Rikard

    #711680

    Hello Rikard,

    I added the code but its now working for some reason.

    Best Regards,

    #711737

    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

    #711785

    Hello Nikko,

    Jep now its working, thanks:)

    #711837

    Hey!

    Glad we could help :)

    Regards,
    Nikko

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.