Hi,
Can you send me your site, URL, please?
@ozyeger Thanks for the response!!
I am trying out things in my local. So I don’t have the site URL.
Here is,
// Taxonomy Control
$this->add_control(
'taxonomy',
[
'label' => __( 'Taxonomy', 'your-text-domain' ),
'type' => \Elementor\Controls_Manager::SELECT2,
'multiple' => true,
'options' => $this->get_taxonomy_options(),
'condition' => [
'post_type!' => '',
],
'frontend_available' => true,
'update_on_change' => true,
]
);
// Terms Control
$this->add_control(
'terms',
[
'label' => __( 'Terms', 'your-text-domain' ),
'type' => \Elementor\Controls_Manager::SELECT2,
'multiple' => true,
'options' => $this->get_terms_options( $this->get_settings( 'taxonomy' ) ),
'condition' => [
'taxonomy!' => '',
],
]
);
Hi,
Do you have Elementor pro on your site?
Hello @ozyeger, Can you please suggest any other solution that will work for us? It will be really helpful for us.
Thanks in advance!!
Hi,Since you are an Elementor Pro user, you can open a support ticket at <a href=”http://my.elementor.com”>my.elementor.com</a>. I’d also suggest you check out our Elementor Community forum, we have created it to connect Elementor users together and share knowledge, <a href=”http://my.elementor.com”>my.elementor.com</a>. WordPress.org rules state that <a href=”https://wordpress.org/support/guidelines/#do-not-post-about-commercial-products”>commercial products are not supported here</a>.