gutterboy333
Forum Replies Created
-
Can someone please help??
Thank you for the response @sanjuacharya77.
I thought EverestForms would more likely be the one that formats the headers correctly and then passes it on, because something like FluentSMTP isn’t always the middleman, and it may just get passed to wp_mail for example?
I will get in touch with FluentSMTP though – but yes, it has been working fine for names without commas.My bad, it was because I changed the site url in WordPress settings to using “www”, and they wouldn’t show as it didn’t update the JSON file paths.
Forum: Plugins
In reply to: [ELEX WooCommerce Australia Post Shipping] Can’t get it workingThanks, but we are currently only using the free version, so I think we would be unable to do that?
Forum: Plugins
In reply to: [ELEX WooCommerce Australia Post Shipping] Can’t get it workingPlease try these links.
View post on imgur.com
View post on imgur.com
All products have weight and dimensions set.
Forum: Plugins
In reply to: [ELEX WooCommerce Australia Post Shipping] Can’t get it workingForum: Plugins
In reply to: [Australia Post WooCommerce Extension] Not getting price calculationsI fixed that issue, but still no luck. When you click “Check delivery options” is it supposed to send a network request? I tried this, but the only requests sent seem to be from Woocommerce itself sending data to update the customers address to “/wc/store/v1/cart/update-customer”.
Forum: Plugins
In reply to: [Australia Post WooCommerce Extension] Not getting price calculationsI tried a Sydney postcode, but it didn’t make a difference for me.
Ok, I just checked for theme issues and found an outdated overridden template.“
bridge-child/woocommerce/cart/shipping-calculator.phpversion 7.0.1 is out of date. The core version is 9.7.0,”Forum: Plugins
In reply to: [Australia Post WooCommerce Extension] Not getting price calculationsThank you for your response Waseem. I’m very curious how you got that as it doesn’t seem to matter what I add, I only get local pickup. Example:
https://prnt.sc/sPb1TQ3oEH3zI use the drop arrow and confirm the address is fully filled in, but nothing happens.
Forum: Plugins
In reply to: [WP-Paginate] Granular ellipses controlWoops, sorry, missed this message.
Thanks very much for your help and doing that Alan 🙂
Forum: Plugins
In reply to: [WP-Paginate] Granular ellipses controlTrouble is, that will target ALL
<li>elements, not just the one containing the ellipses.Forum: Plugins
In reply to: [WP-Paginate] Granular ellipses controlThat will only apply the margin to the “.gap” element, not it’s parent LI with the actual margin.
Forum: Plugins
In reply to: [WP-Paginate] Granular ellipses controlYep, however the margin-left is applied to it’s container LI element, so hiding the ellipses only still leaves you with an unnecessary margin.
Forum: Plugins
In reply to: [WP-Paginate] Granular ellipses controlThere is a setting called “Hide Ellipses”; which as I recall was added as I made a good case for being able to hide it a number of years back.
Now we have that control in the settings, it would be nice to have control over it within the function call as well.
Since the plugin doesn’t allow you to have different configuration based on mobile/desktop, I have had to create two separate functions calls, one that uses the default, and another where I override the default settings; where desktop shows a lot more pages, and preferably the ellipses.
They need to be hidden on mobile due to lack of space…
Thank you very much. 🙂