EPICWP Solutions
Forum Replies Created
-
Hi Krystian,
We still do not have the Apple Pay express button on our checkout and cart pages. We do see it on our single product pages. Here is what we have done so far:
We have reached out to the support team
– We checked if our templates contain all the hooks
– We have the Apple verification on our website
– We have both settings enabled in the Mollie plugin
– We have Apple pay and credit cards enabled
– We have a secure HTTPS connection
– We see the Apple Pay express button on our single products pages
– We disabled all plugins and switched theme. We only got an Apply pay express button on the cart page, but still not on checkout.
So I feel we still do something wrong with out template pages, but therefore I would like to speak with someone involved in the WooCommerce plugin to understand via which hook the button is loaded.Forum: Plugins
In reply to: [Attachments] Cannot click media library buttonAfter checking other browsers, I found out that it was a Chrome problem. It looks like it has something to do with Google Chrome notifications. I fixed the problem with adding this CSS to my WordPress admin css file:
/* Chrome media library upload button fix */ @media screen and (-webkit-min-device-pixel-ratio:0) { .modal-open .rdr-notifier { display: none !important; } }If someone has a better solution, let me know!
Yes! I have the same problem too! Does anyone knows how to fix this problem? The ‘Menu Name’ of your custom post type appears in the breadcrumb. And I need the Menu name for my cpt because the name is too long in my admin menu.