Rami Yushuvaev
Rami Yushuvaev
No need to open a new issue. Send us the list here.
Hi @perks98 , The best practice in naming controls is to use some kind of prefix. ```php $this->add_control( 'prefix_icon_vertical_position', [ 'label' => esc_html__( 'Alignment', 'elementor' ), 'type' => \Elementor\Controls_Manager::CHOOSE, 'options'...
> Are you saying to best use a prefix to avoid overlapping another control or function on the same widget? Yes. > Also is this place the right place for...
@79ho3ein Please start uploading images to GitHub issues. It's very hard to read you bug reports and open new windows to understand your bug reports.
@rodolphebertozzo Can you change to 3.7.0 release?
I'm sorry, this PR won't be merged to v3.7. It was postponed to v3.8.
Hi @79ho3ein I just tagged this GitHub issue for internal use. One of our developers or QA engineers will take a look at this issue.
Fixed: https://github.com/elementor/elementor/pull/19153
@rahmatsubandi Can't find this method in Elementor Pro. You need to disable all the plugins and use the Hello theme to check if the problem repeats itself.
Hi @glorpyz , The html attribute `loading="lazy"` can be applied on `` and `` tags. Background images are simple `` tags. HTML doesn't allow lazy loading on divs. Alternative solutions...