Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
cuogop
tagDiv Member

Sorry, it is incomplete. The row to add is:
<div class="td-print-text">Print this</div>

cuogop
tagDiv Member

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.

Viewing 2 posts - 1 through 2 (of 2 total)