cazer
Forum Replies Created
-
Forum: Plugins
In reply to: [JM Twitter Cards] Mobile App LanguageThis 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?
Forum: Plugins
In reply to: [JM Twitter Cards] Mobile App LanguageI’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”?
Forum: Plugins
In reply to: [JM Twitter Cards] Mobile App LanguageInteresting. So just out of curiosity, what does the iPhone Name parameter control?
Forum: Plugins
In reply to: [JM Twitter Cards] Mobile App LanguageIn 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?
Forum: Plugins
In reply to: [Google Forms] Changing width of formThis 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.
Forum: Plugins
In reply to: [Google Forms] Submit Button Format – MobileOur 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