pixelpanther
Forum Replies Created
-
Thanks for the response! The issue turned out to be a configuration error.
I’d still be curious to know if refreshing the thank-you page re-sends the transaction or not.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] [UNPROCESSABLE_ENTITY] #error-PAYMENT_DENIED@niklasinpsyde Thanks for your reply, it’s appreciated!
Forum: Plugins
In reply to: [WooCommerce Square] Woocommerce Transactions Not Creating Order in Square@lioneldaniel Ok, thanks for looking into this.
ACF does indeed use the post_meta table on the “parent post” that geodirectory joins its tables on to. No dealbreakers as far as the database is concerned, but I do end up in some situations where the number of queries is really not ideal.
@ljcn Not exactly. I ended up using the built-in ACF frontend forms to avoid the issue. Not ideal, but if you create a new short code to output the front end form, you can still use it within Elementor.
Came here to post this as well. Several sites of mine have auto-updated to 5.5.3-alpha-49449. Concerning!
Ran into this exact issue on a client site. @oscargare your fix worked. Thank you.
Forum: Plugins
In reply to: [WooCommerce Square] EMERGENCY: CANNOT INPUT CARD INFO AT CHECKOUTI recommend installing WP Rollback. You can roll back to the 2.1.1 version.
Forum: Plugins
In reply to: [Redirection] Spaces removed from target URLI too am experiencing this with the following:
URL to be redirected : https://www.example.com/blog/taglist/tag/cool+thing+here
source: ^/blog/taglist/tag/(.+)
target : /?s=$1&post_type=postRedirected url appears as: /?s=coolthinghere&post_type=post
Forum: Plugins
In reply to: [W3 Total Cache] Webp and CDN supportHi, I just want to mention that I too am eagerly awaiting W3TC’s WEBP support for CDN.
I am looking for the best strategy to integrate WEBP + CDN + caching across numerous websites. So far I am happy with W3TC + Stackpath, but WEBP support is a missing feature that I’m getting some pressure to implement.
Okay @mikkamp, thanks for clarifying!
Forum: Plugins
In reply to: [Header Footer for Beaver Builder] UABB Advanced Post CarouselI was able to solve the issue by clearing the Beaver Builder cache and my local browser cache.
Thanks.
Forum: Plugins
In reply to: [Export any WordPress data to XML/CSV] Custom Export Field functionsOkay, thank you for confirming that this is a bug in the current non-beta version.
Forum: Plugins
In reply to: [Export any WordPress data to XML/CSV] Custom Export Field functionsHi @wpallimport
I created a test site using your debug feature. The functions do not result in an “unknown error”, but they do not show any values in the preview output either.
This time I did a simple post export. I added a new field to the export, selected “Custom export field” and entered the following in the input area:
[exclaim({Title})]
I have the following in my php function editor:
<?php function exclaim($title) { return $title . "!"; } ?>
(This time I am using a simple single-variable function.)
Can you confirm that I am using the correct syntax for the custom export field to call a php function? e.g. square brackets to call function, curly braces to define DB variables
Thanks
Forum: Plugins
In reply to: [Unconfirmed] Not working with 4.6?Not working for me either. I definitely have unconfirmed users (no activation key), but none are listed in the dashboard.
Is this plugin dead? If so, too bad, I need a solution like this.