Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
@anandrajs786 -- I heard there was a lot of hype around the new email editor at Summit, but this tool is a long way from "production-capable" at the moment. It might make more sense to hold off on creating templates until they've actually got the kinks worked out and you're actually able to use thes...
@SanfordWhiteman -- I'm not going to pretend to understand why there is a demonstratable difference between the two, but just to double-check my sanity I set this up with and without the additional document ready function and in one case it doesn't work (without) and in the other it does work (with)...
@SanfordWhiteman here's a simple example of the difference between the two functions that I just tested in our sandbox. I've included a link to the LP here for reference. This link has the not-working (1st) version of the code running on the page. In both cases with the code, the live version of the...
@sd-dev-user-01 glad to see this helped you get something going, always nice to see things from so long ago come back to the surface. In order to get the boolean setup to work the way you've got it in there (on/off classes) you'd need to modify the carousel js to skip any .carousel-item with the "of...
In the form editor, you can click on your State field and then on the Values link in the right blue sidebar. That'll pull up the modal window in the middle of the screen. If you scroll to the bottom of the list you can add another option to the list there. The left side (Display Value) is what the e...
To put this into play at the template level and keeps things in line with your current experience, you'd want to add a new variable to the of your template, just below the id="SocialLinkTwitter" item that looks like this:Find the link to your Tik Tok and place that into the default="___" attribute ...
To replace the Twitter logo with the new one, the best route that I've found for this is to replace the actual image that's loaded from your design studio. Let's say that right now you've got:social-icon-twitter.jpg that's 20x20 pixels. Create a new image that's exactly 20x20 pixels (same dimensions...
I also haven't found a way to resize the fixed columns, but you can slide around the "n:n columns" module to resize the columns manually there. The problem with that one is that I haven't found a way to change it from 5-columns to 2-columns AND behind the scenes the math of the columns is missing 1%...
Hey Ken, try moving the "https://" part to the outside of the token link. Here's a link to the docs with an example: https://experienceleague.adobe.com/en/docs/marketo/using/product-docs/email-marketing/general/using-tokens/using-urls-in-my-tokens https://{{lead.Salesloft Meeting Link:default=mydefa...
Sanford is spot on here. Here's a look at what a solution would look like in your code:Note: Changed true_value="block" to true_value="flex".newHero { display: ${showNewHero}; background-color: ${newHeroBG}; color:#fff; background-image: url('https://go.autoshopsolutions.com/rs/180-DGD-014/image...