• Hello All,

    Hoping someone will be able to help me with this issue. Rather than utilizing the scroll bar on the main page itself to scroll down a long page or post, I would like to know if there is a plugin (or HTML code – but none that I am aware of) that would place a scroll bar on the page/post block, so that the remainder of the site is static while scrolling down.

    Thanks in advance for any help you can offer!

    KMLProxy

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello there,

    I have also bumped into this problem trying to make a page in wordpress to scroll down without having the rest of my page scrolling down.

    Any one got an answer for this?

    ~Thankx.

    Hey KMLProxy,

    I already solved this problem =)

    I found a php code on the web I tried to used within my wordpress page template I was trying to use.

    Look the source link:
    https://www.weberdev.com/get_example-3510.html

    The way I did:
    I took my page.php file and after the
    <?php while (have_posts()) : the_post(); ?>

    I inserted that code:
    <div style=”width: desired; height: desired; overflow-y: scroll; scrollbar-arrow-color:
    desired; scrollbar-
    face-color: desired; scrollbar-3dlight-color: desired; scrollbar-darkshadow-color:
    desired”>

    IN HERE ALL THE POST CONTENT OF THAT PAGE.
    </div>

    And after this
    <?php endwhile; ?>
    etc…

    —-
    So far it worked for me, as the rest of my content don’t scroll. Only my page.

    Good luck!
    ~Peace =)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Scroll bar on page/post plug-in?’ is closed to new replies.