Plugin Contributor
Leland
(@addthisleland)
Hi Dean!
Thanks for contacting AddThis Support π
I wasn’t able to replicate your error but I’ve seen this issue before and it’s usually being caused by one of your browser extensions.
Can you try opening in Chrome Incognito mode and see if the console errors appear?
Thanks,
Leland
Thread Starter
Dean
(@deane1)
It appears one of my crypto extensions was causing the issue. Thanks Leland. Great plugin btw.
ony more question,
Is there a way I can add padding by percent (em) to the vertical share widgets on desktop so they are closer to my content and not on the outside edge of my browser?
I was able to do it with google console but I could not find the source file to make the change permanently
Plugin Contributor
Leland
(@addthisleland)
Hi Dean,
Yes! You can move the floating share button a bit to the right by targeting its CSS class.
Try inserting this CSS rule into your stylesheet (you may have to adjust the ’em’ value to the desired positioning):
.at4-share{padding-left: 1em!important}
Let me know if that works!
Thanks,
Leland
Thread Starter
Dean
(@deane1)
That mostly did the trick. It caused the total number of shares to be placed to the top right of the share buttons though, the only thing I modified with your code was I changed the 1 to a 16. Is there any way to force the blocks to stay inline vertically?
Plugin Contributor
Leland
(@addthisleland)
Can you try adding in this rule in your stylesheet as well?
.at-custom-sidebar-counter {display: block !important;}
Let me know if this works!
Thanks,
Leland
Thread Starter
Dean
(@deane1)
That did not do the trick.
I think I might just leave it on the edge. On my smaller screened laptop, it put the share icons in the middle of my content.
I’m sure there is a way to lock to the edge of the content, but it’s not that important to me right now.
maybe a future update π
Thanks again leland.
@newview08 – That error typically appears when someone has a privacy-related browser extension (ad blocker or similar). As a quick test, you could try opening the page in an Incognito window, which will likely disable the browser extension.