06/26/2014 at 11:06 am
#295185
Keymaster
@ Deepanshu
You can add the categories to the card.php or card-single.php files by adding this where you want them to be displayed:
$entry->getCategoryBlock( array( 'separator' => ', ', 'before' => '<span>', 'after' => '</span>' ) );
I recommend following the method in this QuickTip so you can add it in an update safe way.
The conflict with Form and WooCommerce is likely because they both use Chosen to enhance the dropdown selects. Connections uses the latest release version, perhaps WooCommerce does not? If this is the reason, upgrading to Form 2.0 would not solve the issue because both Form 1.0 and 2.0 use the version of Chosen bundled with Connections. Any way, without being able to see the issue, that my best guess and my suggestion and where to look to resolve the issue.
Hope that helps!
