Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter earthseacreative

    (@earthseacreative)

    Hi there,

    Really really hoping to resolve this issue so I can continue to use the plugin, otherwise I will have to uninstall.

    Can someone please help me?

    Plugin Author Sarah

    (@shen045)

    I’m happy to have a look. It sounds like a stylesheet issue so I can probably give you something to put in your theme’s CSS to fix the issue. I gather you’ve disabled the plugin for now – if you want me to have a look, just turn it on and let me know and I’ll have a look for you.

    Thread Starter earthseacreative

    (@earthseacreative)

    Hi Sarah

    Thank you so much I would really appreciate you taking a look as I love the plugin.

    I’ve just reinstalled it and it’s live.

    I noticed that the share buttons show up on all Posts, but there are times when a Post is actually a landing page (via another plugin) so I don’t want the share buttons to come up on the landing pages.

    Is there any way to add a line of code that will exclude the share buttons from a landing page? All landing pages have the prefix earthandsea.com.au/go so this is a way to differentiate between a normal post and a landing page.

    Here’s an example page where I would prefer not to have the share buttons show up:
    https://earthandsea.com.au/go/earth-soul-food-volume-one/.

    Thank you so much Sarah.
    Warm regards
    Merryn

    Plugin Author Sarah

    (@shen045)

    Hi Merryn,

    To get rid of the grey dots, you can add this code to your style.css file in your theme:
    .crafty-social-buttons ul li:before { content: ''; }
    .crafty-social-buttons ul li { padding-right: 0.5em; }
    You can adjust the 0.5em padding to be larger or smaller as you’d prefer.

    To hide the whole sections on the landing page, I think you should be able to just add this style to your style.css file:
    .single-landing-page .crafty-social-buttons { display: none; }

    Hope this helps – let me know if you have any issues with this.

    Cheers,
    Sarah

    Thread Starter earthseacreative

    (@earthseacreative)

    Thank you so much Sarah. I really appreciate your help.

    Thread Starter earthseacreative

    (@earthseacreative)

    One more quick question. Where in the style.css file do I add the code? Anywhere between the header and footer?

    I’m still learning ??

    Plugin Author Sarah

    (@shen045)

    It is probably best (and easiest) to just add those three lines right at the end of the file – that ensures that nothing else will override or interfere with them ??

    Cheers,
    Sarah

    Thread Starter earthseacreative

    (@earthseacreative)

    Hi Sarah

    It worked! Yahoo!! Thank you sooo much ??

    Warm regards
    M

    Plugin Author Sarah

    (@shen045)

    Awesome!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Grey dots appearing at the bottom of the share buttons’ is closed to new replies.