Giter Club home page Giter Club logo

antwort's People

Contributors

fitzgeraldsteele avatar julie-ng avatar kyso avatar lstrojny avatar micxer avatar pablopaul avatar serg0x avatar vitorbal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

antwort's Issues

Hotmail and Yahoo on mobile

Just to clarify, should the templates be responsive when viewed in Hotmail or Yahoo on a mobile device? I'm seeing the desktop version (using downloaded template, tested via Campaign Monitor).

outlook.com bug

I found an issue with a comment:

/* unset <table> align="left/right" */
Makes the email blank in outlook.com.

/* unset table align="left/right" */
Works with no problem

Single column image

Hallo, thanks for sharing these great templates.
I'm wondering how the singel column template could use responsive image, just a bigger image on top or in the middle of the main email body.
Thanks

Buttons

Will you please add example of button. I am adding following button but it is not rendering in blackberry properly.

< a href="#" class="button" style="padding-top: 15px; padding-right: 20px; padding-bottom: 15px; padding-left: 20px; font-size: 18px; font-weight: normal; text-decoration: none; display: inline-block; background:#cf7926;color: #ffffff; text-decoration: none; font-family: Helvetica, Arial, sans-serif; vertical-align: baseline; border-radius: 5px;" >Call to action< / a >
screen shot 2013-11-08 at 12 25 59 pm

Antwort 2Columns-to-rows Responsive Not Working in iOS Mail

Hello,

I am still somewhat of a newbie to CSS and HTML emails, so excuse any ignorant comments, or questions.

I have been working with this antwort 2columns-to-rows template for a newsletter design and I noticed that it was not converting the two middle columns to rows. I have attached an image of the template "as-is" emailed and checked on my iPhone 5 running iOS 7.1.1.

Now, it actually converts them to rows in Dreamweaver CC 2014 when I have the code and design screens split. It even converts to rows when I shrink the window of Thunderbird using the same e-mail account (see other image attached).

Any thoughts on why this isn't working?

column-to-row-working-thunderbird

antwort-column-issue

Works in mobile Safari but not in iPhone Mail

Thanks for this script and template. I have made it responsive inside a phone browser. But it doesn't work in iPhone's mail listing. (It also doesn't work inside gmail app, as gmail strips out the code, which you point out in your website - so that's sadly a gone case.)

Any idea why it wouldn't work in an iPhone?

I am sending it by opening my HTML inside Safari on Mac osx then 'send page as email' via the default Mail.app on osx. Does Mail strip out some code that I don't know about?

Thanks!

build.html doesn't include style.css

Hi, first of thank you for putting this on Github, I love the simplicity and the robustness of the templates.

The title says it all, it looks like during the build of build.html the style.css content isnt included. I checked all 3 templates and neither one contain the style.css content.

Is it possible to add a Logo

Hi,
I just found this antwort and is great. Thanks!

I was wondering, is it possible to add a Logo that replace the title?

Also I found missing a place to locate a "Open on the web" link. I know it shouldn´t be necesary to use it if the responsive is working, but you now, some people like to do it.

Thanks!

Rendering issues

Hi,

Overall a solid attempt. There are a few (mostly common) rendering issues in some web and desktop clients.

Two-column layout. Issue: spacing between <li> elements in Outlook (mobile and web) and Yahoo (Chrome/Mac).

Three-column layout. Issue: spacing between images and <div class="subtitle"> elements in Outlook (web).

Cheers.

iOS7 Mail App Right Gutter

I am using an email template based off your excellent 3columns-to-rows.html example. Before iOS 7 arrived the template worked great everywhere, but now in iOS 7 Mail there is a weird right gutter. To make sure it wasn't something to do with my modifications I copy and pasted code straight from your example file for this test. I am using the hosted mailing app Sendy.co which preserves full html source of your example.

Other people with similar issues have suggested applying min-width:100% to the body. I tried that and it removes the gap on the right but the responsive layout doesn't apply correctly (the text is in a zoomed out state).

photo

Yahoo App doesn't support Multiple Selectors

I was testing out antwort and I came across an issue in the Yahoo Mail App where the force-rows were not going 100% width.

It seems as though the yahoo mail app does not support multiple selectors and I was able to fix the issue by changing this:

@media screen and (max-width: 599px) {
  table[class="force-row"],
  table[class="container"] {
    width: 100% !important;
    max-width: 100% !important;
  }
}

to this

@media screen and (max-width: 599px) {
  table[class="force-row"] {
    width: 100% !important;
    max-width: 100% !important;
  }
  table[class="container"] {
    width: 100% !important;
    max-width: 100% !important;
  }
}

Wrong breakpoint

Hi, the template 3columns-to-rows has the breakpoint that's lower than the content size, you can notice this resizing the window horizontally around 600px of width.
breakpoint shoulb be aroung 680 or content should be around 580px.

Columns don’t show correctly on Outlook 17

The layout now seems to break on the latest Outlook.

Outlook 17 treats the responsive columns as if they are on mobile. So are displayed below each other at all times. Rather than side by side.

Columns not converting to rows iOS

td[class="force-col"] {display: block;} no longer seems to work for me on Apple Mail, ipod touch. Similar to the known Sparrow issue. I'm sending with Thunderbird from PC. Will keep trying...

Inline css

I see that you are not using all inline css.
I think that some email provider remove style tag, am I wrong?

Duplicate attribute and styles

Thanks for a great resource!

Wondering what is the reason for adding styles that match the tag attributes, e.g.

(width is specified as an attribute and a style)

Is the duplication deliberate here? If so, could you help me understand why?

Thanks,
Russell

previewing in firefox/chrome

i just downloaded the folder and opened up 3columns-to-rows.html in my browser. when sized down, the images didn't line up. i noticed that there was padding on the first 2 and not the third.

Screen Shot 2013-03-29 at 10 28 42 AM

2 columns wrapping to rows (in Andriod gmail) only to a point

  1. Demo Version Unchanged: 2 col to rows wrapping correctly
    screenshot_2015-05-06-12-58-05
  2. Added two html breaks to the content of the second col in Demo Version, rows wrapping correctly
    screenshot_2015-05-06-12-59-47
  3. Added more html breaks to the content of the second col in Demo Version, rows Not wrapping correctly
    screenshot_2015-05-06-13-00-01

This happens in KitKat and Lollipop.

Header Image

Hello, I am trying to set this up with a header image. I have taken the example two-column layout and have modified it:

From

<td class="container-padding header" align="left">

            Antwort v1.0

          </td>

To

<td class="container-padding header" align="left">

            <img src="image1.jpg" hspace="0" vspace="0" style="max-width:100%; " class="image">

          </td>

I want my image to take up the whole space, so I made my image 600px width. When I size my screen down, it stretches the header image instead of proportionality resize it.

Inline CSS

Witch tool do you use to inline the css automaticly?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.