VisualComposer / vcwb-demo-element-example-plugin

Demo elements Wordpress plugin example for VCWB using elements API
GNU General Public License v3.0
31 stars 10 forks source link

Cannot Select Taxonomy for Custom Post Type #24

Open NewVibe opened 3 weeks ago

NewVibe commented 3 weeks ago

After choosing Custom Post Type in the Data Source tab of the demoGrid element, taxonomy options remain empty.

Steps to duplicate:

  1. Create a custom post type
  2. Create a taxonomy and associate it with that custom type
  3. Add posts of the custom post type, assign each post taxonomy terms
  4. On a page, insert the demoGrid element
  5. Open the Data Source tab and select "Custom Post Type"
  6. The created post type appears in the list - select it

The "Select taxonomy" dropdown remains empty.

nikitahl commented 3 weeks ago

Hello! I confirm this issue, but it is related to the plugin side. We will fix it in the https://github.com/VisualComposer/builder repo.

NewVibe commented 3 weeks ago

Thanks!