Roger Coathup
Forum Replies Created
-
Email button is also non-functional for us — it displays, but does nothing when clicked
@erania-pinnera Any site with JetPack share options are enabled and you are a logged in admin (manage_options) capability.
There’s not much point in sharing our specific URLs with you, as you don’t have an admin account, so the text won’t be displayed.
I’ve attached a screen grab https://imgur.com/a/UlmqeMk
Note: I’m currently hiding it with CSS, but shouldn’t have to do that — It would be much better if JetPack simply didn’t output it in the first place, or at least gave an option to remove it (either a backend toggle, or even a filter to use).
- This reply was modified 3 years, 8 months ago by Roger Coathup.
- This reply was modified 3 years, 8 months ago by Roger Coathup.
It’s not restricted to UK addresses
@wbrubaker — appreciate you taking a look.
I don’t receive the XHR error (either logged in / or out): screenshot
Would be good to know why you did, but I think that it’s a red herring with regard to the Apple Pay error.
- This reply was modified 4 years, 6 months ago by Roger Coathup.
thanks @wbrubaker — I’m a developer.
There’s a twitter related sniffer error, but nothing relevant to the Apple Pay issue.
A quick Google showed plenty of reports of this shipping address problem with Apple Pay.. not limited to Woo / Stripe
@wbrubaker — it just failed (shipping address invalid) for me when I tried a subscription: https://www.golfersjournal.com/product/subscription/
Although, it worked currently when I tried a regular product (e.g. https://www.golfersjournal.com/product/tgj-broken-tee-shirt/). Previously it had failed on those as well.
It has worked consistently on checkout.
We tried on a stripped back site (when we first observed the problem ) — storefront, woo, woo subscriptions, stripe, but the problem remained.
@wbrubaker — so, we should just report this one to WooCommerce support as a bug?
@alexisfontana — please stop hijacking other threads
We’re seeing the same problem with the Apple Pay button on single product pages.
WooCommerce 3.9.0
Stripe Gateway 4.3.1I’m not certain, but think the problems only began after we updated to these versions.
Also experiencing the same problem — it’s showing with JetPack deactviated and with it activated but not ‘setup’; as soon as I ‘setup’ JetPack / approve the connection to WordPress.com, it’s no longer working.
My suspicion is that JetPack is sending some output before user switching calls setcookie, thereby not allowing the cookie to be set.
Note: we also have VaultPress in play; not sure if that is a factor.
- This reply was modified 4 years, 8 months ago by Roger Coathup.
- This reply was modified 4 years, 8 months ago by Roger Coathup.
Forum: Plugins
In reply to: [CMB2] Term meta is saved but it doesn't appear in term edit screen laterAlso experiencing the same problem with term meta:
- Repeating group content doesn’t show after saving term page
- Other CMB2 meta fields on the term page save correctly
Code snippet:
$adverts_box = new_cmb2_box( array( 'id' => $prefix . 'graphic_adverts', 'object_types' => array( 'term' ), 'taxonomies' => array( 'nnn_product_category' ) )); $banner_advert_id = $adverts_box->add_field( array( 'id' => $prefix . 'graphic_advert', 'description' => __( 'Used as default adverts for products in this category', 'nnn-products' ), 'type' => 'group', 'options' => array( 'group_title' => __( 'Advert {#}', 'nnn-products' ), 'add_button' => __( 'Add Another Advert', 'nnn-products' ), 'remove_button' => __( 'Remove Advert', 'nnn-products' ), 'sortable' => true, ) ) ); $adverts_box->add_group_field( $banner_advert_id, array( 'name' => __( 'Banner', 'nnn-products' ), 'id' => 'banner', 'type' => 'file' )); $adverts_box->add_group_field( $banner_advert_id, array( 'name' => __( 'Link', 'nnn-products' ), 'id' => 'link', 'type' => 'text_url' ));
- This reply was modified 7 years, 11 months ago by Roger Coathup.
- This reply was modified 7 years, 11 months ago by Roger Coathup. Reason: Formatting
Forum: Plugins
In reply to: [MultilingualPress] Languaje Switcher not showingp.s. happy to give you access to the install.
What’s best way to send you access details?
Thanks, Roger
Forum: Plugins
In reply to: [MultilingualPress] Languaje Switcher not showingI have the widgets set in all 3 languages to show in all cases, i.e. “show links for translated content only” is not checked.
On the main site (English), the language switcher shows on all pages if you are logged in.
If you are not logged in, it doesn’t show at all on the main site.On the other sites (French, Spanish), the language switcher shows if you are logged in.
If you are logged out, it shows, but it only shows a link back to the English site.All 3 sites are configured as related.
MLP version 2.2.2
MLP Pro version 2.1.2Forum: Plugins
In reply to: [MultilingualPress] Languaje Switcher not showing@frank — actually site relationships seem correctly configured, but the switcher isn’t showing correctly.
We have 3 sites:
English; French; and Spanish.
For logged in users, the language switcher flags show correctly.
For logged out users:
In the English site, we see no switcher at all
In the Spanish and French sites, we see a switcher back to the English version, but not to the other languagep.s. have enabled debug, but nothing is showing in the log file
Forum: Plugins
In reply to: [MultilingualPress] Languaje Switcher not showing@frank — yes, was the widget. Please ignore though, I think we might have the site relationships mis-configured.
p.s. thanks for the quick reply.