Danny
Forum Replies Created
-
Thank you for the response, Nigel.
At least now I know where to check for these errors.
Brilliant~! Thank you @eskapism
I had to post this question here because I didn’t see this mentioned in the plugin’s details tab.
Forum: Plugins
In reply to: [Age Gate] Stopped workingHey @philsbury , thank you for the update. I’ve confirmed that it looks to be working fine on my staging. I’ll give it a go on the live website later.
Many thanks again~!
Hi @qriouslad , here’s a screenshot for your reference; https://snipboard.io/vl1wqy.jpg
You’ll see that the Updraftplus options have been moved into ASE’s Notice panel – that’s fine. But if I unchekced these options and ran an update (WP / Themes / Plugins) , it’ll still trigger Updraftplus option to backup first before running the update – this should not be the case if I had unchecked those 2 options.
I hope this description clarifies things.
Forum: Plugins
In reply to: [Age Gate] Stopped workingHey, I just wanted to drop in here to report that I faced the same issue as well. Tried the suggested saving of the appearance again – didnt’t work.
Ultimately, I rolled back to 3.2.0 and it works again.
- This reply was modified 1 year ago by Danny.
hey @katereji thank you for the tip.
I’ve added the field and will continue monitoring this ??
Hey @sergecleantalk I guess it’s improved some. When I checked today, I saw 1 legit customer who was still flagged. And their account was created June 2022.
@sergecleantalk I’ve swapped the cookie method as recommended. And will monitor this to see if it makes any difference.
@sergecleantalk Sure. It’s makcik.com
Hey Anca, I see.
So I presume this is a common issue with the plugin. And we can only use the workaround methods, if the pencil icon is unable to display in these circumstances.
Hey @yordansoares
Do you mean that if I used the hook ‘wpo_wcpdf_after_shipping_address’, no additional info will display after it unless the Display Shipping Address Always is enabled?
Because circling back to this bit of code you suggested:
add_action( 'wpo_wcpdf_after_shipping_address', 'wpo_wcpdf_location_name', 10, 2 ); function wpo_wcpdf_location_name( $template_type, $order ) { printf( '<div>Pickup Location: %s</div>', $order->get_meta('_pickup_location_name') ); }
I want the pickup location name to show after the Shipping Address.
- This reply was modified 1 year, 11 months ago by Danny.
Hey @yordansoares thank you for jumping on this.
I tried the adapted code. But nothing appeared under the Shipping Address.
I added the line printf( ‘Test’ ); to see if anything comes out – nothing.
Then I swapped the action to ‘wpo_wcpdf_before_customer_notes’ and the printf(‘Test’) returned, but not the custom meta.
So there seems to be an issue with the action hook and returning of custom meta.
- This reply was modified 1 year, 11 months ago by Danny. Reason: Forgot to add even custom meta is not returned
Forum: Plugins
In reply to: [WP Responsive Menu] Not compatible with WPMLHey @bibhu1995 thank you for responding.
I couldn’t wait and proceeded to replace the plugin already.
Yeay! Thank you @bsfherman and BSF team for understanding the UX needs for this.
Will keep a look out for the new update. Meanwhile, I’ll stick with v3.8.5 for the time being.
There’s an option to have a Dropdown when we hover over the Cart icon. Refer to this screenshot, please.
Yup, I’m aware of this. Except most of our customers had the expectation of “clicking the cart icon should bring me to the Cart page”
That’s why my operations were bombarded by customer feedback about this.
As for the Cart icon that brings no where when it gets clicked, we have fixed it, and we plan to include the fix on the next update.
Does this mean, it’ll take my customers to the Cart page? Or, clicking it just reveals the Cart dropdown?