Newsletter Bar Not working
Support Area › Forums › Progress › Newsletter Bar Not working
Tagged: button, join, newsletter bar, progress, submit
- This topic has 7 replies, 2 voices, and was last updated 14 years, 8 months ago by
Bill Robbins.
-
AuthorPosts
-
November 8, 2011 at 23:09 #4089
Denver Wade
ParticipantFor some reason the newsletter bar links me to an internal image when I click the submit button. I was wondering if there was anything I needed to be doing beyond adding the mail chimp API’s to the corresponding page in Themes Options. My website is http://www.whstudents.com.
November 8, 2011 at 23:26 #4090Bill Robbins
ParticipantDenver,
It looks like it’s sending people to a slide. Here’s a way to change that.
- Go to the appearance section and select edit to open up the theme editor
- From the list of files on your right, choose newsletter-bar.php
- Look for this spot: <?php the_permalink(); ?> and replace it with this:
Then save your changes. See if that doesn’t direct a bit better. Let me know if you have any trouble.
November 9, 2011 at 10:04 #4097Denver Wade
ParticipantYou are awesome. That fixed it. I have no idea how it got set to link to a slide, the only thing I changed was the a.button and a:hover.button values in style.css. Thanks!
November 9, 2011 at 10:22 #4098Bill Robbins
ParticipantI’m do glad that’s working now. Let me know if you have any other trouble. Thanks.
November 9, 2011 at 10:48 #4099Denver Wade
ParticipantOne more quick question: when I view the progress demo from my iPhone it looks fantastic, but when I view my site it looks really linear and bulky. Any suggestions? http://www.whstudents.com
November 9, 2011 at 20:59 #4109Bill Robbins
ParticipantJust about anything can be done. If you’l let me know what you’d like to see, I’d be glad to help you create it.
November 10, 2011 at 14:09 #4114Denver Wade
ParticipantThanks Bill, I would be happy to get it to look like the progress demo. Which on my iPhone looks like a standard website with a touch sensitive slide show. My website just kinda piles on top of itself. I think the difference is in the span of the donation bar vs the flex of the newsletter bar, but I could be wrong. Also, my captions don’t show up on the mobile version.
November 14, 2011 at 09:42 #4122Bill Robbins
ParticipantThe newsletter sign up does take up a bit more space than the donation graph does. If you’d like to skip on the title on the newsletter bar when it’s viewed on a phone you can do that. Here’s what you’d need to do. In the styling tab of the theme options page, paste this code into the box for “Custom CSS” down at the bottom:
@media only screen and (min-width: 320px) and (max-width: 599px) {
h4#newsletter-title {
display: none;
}#home-bar {
padding-top: 0;
}}
then save your changes. That will remove the title from the newsletter bar when it’s viewed on a smartphone. If that doesn’t help, let me know.
-
AuthorPosts
- The topic ‘Newsletter Bar Not working’ is closed to new replies.
