Hello
I used AddToAny plugin to add share buttons on my page. But because my template Newspaper>Gossip is split on more sections, share buttons are all over the page.
Here you can check: https://bit.ly/2VzqcCz
Can somebody help me? Maybe some css for AddToAny plugin will help.
Hello !
Unfortunately Addtoany plugin is untested by our team so we cannot offer support for this issue. You can try using this options wich are included in the theme: https://www.screencast.com/t/uBnWMrs9Alj
Thank you !
Hi Vlad S
It is problem of the template. Every plugin which is inserting something to the page has problem with template. I already solved problem with for example problim with facebook comments and adInserter on my page.
Please see this: https://forum.tagdiv.com/topic/facebook-fancy-comments-plugin-unreasonable-issue/
So I was hoping that somebody can help me with css for AddToAny…
Thanks for reply 🙂
Hi,
Unfortunately we cannot offer support for untested plugins, but a little piece of css I will try to provide to you, hope this will work for you, try this custom css
.addtoany_share_save_container{
text-align: center;
}
https://www.screencast.com/t/hpMqpggji
Thank you!
Hi Calin
here is CSS which worked for me this time:
.single .addtoany_content,
.single .heateor_addtoany_content {
display: none;
}
article .tdb_single_content .addtoany_content,
article .tdb_single_content .heateor_addtoany_content {
display: inline-block;
}
I hope that it will help you guys making this templates even better. I am already using your templates on 3 sites, and I will use them in futer.
Thanks lot for support.
-
This reply was modified 7 years by
llubbo.