Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Another approach that maybe more stable might be to provide the user with a dialog box to copy/paste the value into the variable rather than trying to set it automatically. You could add a script to the template that only fired in the Editor Experience and surfaced the values you're looking for a us...
Years ago I saw something like this put into a client instance and it was a real headache to work with the page in the editor. It did something a little differently and re-arranged the order of the Variables panel but used a similar approach. I hated working with the pages that were setup this way ...
Another option here to get a script onto a Marketo Landing Page without editing the template would be to add it locally at the page level using the dropdown in the top-left corner of the LP Editor and choosing "Edit Page Metatags". There's an input there for "Custom Head HTML" that you can use to ad...
It looks like you might be missing some CSS on the additional section there. I had a look at the similar section up above this one and it's setup with some CSS that's targeting the ID value and the CSS selector (#imgLeft .right) to reverse the margin from left to right. It looks like that rule is m...
@rhilgraves I know it's been a while but would you mind helping me out by marking the solution I provided as correct in this post if you found it to be helpful? This helps me in here in the Community to build up my profile. Let me know if there's anything else I could help with on this one if not.
@Deeps would you mind helping me out by marking the solution I provided as correct in this post if you found it to be helpful? This helps me in here in the Community to build up my profile. Let me know if there's anything else I could help with on this one if not.
@jrent would you mind helping me out by marking the solution I provided as correct in this post if you found it to be helpful? This helps me in here in the Community to build up my profile. Let me know if there's anything else I could help with on this one if not.
Hey Jill, This looks like a tough one! It's been a few years since I dug deep into email code so I'm not up-to-par with the current environment but there are a few things that stood out to me when I read thru the code and I've got a few ideas you might try to troubleshoot this a little bit. --------...
Oh sorry, the example I meant to refer to was the one in the article. I think you might be on to something with adding a class to the link there, maybe that'd be helpful context to provide them to resolve the issue? In any case, glad I was able to help here - I'd love to hear/read about any resoluti...
I did a quick Google search and found this article: https://github.com/hteumeuleu/email-bugs/issues/107Looks like it's an open issue which can be resolved by wrapping the text in a in the short-term. I noticed the example here also did not include a class on the link, curious how that impacts the d...