Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter rhonz10

    (@rhonz10)

    i guess nobody is using CPT UI and WooCommerce at the same time.. i’m stuck with these plugin conflict ??

    Plugin Author Brad Williams

    (@williamsba1)

    This is the first report I’ve seen of this bug. I’ll test the two plugins out and see if I can confirm.

    Thread Starter rhonz10

    (@rhonz10)

    @brad
    Any updates about my issue? is there a way to fix it?

    I’m using woocommerce and had the same issue where pages (all pages, not just woocommerce pages) were not showing up.

    I was using CPT UI and outputting the code, and I don’t think I had the problem while just using the interface.

    I haven’t taken the time to figure out the why, but I have figured out the source:

    In the register_taxonomy function, $object_type does not seem to accept an array (this would be “Attach to Post Type ” in the interface.

    register_taxonomy(‘taxonomy_name’, array ( 0 => ‘object_type’… does not work as output by the plugin.

    register_taxonomy(‘taxonomy_name’, array (‘object_type’… does work.

    Again, I haven’t delved too deeply into this and any permutations, but that change worked for me.

    I’m using Woocommerce as well, and no conflicts at all with my site or shopping cart/checkout!

    Hope you got this resolved!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Custom Post Type UI conflicting with WooCommerce’ is closed to new replies.