Rami Yushuvaev

Results 86 comments of Rami Yushuvaev

All the information you need is documented in the [Child Themes handbook](https://developer.wordpress.org/themes/advanced-topics/child-themes/).

You need to contact the developers that created the child theme for your site. Seems like he added some woocommerce-related templates files, and some of theme should be updated from...

The child theme doesn't add files from frostpress. You can see what files it adds in GitHub.

Each developer can add this file or any other file to the his child theme.

A child theme is part of the WordPress theme specification, therefore we suggest reading WordPress dev resources. The [Child Themes handbook](https://developer.wordpress.org/themes/advanced-topics/child-themes/) is a good place to start.

Thank you for the PR. I think the `fields_options` argument should be documented in all the group controls, not only in background group control.

Also see https://github.com/elementor/elementor/issues/3128

Alternatively, you can set multiple values in the condition: ``` 'object-fit' => [ 'cover', 'scale-down', ... ], ``` This won't display the `object-position` control when `object-fit` is not set /...

@portrayaloflife Please provide code examples.