Danny
Forum Replies Created
-
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 3 years, 6 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 3 years, 6 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?
I found my solution in another thread – enabled the “Attempt to auto-locate the user”
I’m experiencing similar on 2 separate sites. And hope to read whether there’s a solution to this.
Forum: Fixing WordPress
In reply to: Has WordPress always allowed using the same slug as the parent page?@kachha Doesn’t answer my question – when did the support of having same URL slugs happen in WordPress.
And if anything, it’s like you’re fishing for website traffic. Wish I could report this behaviour.
Forum: Themes and Templates
In reply to: [Astra] Cross sell columnsHey @bsfherman I tried adding to the child theme functions directly, and it still didn’t work π€·ββοΈ
Not sure what was the first version installed. Except I’m on v3.7.7 now.
This is a very odd one. For the time being, I’ll keep an eye on this and look into it more thoroughly at a later time.
Forum: Themes and Templates
In reply to: [Astra] Cross sell columnsHey @bsfherman thank you for the response.
I added the code using the Code Snippets plugin. What’s very odd is on a fresh install on my local, snippet seems to be working fine. But on my staging site, it’s like the below CSS rule keeps forcing the cross-sell to be 2 columns:
.woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li { width: calc(50% - 10px); }This is found in the /themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout.min.css
If I disable that property when inspecting in Firefox, cross sells will show 4 columns instead of 2 columns.
It’s a weird predicament.
Forum: Plugins
In reply to: [WP Store Locator] Show ACF value inside Info Window templateHey @farroyob I’m in touch with your colleague; Fernando, and we’ve narrowed the editor behaviour down to Firefox – my primary browser.
The editor loads fine in Chrome. Just not in Firefox.
And it’s consistent even on my Mac. My main workstation is a Windows.
So it’s a very odd thing indeed.
Well.. hopefully the options for wp_editor won’t take too long. If I can enable just the Text tab, then I can sweep this oddity under the carpet for now – LOL!