dzseti
Forum Replies Created
-
That page is function is not very user-friendly in the 21st century. With several pages encouraging members to sign up, this function would direct them to another page – unnecessary clicks and a need to navigate back to the page they registered on. Uh, horrible
In this case it was neither Apache nor the WP caching plugin that I use (WP Super Cache)
It turned out to be cloudflare.com that I use for security reasons as much as for caching. Had to turn off caching by enabling Development Mode
All working as it should. Many thanks 🙂
Plugin may actually work without turning off caching at cloudflare.com, if you only use curl to test for caching and not for processing
- This reply was modified 5 years, 7 months ago by dzseti.
Got it. That’s helpful. So I’ll have to keep digging. Could it be a WP plugin used for caching?
Thanks for a swift response 🙂
Thanks for this. Just a nicety, but important even so
Thanks 🙂
Just updated plugin you pushed and now no problems.
Glad to be of help to you!
- This reply was modified 5 years, 8 months ago by dzseti.
For some reason neither:
wcfmmp_get_store(get_userdata($ID))->get_shop_info()nor
wcfmmp_get_store_info(get_userdata($ID))return the nicename between a vendor registering and editing the vendor’s slug. However:
wcfmmp_get_store_url(get_userdata($ID))does show the nicename in the url for the store. So now sorted
All I’m trying to do is to access the user’s nicename after registration
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Credit iframes have width 1pxBy turning on the option to display the credit card details inline I have at least got a workaround for the problem
Managed to sort it by overriding the view: wcfmmp-view-store-policies.php according to this
🙂
Thanks 🙂
Yes, that’s right.
While vendors sell according to their own policies, these are in the context of the main store policies so would like to show both
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Credit iframes have width 1pxI will see what happens when switching off other plugins. I don’t use the one you mentioned, but another plugin might be causing this
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Credit iframes have width 1pxHow are you inspecting it? Viewing the page source will show you the html before any JS has executed; if you use the developer tool (ctrl+shift+i) you can inspect the element as modified
In my case the post insertion html was a div and an iframe: the iframe contained the the style attribute “width: 1px;’
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Apple Pay iframe with 1px widthAnd yes I have the same issue some three months later than the previous post. Using Elementor for editing
Is no one looking at the plugin? 🙁