mk2k
Forum Replies Created
-
Hi Kharis,
Thanks for your quick reply. Adding the code created the opposite behaviour I wanted to have. Logo is always small. I fixed it by changing your CSS to the following:
.site-header .custom-logo-link img {
max-width: 80px;
}I saw in developer mode while scrolling it went from max-width: 100% to 80px;
Now logo is okay and not changing size anymore.Thanks for pointing me in the correct direction.
- This reply was modified 3 years, 8 months ago by mk2k.
Works like a charm. Thanks Michael (included the second option)
thanks michael
[cfdb-html form=”Aanmeldformulier” show=”Waterschap,Voornaam,Tussenvoegel,Achternaam,Introducee” orderby=”Achternaam,Voornaam,Waterschap” ]
<tr>
<td>${Voornaam} ${Tussenvoegel} ${Achternaam}</td>
<td>${Waterschap}</td>
<td>${Introducee}</td>
</tr>[/cfdb-html]
the field “Introducee” can contain the value “Ja” or is empty. When the value equals Ja it needs to be replaced with an image. If it’s empty it should stay empty.
Hi michael,
I don’t really understand the code. It is really complicated and I am no programmer. I also tried with some examples I found using javascript string replace method, but can’t get it working.
Thanks anyway.
Hi michael,
How does this work using the [cfdb-html] shortcode? my page is using this to show the info. My rows contains a value called yes. It is not yet a link to an image file, so what i’m looking for is somehow replace the value yes with a link to an image file and display it.