Hello, I want to show all the share icons automatic.
User don’t need to click in the “plus” button to colopse.
Thanks
Hi,
Some share buttons like Whatssap are hide on desktop and show only on mobile.
In order to achieve all share buttons in post you can use some single post templates from tagDiv Cloud Library for example single post template 29 -> https://www.screencast.com/t/2nEWawCqLM will show all share buttons in one line ( all share buttons that are for desktop ).
Thank you for your understanding!
Hey, calin.
Can you help me to auto show icons in my custom template?
Check here please my example:
https://livecoins.com.br/como-construir-uma-blockchain-hyperledger-primeiros-passos/
I need to show icons without click on the plus button:
How I need:
http://prntscr.com/okv5d1
How is now:
Hi,
In order to sow the share buttons you can sue this custom css -> http://prntscr.com/oldk2t
.single .td-social-sharing-hidden .td-pulldown-filter-list {
display: grid;
}
.single .td-social-sharing-hidden .td-social-handler{
display: none;
}
Hope this will help you!
Thank you!
Hi,
Yes, you can show the whatsapp on desktop, all you need to do is to add a custom css
http://prntscr.com/ombasi
.td-social-whatsapp {
display: inline-block;
}
The code need to be set in Theme panel>Custom code>Custom css.
Hope this is what you need!
Thanks.