Naz Oke
asked 9 years ago

Hi friends

1- How can I show more than two numbers on my social share panel ?

For exemple, if I have 154 sharing or 1562, I can see only 15…

You can check it here http://www.kedistan.net/2015/10/11/ankara-pour-la-paix-105-vies-fauchees/

You can compare with the jetpack sharing tool, at the end of the post.

2- Is it possible to disappear linkedin and google+ ?

Thanks 🙂

2 Answers
DominicStaff
answered 9 years ago

Hi,
To resolve this issue, you can add the following code to the Custom CSS:

.single #main>.post .entry-sidebar .entry-sharing .count {
   width: 34px;
}

About question2, you can tell me detail about it.
Regards,

nazou
replied 9 years ago

ok… my poor english 🙂
I want to keep the facebook, twitter, mail and print buttons, but remove google + and linkedin.
Thank you for the counter, it’s perfect.

dominic Staff
replied 9 years ago

You can add the following code to the Custom CSS:

.single #main>.post .entry-sidebar .entry-sharing .list-group-item #linkedin, .single #main>.post .entry-sidebar .entry-sharing .list-group-item #google-plus {
    display: none;
}

Or you can open the template-tags.php file and remove the line 37 & 38.
Regards,

nazou
replied 9 years ago

the code do not work… when I save my css, the code is removed.
but it is ok with template-tags.php
thank you again.

dominic Staff
replied 9 years ago

My confusion about css code. When you add the code line to the Custom CSS, you should remove the ">" character.

nazou
replied 9 years ago

Dominic,
Yesterday, when the code didn’t work i tried the template-tags.php file solution (line 37&38). It was ok. I saw the result. Today I see that facebook and twitter was also removed with linkedin and google+
I saved a copie of this file before change it. I replaced the original.
clear the cache, but I still have, just e-mail and print…
Can you check it please…
It wasn’t a prim problem, I prefer to have linkdin and google+, if I have to lost all 😉

dominic Staff
replied 9 years ago

Please accept my apology for the delay in getting back to you. About this issue , you can send me username & password of your site, for further checking.

DominicStaff
answered 9 years ago

Please check your site. it shows now.

nazou
replied 9 years ago

Perfect ! thanks again.

Powered by DW Question & Answer Pro