marpessa1
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Mobile IssueOh, how come I didn’t see that option I have no idea. Thank you very much!
Will do!
Ah that worked! Thank you very much for the perfect support!
Forum: Plugins
In reply to: [WooCommerce] New states show up as codes in e-mailsOr, can I use a function that uses the below logic and prints the state name anywhere in the site?
'formated_state' => WC()->countries->states[$order->get_billing_country()][$order->get_billing_state()], //human readable formated state name
As in here? Can you help me with that?
https://www.phpwala.in/woocommerce/get-full-country-name-from-country-code-in-woocommerce/2015/11Forum: Plugins
In reply to: [WooCommerce] New states show up as codes in e-mailsI have one other question;
How about I use the exact state name instead of the TRXX code?
Say, if I use it as;
add_filter( ‘woocommerce_states’, ‘custom_woocommerce_states’ );
function custom_woocommerce_states( $states ) {
$states[‘TR’] = array(
‘Arnavutk?y – Baklal?’ => ‘Arnavutk?y – Baklal?’,would the empty spaces and Turkish characters create a problem?
Forum: Plugins
In reply to: [WooCommerce] New states show up as codes in e-mailsHello Thomas, thanks for your help. Well that’s the problem, it shows the “code” instead of the value. I would like it to show “New New York” in the e-mails instead of the “NNY” as it does on the frontend state list. Is there any way to achieve this?
Forum: Plugins
In reply to: [WooCommerce] “No shipping methods available “Wow, I have never thought the problem was actually payment methods. I’ve added one and now it works perfectly. Thank you very much!
I checked the code here and it actually works: https://developers.google.com/interactive-media-ads/docs/sdks/html5/vastinspector
I’ll e-mail you but if you happen to have any idea that might fix it, I’ll very much appreciate it.
Hey Thomas, thanks for your reply. I tried that but unfortunately it didnt work. I tried including both the link I posted above and the content that shows up when I click on the link, but no luck. Which code exactly should I be adding? It’s a video ad, do you think that might be the problem? Does the plain text and code support VAST codes?
Forum: Fixing WordPress
In reply to: Thumbnail quality issueI cannot find “photon” options on jetpack panel, how can I disable it?
“Speed up images and photos” option is not enable btw.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Thumbnail quality issueHmm, I thought this was related to jetpack, but apparently it’s not. I’ll see what I can do. Thanks very much.
Forum: Fixing WordPress
In reply to: Every plugin causes 500 server errorI guess this is an automated reply as my problem has nothing to do with this. Could you please read my post? I’ve already tried disabling all plugins and editing the htaccess file. The problem is NOT related to a specific plugin. Any plugin causes this.
Forum: Plugins
In reply to: [WooCommerce] Account creation without first & last name infoThanks for pointing that out – i was able to fix the issue by adding extra fields to registration form. This article was very helpful.
Forum: Plugins
In reply to: [WooCommerce] Account creation without first & last name infoHmm I guess so. Should I disable it?
Forum: Fixing WordPress
In reply to: Page shows up blank?Turns out it was a plugin issue. Fixed now. TY!