rendy44
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP] “Not a valid AMP page”I have the same issue. Have you figure it out?
Forum: Plugins
In reply to: [Payment Button for PayPal] Admin Dashboard no longer saving order records.After debugging the plugins, file paypal-ipn.php on this line
if ( ! empty( $_GET['wp_paypal_ipn'] ) && $_GET['wp_paypal_ipn'] == '1' ) {
variable $_GET returns nothing.Forum: Fixing WordPress
In reply to: Creating a Blank Page to Edit with Visual ComposerHi, Amanda have you solved this issue? I have been looking for this for a week..
Forum: Plugins
In reply to: [Products Per Page for WooCommerce] How to display the dropdownAh ok, i know what the problem is. i created custom template for my WC.
is it possible to show the dropdown manually using function?Forum: Plugins
In reply to: [WooCommerce] woocommerce_catalog_ordering() not workingDo you have any suggestion, where should i start checking from.. it’s been wasting my time for 2 days..
Forum: Plugins
In reply to: [WooCommerce] woocommerce_catalog_ordering() not workingyes it’s work in twenty twelve theme..
do you have any assumption what’s been breaking the function?Forum: Plugins
In reply to: [WooCommerce] woocommerce_catalog_ordering() not workingI create the custom composition in archive-product.php, i don’t use hooked in this page..
I create it manually by writing those functions without using hooked.
I’ve tried replace archive-product.php with the original version, but still didn’t work..Here is the pastebin http://pastebin.com/3Fh10wXD
Thank you for the reply.. it helps me so much..