ilithya
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] PayPal payment method sends Processing Order Email too soonHi 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 GermanizedSo I’ll try to deactivating those and retest.
I’ll post again in here, whatever results I might have encounter after retesting.Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Thickbox effect not working? 2.9.2Same problem in here… only Shutter effect working.
Any ideas what happened at the last update????
Forum: Plugins
In reply to: Scroll bar on page/post plug-in?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.htmlThe 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 =)Forum: Plugins
In reply to: Scroll bar on page/post plug-in?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.