Viewing 15 replies - 1 through 15 (of 18 total)
  • Plugin Contributor Ryan C.

    (@ryancowles)

    Hi there! Could you post your site URL here, so I can have a look?

    Thread Starter Ali WP

    (@ali-wp)

    Plugin Contributor Ryan C.

    (@ryancowles)

    Thanks for the link! I suspect that your theme might be responsible for resizing the social media icons. Can you temporarily revert to a default theme, like Twenty Fifteen, and see if that resolves the issue? If it does, we can confirm that it’s an issue with your theme and we can work towards a fix.

    Please let me know about the above, and we can go from there!

    Thread Starter Ali WP

    (@ali-wp)

    I use Twenty Fifteen theme and the new social networks share buttons are small again
    can you fix it? that is important for me

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    The sharing buttons appear to be displayed properly on your site now. Did you manage to solve the issue on your end?

    If you still experience issues, could you post another screenshot of how things look like on your end? The screenshot you posted earlier isn’t accessible anymore.

    Thanks!

    Thread Starter Ali WP

    (@ali-wp)

    the new social networks share buttons are small not all of social networks share buttons
    you can see screenshot and site
    https://s7.picofile.com/file/8253632184/1.jpg

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    By “new”, are you referring to the PDF icon?

    If so, that’s something you can change by adding the following CSS to your theme stylesheet, or to your custom CSS editor available under Appearance > Edit CSS in your dashboard:

    .sharedaddy .sd-content ul li a.share-custom-pdf span {
    	background-image: none !important;
    }
    
    .sd-social-icon .sd-content ul li.share-custom-pdf a.sd-button {
    	background: url( 'https://elmyarticle.ir/wp-content/plugins/pdf-print/images/pdf.png' ) #D93A44 center center !important;
    }
    Thread Starter Ali WP

    (@ali-wp)

    I put PDF icon for test it can be all of social networks that there isn’t in jet pack
    I put your code in style.css and its maybe works how about other social networks

    Thread Starter Ali WP

    (@ali-wp)

    your code is good but this problem should be fix it jet pack

    Thread Starter Ali WP

    (@ali-wp)

    new social networks share buttons circle are a little lower than other social networks share buttons

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    I put PDF icon for test it can be all of social networks that there isn’t in jet pack

    That’s indeed the expected behaviour. That’s how custom sharing services will look like, because we can’t use an icon font and a background color for these buttons, like we do for the other services.

    You will consequently need to use CSS to customize each custom sharing button you create, following the pattern I used for the PDF button above.

    I hope this helps.

    Thread Starter Ali WP

    (@ali-wp)

    new social networks share buttons circle are a little lower than other social networks share buttons

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    I don’t see that issue on your site at the moment:
    https://i.wpne.ws/gK8d

    If you’d like to move the icons or the circles a bit, you can use CSS as well. If you’re not familiar with CSS, you can check this tutorial to find out more about how to use specific selectors to change the look of an element on your site:
    https://dailypost.wordpress.com/2013/07/25/css-selectors/

    Thread Starter Ali WP

    (@ali-wp)

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    I still see the old version of the button:
    https://i.wpne.ws/gKDK

    Could you apply all the changes, and then let me know so I can take another look?

    Thanks!

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘The new social networks share buttons are small’ is closed to new replies.