olstadesigns
Forum Replies Created
-
Hi Repon,
I will send you an email.Thank you
- This reply was modified 5 months, 3 weeks ago by olstadesigns.
Great. Thank you. This has solved the issue.
Forum: Plugins
In reply to: [Checkout Address AutoFill For WooCommerce] Can’t do Australian addreesesYes I agree, we need the following example of Google address data to autofill correctly:
complete_address_1 : 18
complete_address_2 : Brickworks Road, Kallangur
district : Moreton Bay Region
state : QLD
state_long : Queensland
country : AU
country_long : Australia
postal_code : 4503
city : undefined
street_number : undefined
neighborhood : undefined
premise : undefined
sublocality_level_1 : undefined
sublocality_level_2 : undefined
sublocality_level_3 : undefined
route : undefinedThis needs to be auto filled like this here in Australia:
“billing_address_1” = 18 Brickworks Road (complete_address_1 & complete_address_2 needs to be on same line)
“billing city” = Kallangur (last part after the comma from complete_address_2)
“billing_state” = Queensland (state_long)
“billing_postcode” = 4503 (postal_code)
“billing_country” = Australia (country_long)Is there someone that knows how to modify autofill.js to achieve these results? My coding skills aren’t that great.
I would have if your form submitted. Your email address errors and bounces back as well. All good I had a look further into the issue and resolves the Javascript conflict.
Thanks
I have uninstalled your plugin and the website is still broken on out of stock pages. Why would this be?
Also the product pic/s have disappeared on the out of stock product pages.
Forum: Plugins
In reply to: [Shipping Insurance WooCommerce Addon] Modify TitleI’ll assume there’s no support for this plugin. Can anyone assist me at all that might be reading this?
Forum: Plugins
In reply to: [Autoptimize] Autoptimize is blocking Facebook Open GraphThanks for your response. I ended up doing this to solve the issue. I was just wondering whether there was another way to keep the inline all CSS enabled. In saying that there isn’t much difference in website speed and/or score having this turn off so I will just keep this option off ??
Forum: Plugins
In reply to: [Autoptimize] Autoptimize is blocking Facebook Open GraphHi,
Thanks for the fix. It worked perfectly but it conflicts with the way the site loads. I am using the Divi theme and pasted this code into the functions.php file. Once I cleared the cache I noticed the template didn’t load properly. If i remove the code from the fuctions.php file and clear cache everything works fine again. Is there another way to resolve the issue with Autoptimize blocking Facebook Open Graph?
Forum: Plugins
In reply to: [Year Make Model Search for WooCommerce] Filter Function not workingHello Stanislav,
Email send from olstadesigns email account.
Thanks
Forum: Plugins
In reply to: [Plugin Organizer] Clarification on Wildcard UseI would also like the wildcard feature improved please. Trying to do exactly the same thing with “action=edit” pages in the wp-admin area.
Thanks
Forum: Plugins
In reply to: [WooCommerce Menu Extension] Function create_function() is deprecatedIs there any support for this plugin or am I better off trying to find another one. I have no response here and I also emailed the plugin author and have no response? Strange thing is this plugin was only updated 1 month ago so would have thought there would be some support or at least a response? I see alot of tickets have not been responded to.
Ok I replaced these and it works now. I missed a sneaky one on line 12 which was the one that pointed to formatting.php which was the error I was having the issue with.
Thanks
Hi, no I don’t I literally just got a plugin update notification for version 1.0.10 but there doesn’t seem to be this file version for “Make Model Engine”.
You mention in there:
This update will make it load second drop-down on WordPress 5.1
If you have a modified version just replace all require() with require_once() in the file:
wp-content/plugins/ymm-search/ymm_ajax.phpShall I just replace all intances of or “require” to “require_once” in this file?
I have solved the issue. Seems the plugin didn’t like being installed as a “Network Activate” so I activated this individually on site 2 of the network install and it is functioning as it should. Thanks