Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
2) Light & Dark Mode Challenges - While dark mode improves user experience, it poses challenges for email renderability:No HTML Access: Email Editor 3.0 restricts head-level CSS.Dark Mode Media Queries: Inline @media (prefers-color-scheme: dark) inside the email body won’t work.Solution:Use image-ba...
@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...
@Sreekanth_Reddy Feature Requests:1) It would be great to be able to adjust the width of the columns in the Structure Modules, similar to how the "n:n Columns" module works. Ideally, this could be set as an integer (in px or percent) for each column rather than just the GUI slider. The issue with t...
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...
@Sreekanth_Reddy the UX for editing the meta data is a bit confusing. An improvement here might be to reorganize the meta data to be editable within the draft experience rather than on the "top level", outside of the email editing experience. Perhaps this could be moved into a panel within the emai...