- This topic has 21 replies, 2 voices, and was last updated 8 years, 2 months ago by Andrew Misplon.
- AuthorPosts
- July 25, 2016 at 7:08 pm #4300
jkreamParticipantyour image is showing exactly what I don’t want. Maybe I did a bad job explaining. but this is the behavior I already have. For example if you scroll up from the position shown in your screen cap, the footer will disappear. I can’t figure out how to post an image in theses posts
July 25, 2016 at 7:09 pm #4301
Andrew MisplonKeymasterThanks for explaining. If you search sticky footer in Google, all of the scripts do what I thought you wanted. When the content doesn’t reach the bottom of the page, JavaScript will push it there. But what they don’t do is carry the footer upwards when it already reaches the bottom of the screen.
We could probably just do this with CSS. Go to Plugins > Add New, use the search field top right and search for Simple Custom CSS. Install, activate and go to Appearance > Custom CSS and insert:
/* Footer */ .site-footer { bottom: 0; position: fixed; width: 100%; }
July 25, 2016 at 7:12 pm #4302
Andrew MisplonKeymaster(We just implemented a new system so users can reply via email. I got an email to say an attachment you tried to send was rejected. If you don’t mind giving a little bit of feedback, did you try send an attachment or was your reply just a reply with my attachment automatically attached. Thanks 🙂 )
July 25, 2016 at 7:15 pm #4303
jkreamParticipantYes, yes, yes.
Exactly what I needed. And so easy?
I am sorry if I wasted some of your time by not explaining it properly?
July 25, 2016 at 7:20 pm #4305
Andrew MisplonKeymasterAwesome 🙂 Really glad to hear that did the trick.
All the best with your site 🙂
Cheers for now.
(No worries, I misunderstood. Was good to find the script I recommended, some users want what I initially thought you wanted so I’ll most likely add that as a “default off” setting in a future update.)
July 25, 2016 at 7:20 pm #4306
jkreamParticipantMy reply had the screenshot pasted into it
July 25, 2016 at 7:22 pm #4308
Andrew MisplonKeymasterSweet, thanks. I need to test out the emailing images feature. Will do this week.
- AuthorPosts
You must be logged in to reply to this topic.