Does not import Elementor Select2 values
-
Hi,
First of all, thanks so much for this fantastic plugin which works out of the box than any other import plugin out there.
I am building a theme based on Elementor page builder and included Advanced import via TGMPA. All the demo data has been imported successfully except the values set using a select2 settings. For example, if I create an custom extension that adds WooCommerce products and it has options for adding selected category or selected IDs using the code
$this->add_control( 'woo_featured_products_list', [ 'label' => esc_html__( 'Select Featured products', 'theme-name' ), 'type' => Controls_Manager::SELECT2, 'multiple' => true, 'options' => $this->woo_featured_products_list(), ] );After importing a demo, the set values aren’t imported and the section looks empty.
Is there a solution to overcome this?
The topic ‘Does not import Elementor Select2 values’ is closed to new replies.