I tried a solution found here with inserting an html image link in the field on langauge tabs but that resulted in that the field disapperared for further editing…
I would like to now the solution to it too.
This is what I tried but doesnt work. Custom placeholder returns the value but ignores the rest of html.
[wpt_events]
<tr>
<td>
{{title|permalink}
</td>
<td>
<a href="{{custom-placeholder}}">
<img border="0" alt="vstupenky" src="https://www.google.com/url?sa=i&source=images&cd=&cad=rja&uact=8&ved=2ahUKEwiwvKXUicjhAhWJ-6QKHYAeCW8QjRx6BAgBEAU&url=https%3A%2F%2Fen.wikipedia.org%2Fwiki%2FFile%3ADeletion_icon.svg&psig=AOvVaw0iMIsoqAybvIhGsumTgv7L&ust=1555073310022363" />
</a>
</td>
</tr>
[/wpt_events]
Thanks for help
-
This reply was modified 7 years, 1 month ago by
triscal7.
-
This reply was modified 7 years, 1 month ago by
triscal7.
i added this to my remplate css and got pretty close, found it on : https://www.sacphilopera.org/production/opera-concert-rigoletto/
Still need some polishing for my purposes but always a start.
.button, .wp_theatre_event_tickets a.wp_theatre_event_tickets_url, button, input[type=button], input[type=reset], input[type=submit] {
display: inline-block;
font-family: ‘FrutigerCE-Black’, sans-serif;
font-weight: 300;
font-style: normal;
border: 2px solid #39c1b7;
border-radius: 20px;
padding: 10px 35px;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
color: #39c1b7;
}