David Rozando

Results 22 comments of David Rozando

Maybe something like this? ![untitled-1](https://user-images.githubusercontent.com/1287713/52615091-7c943200-2ec6-11e9-8e6a-a0883a8109c8.jpg) So user can provide the color palette in array format to the options. It should work with the `setOption` method too.

The implementation on the array could be something like this: ``` Kirki::add_section( 'blog', array( 'title' => __( 'Blog' ), 'priority' => 160, 'preview_url' => get_option( 'show_on_front' ) == 'page' ?...

Thanks for the update @MapSteps , we will do further test

Hi guys, any update on the default value issue?

+1 A ref to the ReactSortable instance would be really useful.

+1 for this! This happens because the new Importer doesn't change GUID of the imported posts. It's mentioned on WordPress Importer v2 discussion. > On import, the GUID of the...

Hi @rmccue , Yeah, I am using 3rd party plugin, named [One Click Demo Import](https://github.com/proteusthemes/one-click-demo-import). It uses your WordPress Importer v2. But it seems they only partially include your WordPress...

@capuderg, After investigating for a while, I think the plugin works fine. The mistake is from my own custom function. Thanks for clarifying here. You did an awesome work on...

Just tested the dummy data (dummy-data.xml) from WooCommerce using the WordPress Importer v2. It failed to import the Color attribute. Any fix on this?

Hi @ntwb You can go to Products > Attributes. There is no "color" attribute imported. Well, in the process, you would see "Failed to import pa_color ..." warning message, and...