AddToAny plugin inserting share buttons randomly on page *TEMPLATE ISSUE*

Posted in: Newspaper
Post count: 27

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.

Post count: 18283

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 !

Post count: 27

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 🙂

Post count: 35449

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!

Post count: 27

Hi Calin

Thank you for your help. I wanted to remove that 3 sharing button which you pointed.

Post count: 35449

Hi,

Unfortunately this code is all I can do for you, hope this will help you with that plugin.
.td-footer-page .addtoany_content {
display: none;
}

Thank you!

Post count: 27

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.
Post count: 35449

Thank you for sharing with us!

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.