Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter ilithya

    (@ilithya)

    Hi Mike,

    Thanks for the quick answer.

    I’ll double check this, as all edits on WooCommerce were done via a child plugin folder inside our custom theme.
    So that when I debug it, I can always test WC with the standard WP Theme.

    But I used 2 other plugins together with WooCommerce:
    – WooCommerce Checkout Manager
    – WooCommerce Germanized

    So I’ll try to deactivating those and retest.
    I’ll post again in here, whatever results I might have encounter after retesting.

    Same problem in here… only Shutter effect working.

    Any ideas what happened at the last update????

    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:
    http://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 =)

    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.

Viewing 4 replies - 1 through 4 (of 4 total)