[Resolved] Sticky Footer

  • Author
    Posts
  • #4300

    jkream
    Participant

    your 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

    #4301

    Andrew Misplon
    Keymaster

    Thanks 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%;
    }
    #4302

    Andrew Misplon
    Keymaster

    (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 🙂 )

    #4303

    jkream
    Participant

    Yes, yes, yes.

    Exactly what I needed. And so easy?

    I am sorry if I wasted some of your time by not explaining it properly?

    #4305

    Andrew Misplon
    Keymaster

    Awesome 🙂 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.)

    #4306

    jkream
    Participant

    My reply had the screenshot pasted into it

    #4308

    Andrew Misplon
    Keymaster

    Sweet, thanks. I need to test out the emailing images feature. Will do this week.

Viewing 7 posts - 16 through 22 (of 22 total)

You must be logged in to reply to this topic.

Scroll to top