Support » Plugin: IdeaPush » Conflict with Woocommerce Search

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

    (@adamccc)

    I’ve limited it down to this function that’s causing the issue:

    // Now register the non-hierarchical taxonomy like tag

    register_taxonomy(‘tags’,’idea’,array(
    ‘hierarchical’ => false,
    ‘labels’ => $labels,
    ‘show_ui’ => true,
    ‘show_in_menu’ => true,
    ‘show_in_nav_menus’ => false,
    ‘show_admin_column’ => true,
    ‘update_count_callback’ => ‘_update_post_term_count’,
    ‘query_var’ => true,
    ‘rewrite’ => array( ‘slug’ => ‘ip-tag’ ),
    ‘capabilities’ => array (
    ‘manage_terms’ => ‘read’, //by default only admin
    ‘edit_terms’ => ‘manage_tags’,
    ‘delete_terms’ => ‘manage_tags’,
    ‘assign_terms’ => ‘edit_tags’
    ),
    ));

    Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    Hi @adamccc,

    I am not sure, as that’s a premium WordPress plugin I can’t test it. The registration of a custom taxonomy isn’t something that should break another plugin. I would suggest speaking to the other plugin author as there’s nothing wrong about creating custom taxonomies.

    Thanks,

    Thread Starter adamccc

    (@adamccc)

    Thanks for your reply – I’ve commented out these lines for now – it means no tags on ideas but everything else works.

    Thanks
    Adam

    Thread Starter adamccc

    (@adamccc)

    Here’s our page: https://wuzci.com/suggestions-for-wuzci/

    Great plugin again – as a suggestion, I’d love an option to make voting anonymous. I’ve used and created previous plugins where voting was monitored by IP or a session token – if someone were to game that, then that’s completely fine by me but I’d love to get less friction from prospective customers. I’d definitely consider a pro purchase if this was a feature

    Thanks

    Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    Hi @adamccc,

    Ok good to hear. Yeah we require login so there’s no gaming of the system. Thanks,

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Conflict with Woocommerce Search’ is closed to new replies.