larchmontdigital
Forum Replies Created
-
Hi Devin,
Thanks so much for getting back to me quickly. I really like the work you’ve done, and appreciate your effort to help me resolve this.
So, after a closer look, this is what I’ve discovered:
In Safari (on both desktop and mobile),
1. If I do not enter the required fields (in this case, First Name and Email) and click the “Donate Now” button,” it does not give me the proper prompt, reminding me to fill out the required fields; it simply sends me back up to the top of the page. I tried allowing pop-ups; no change. I also tried unchecking the “Stop Internet Plugins” setting in Safari; no change.
2. If I type in my actual First Name (Marika), it says, Error: Please enter first name. If I type in my brother’s name (Colin), it works. I know my first name’s a little weird, but….. ??
Do you have any thoughts about why this might be happening?
I have OS X Yosemite / Safari 8.0.7, and I also tested in Safari 5.1.10.
Thank you!
Marika
To clarify, the issue that I am having is that when I try to click “Donate Now” in Safari or on mobile, it just sends me back up to the top of the page without executing the transaction.
Thank you!
Resolved. Still not sure why this happened, but I activated a different theme to see if the problem was theme-based or something else. The other theme was fine, so I deleted Make and reinstalled it. No problems.
Forum: Themes and Templates
In reply to: [Make] basic styling for mobileHere’s my solution to decrease the site of the site description:
@media (max-width: 600px) { .site-title { text-align: center; } .site-description { text-align: center; } .site-description, .font-site-tagline { font-size: 12px !important; font-size: 1.2rem !important; } }
And here’s my solution for decreasing the size of h3:
@media (max-width: 600px) { h3 { font-size: 16px !important; } }
Forum: Themes and Templates
In reply to: [Make] basic styling for mobileJust wanted to add an update to this thread:
I figured out how to center both the site title and description by adding this code:
@media (max-width: 600px) { .site-title { text-align: center; } .site-description { text-align: center; } }
However, I still can’t figure out how to change the font sizes (adding something like font-size: 10px, doesn’t work).
If anyone has any ideas, it would be greatly appreciated.
Thanks!
Forum: Themes and Templates
In reply to: [Virtue] title not shrinking on mobile[resolved]
Forum: Themes and Templates
In reply to: [Virtue] title not shrinking on mobileBrilliant! Thank you! ??
Forum: Themes and Templates
In reply to: [Virtue] title not shrinking on mobileHi Hannah,
Thanks for getting back to me so quick! I just tried your suggestion, but unfortunately, it doesn’t seem to be working. Please let me know if anything else comes to mind.
Thank you so much!