Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
@mkto101 ,I've edited your post to make the code more readable. Here is a link to my blog post on how/why to do this: https://nation.marketo.com/t5/product-blogs/posting-code-in-discussions/ba-p/341001 When posting in future, please make sure to format code for readability please. You can't use the...
@KEERTHIVASANCOG ,This thread is six years old.Are you having a similar issue?
@SaurabhGoyal_GN ,you're most of the way there, but you are making it too hard, and you've got a formal reference in the mix that you don't want. I'd do it like this (let's call this token - my.showMexicoStart): #set( $COUNTRY_CODE_FILTER = ["mx", "mexico"] )#set( $country = $lead.Country.toLowerCas...
@Zoe_Forman,At least someone gets my sense of humour 😁Was 'End of the Universe' too dark?CheersJo
@cierac ,Given you want an exact number of days, you will need to use a combo of In Past and In Past Beforecheck out this. It's the Adobe reference on using in past and in past before with each otherAlso, this diagram I did for a client many moons ago may be more useful if you're a visual learner C...
@kenmckown ,That should work just fine (I'm assuming there is an 'R' at the front of the BG gradient string).If it isn't, then you need to review how the HTML looks once rendered. Go to preview, do an inspect, and see what's going on. It won't be a Marketo thing per se. Also, remember that Outlook...
@harshadoak,@SanfordWhiteman is correct, there is no way to filter by date range, so you'd have to retrieve them all and then filter the list client side. As a point of slight pedantry, you're not actually fetching the files, just a reference to them (through the URL attribute), if you want to get...
@sbeauComm ,what outcomes are you looking for from this? In terms of operational necessity, there is no need to do anything. Marketo (as you noted) tracks unsubscribes, and they are nicely durable across duplicates etc. RegardsJo
@jinawatson ,I've done a bit more work on this. You have two culprits:I turned off max-height.The image width was hard coded to 200px. I deleted thatThis gave me the following:HOWEVER: while it now looks good on desktop, your mobile version does not look good. I think your carousel needs revisitin...
@jinawatson is this the hero image?https://it.recastsoftware.com/rs/563-ODB-688/images/am_ssv2.png How big should it be? Assuming the image is the one I'm guessing at, the first thing I'd say, is get the image cropped to it's actual dimensions. It has a LOT of whitespace top and bottom. CheersJo