Hello virjik,
Unfortunately, our theme does not have such an option that give you a way to add a print/email button for each post, sorry! If you want to have this option for your website you have to find some plugins that have this functionality and then you have to check on your theme and see how it works for you. As you can see, we do not have any recommendation in this regard.
Thank you for your message!
Hello Catalin, I found this answer, something @virjik need:
Adding this row on includes/modules/td_module_single.php
<div class="td-print-text">Print this page</div>
and this on style.css
.td-print-button {
display: inline-block;
position: relative;
top: -16px;
padding-right: 15px;
color: #ffffff;
text-transform: uppercase;
font-family: 'Roboto Condensed', sans-serif;
font-weight: bold;
font-size: 13px;
cursor: pointer;
height: 31px;
background-color: steelblue;
}
.td-print-text {
position: relative;
top: 4px;
left: 8px;
}
It works fine for me.
Is possible, with the same, add the “e-mail” button ?
Thanks, Paolo.
Sorry, it is incomplete. The row to add is:
<div class="td-print-text">Print this</div>
Hello cuogop,
Please notice that you can use any button you like, but you will need to create a function for that button which takes you where you want, as the share buttons from the module_single.php, like this -> http://screencast.com/t/gd7xjApanc If you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you in this regard because our theme does not have implemented this function for e-mail buttons. Also, you can try to find some plugins with this functionality and see how it will work in the theme.
Thanks for your understanding!