snooper
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Removing the site name from a specific page’s title tagThank you – i found the option to edit and made the change. (the icon next to the search appearances didn’t indicate to me that it could be opened – my bad).
Thanks!Forum: Everything else WordPress
In reply to: Removing the site name from a specific page’s title tagThanks, will do
Thank you!
Forum: Fixing WordPress
In reply to: Field has disappeared on post pageHi @ashwinparthasarathi – while it didnt solve it exactly, it did give me a direction to look further. The ACF plugin is there, and seems to be updated.
So I posted on their support forum here.
Thanks!Forum: Fixing WordPress
In reply to: Field has disappeared on post pageThank you!
Forum: Fixing WordPress
In reply to: Plugin for resourse management?Thanks. This is a close example of what i am looking for (though written only)
https://torahmitzion.org/learn/Do you think your suggestion can achieve this?
Thank you
Forum: Fixing WordPress
In reply to: Converting site to a new templateok, thank you.
Forum: Fixing WordPress
In reply to: Converting site to a new templateGreat thank you.
So the links and content will remain the same i understand.Any tips or things i should look out for?
like how to make sure various elements, like menus, sidebars and hope page widgets remain where they are?Forum: Plugins
In reply to: [WooCommerce] “no shipping methods available” – with UPS/USPSFor the sake of others having this issue – make sre you have USA (or whatever country) only in one zone, that was my issues it seems.
Forum: Plugins
In reply to: [WooCommerce] IPN issuesbump?
Forum: Plugins
In reply to: [WooCommerce] Orders get stuck on “on hold” status (Paypal payments)The built-in Paypal.
Looks like the “payer email” field was not the same as the paypal account email. could that cause the IPN to fail?Forum: Plugins
In reply to: [WooCommerce] Search fieldsThank you!
Forum: Plugins
In reply to: [WooCommerce] One Page checkout plugin with custom checkout fieldsAmazing – thanks very much for all your help!
Forum: Plugins
In reply to: [WooCommerce] One Page checkout plugin with custom checkout fieldsThanks Caleb
sorry, it’s not clear to me.
Are you saying that the code needs to be like this:function order_origin( $checkout ) { woocommerce_form_field( 'order_link_origin', array( 'type' => 'text', //'default' => get_the_title() , ), $checkout->get_the_title(); }