Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter cazer

    (@cazer)

    This question should not be marked resolved yet.

    What exactly does the name parameter control? You’ve already told that it doesn’t appear in the app download section. So, where exactly does the information entered into that parameter appear within the cards?

    Thread Starter cazer

    (@cazer)

    I’m really confused right now.

    That is what I originally assumed the name parameter did; however, your original response to this thread lead me to believe that the Card pulls the name from the app page itself. Which is it?

    How do I control how my app’s name appears in the “Download button”?

    Thread Starter cazer

    (@cazer)

    Interesting. So just out of curiosity, what does the iPhone Name parameter control?

    Thread Starter cazer

    (@cazer)

    In the example in the Twitter documentation, they show a screen shot for Path and the App install text reads “Download the Path App”

    I assume that this text pulls from the fields in the Deep Linking section. I first entered “Shake” in that field and later changed it to “Shake app”. I cannot get it to stop reading

    “Get the Shake – Create contracts, Legal….”. I think it may partially be pulling text from our page in iTunes. How do I fix this?

    This did the trick for me. The below code expands the size of the response boxes-

    div.ss-form-entry > input { width: 685px;}
    div.ss-form-entry > input { height: 35px;}
    div.ss-form-entry > textarea { width: 685px;}
    div.ss-form-entry > textarea { height: 35px; }

    Depending upon how big you make the boxes, you might also need to adjust the font size as well. To do that, you use the following

    div.ss-form-entry > input {
    font-size:14px;
    }

    One think that I haven’t been able to figure out yet is how to make the boxes appear longer on a laptop/tablet, but smaller on a mobile device.

    Thread Starter cazer

    (@cazer)

    Our theme definitely supports mobile devices. I’m not using JetPack

    The Button is pulling in the color, and size elements from the css style sheet.m but for some reason, it converts the button from a Rectangle to a capsule on mobile devices. Also, it does this weird filter/fade out effect that I’ve never seen before.

    My page is Shakelaw.com/new-device-notification

Viewing 6 replies - 1 through 6 (of 6 total)