wptom
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [WooCommerce] Remove fields on Edit AddressTry this:
// woocommerce remove checkout form fields add_filter( 'woocommerce_checkout_fields' , 'custom_override_checkout_fields' ); function custom_override_checkout_fields( $fields ) { unset($fields['billing']['billing_country']); unset($fields['billing']['billing_company']); unset($fields['billing']['billing_address_1']); unset($fields['billing']['billing_address_2']); unset($fields['billing']['billing_postcode']); unset($fields['billing']['billing_city']); return $fields; }John,
I really can’t recommend you any…simply because I haven’t tried any.
But I bet there are some 🙂Steelfish,
You can display only one gallery per page i.e. or widget or shortcode [aio_slideshow] in the post or function <?php aio_slideshow(); ?>.
Do not combine them. It won’t work.More info here:
http://www.sramekdesign.com/wordpress/plugins/all-in-one-slideshow/Please upgrade to 1.2 version. It’s ok now.
I will test it and let you know.
Please see this discussion for images upload problem http://ww.wp.xz.cn/tags/wp-cycle?forum_id=10
Thank you!
Viewing 6 replies - 1 through 6 (of 6 total)