-
Notifications
You must be signed in to change notification settings - Fork 10.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
line-height in h1 - email notification #1
Comments
ghost
assigned jameskoster
Sep 13, 2011
Closed
mikejolley
pushed a commit
that referenced
this issue
Dec 4, 2012
ChromeOrange
added a commit
that referenced
this issue
Feb 25, 2014
mikejolley
pushed a commit
that referenced
this issue
Mar 12, 2014
Fix for #5106 - allow checkout in older IE
ChromeOrange
added a commit
that referenced
this issue
Mar 31, 2014
mikejolley
pushed a commit
that referenced
this issue
May 22, 2014
claudiosanches
added a commit
that referenced
this issue
Oct 11, 2014
Stopped this erros: PHP Warning: array_intersect(): Argument #1 is not an array in wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-shipping-method.php on line 182 PHP Warning: in_array() expects parameter 2 to be array, null given in wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-shipping-method.php on line 194 @mikejolley
claudiosanches
added a commit
that referenced
this issue
Oct 11, 2014
Stopped this erros: PHP Warning: array_intersect(): Argument #1 is not an array in wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-shipping-method.php on line 182 PHP Warning: in_array() expects parameter 2 to be array, null given in wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-shipping-method.php on line 194
claudiosanches
added a commit
that referenced
this issue
Oct 21, 2014
Stopped this erros: PHP Warning: array_intersect(): Argument #1 is not an array in wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-shipping-method.php on line 182 PHP Warning: in_array() expects parameter 2 to be array, null given in wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-shipping-method.php on line 194 @mikejolley
This was referenced Mar 25, 2015
5 tasks
5 tasks
5 tasks
12 tasks
5 tasks
12 tasks
5 tasks
5 tasks
5 tasks
5 tasks
5 tasks
bor0
added a commit
that referenced
this issue
Oct 27, 2024
This works fine: ``` curl -u bor0:asdf -X OPTIONS "localhost:8080/wp-json/wc/store/v1/products?_unstable_tax_asdf_operator=1" | jq ``` However, this causes a fatal error `PHP Fatal error: Uncaught TypeError: str_starts_with(): Argument #1 ($haystack) must be of type string, int given`: ``` curl -u bor0:asdf -X OPTIONS "localhost:8080/wp-json/wc/store/v1/products?1=2" | jq ```
bor0
added a commit
that referenced
this issue
Oct 27, 2024
This works fine: ``` curl -u bor0:asdf -X OPTIONS "localhost:8080/wp-json/wc/store/v1/products?_unstable_tax_asdf_operator=1" | jq ``` However, this causes a fatal error `PHP Fatal error: Uncaught TypeError: str_starts_with(): Argument #1 ($haystack) must be of type string, int given`: ``` curl -u bor0:asdf -X OPTIONS "localhost:8080/wp-json/wc/store/v1/products?1=2" | jq ```
bor0
added a commit
that referenced
this issue
Oct 28, 2024
This works fine: ``` curl -u bor0:asdf -X OPTIONS "localhost:8080/wp-json/wc/store/v1/products?_unstable_tax_asdf_operator=1" | jq ``` However, this causes a fatal error `PHP Fatal error: Uncaught TypeError: str_starts_with(): Argument #1 ($haystack) must be of type string, int given`: ``` curl -u bor0:asdf -X OPTIONS "localhost:8080/wp-json/wc/store/v1/products?1=2" | jq ```
5 tasks
github-actions bot
pushed a commit
that referenced
this issue
Nov 12, 2024
This works fine: ``` curl -u bor0:asdf -X OPTIONS "localhost:8080/wp-json/wc/store/v1/products?_unstable_tax_asdf_operator=1" | jq ``` However, this causes a fatal error `PHP Fatal error: Uncaught TypeError: str_starts_with(): Argument #1 ($haystack) must be of type string, int given`: ``` curl -u bor0:asdf -X OPTIONS "localhost:8080/wp-json/wc/store/v1/products?1=2" | jq ```
naman03malhotra
pushed a commit
that referenced
this issue
Nov 12, 2024
* Add a `is_string` check to the params iterator (#52361) This works fine: ``` curl -u bor0:asdf -X OPTIONS "localhost:8080/wp-json/wc/store/v1/products?_unstable_tax_asdf_operator=1" | jq ``` However, this causes a fatal error `PHP Fatal error: Uncaught TypeError: str_starts_with(): Argument #1 ($haystack) must be of type string, int given`: ``` curl -u bor0:asdf -X OPTIONS "localhost:8080/wp-json/wc/store/v1/products?1=2" | jq ``` * Prep for cherry pick 52361 --------- Co-authored-by: Boro Sitnikovski <[email protected]> Co-authored-by: WooCommerce Bot <[email protected]>
5 tasks
5 tasks
12 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The line-height in the email notification h1 should be increased. It's not a big issue. When WooCommerce sends out a new order email the problem doesn't occur because the title stays on one line, but I use a debug feature in the Payson gateway and the title gets longer. When it spills over on a second line the text overlaps.
The text was updated successfully, but these errors were encountered: