I am receiving a message that the Toolset plugin cannot connect to toolset.com for updates, even though everything appears to work fine. I need help resolving this issue.
Solution:
Ensure you are logged into toolset.com, then go to "WordPress Dashboard > Plugins > Add New > Commercial (Tab)." Unregister Toolset, then re-register it by generating a new site key and entering it in the "Site Key" field. This should resolve the connection issue.
I am building a complex website structure for a client, but Toolset is blocking single-character slugs like /p/ and /m/, which I need for certain custom post types. I am using workarounds like /pd/ and /dm/, but would like to know how to use the rewrite parameter to set the correct slugs.
Solution:
Toolset allows using single-character slugs. After creating the custom post type, go back to the edit screen and update the slug to your desired one-character slug, such as /p/ or /m/. This should work without needing the rewrite parameter.
I want to use a custom PHP template for an archive or single page while maintaining Toolset’s filtering capabilities. However, Toolset requires using its own archives for filters, and I would like to retain regular WooCommerce functionality as much as possible.
Solution:
Toolset filters cannot be used in a standard WordPress archive. However, you can create a Toolset WP archive and use a custom PHP shortcode to insert content in the desired sections while keeping the Toolset filtering functionality.