Problem: The site key I registered for my site does not appear to be working. I cannot register my plugins.
Solution: Be sure the URL of your site is identical to the URL used to create your site key. Differences like "www" in one URL will cause problems if not identical.
I've build a WooCommerce website with DIVI and now I discovered that I cannot customized Shop and category product pages and have the product filter functionalities working... is there a way to solve this issue using Toolset and still keep my DIVI theme ?
Solution:
I suggest you design/customized Shop and category product pages, so you can keep your product filter functionalities, in the loop of shop page and product page, output a content template, display custom fields/taxonomies in this content template.
Custom fields can be applied to taxonomies themselves, but I'd like to confirm if it's possible to assign a group of fields to posts under a certain taxonomy only?
Solution:
You can try these:
Edit the post field group you mentioned above, in section "Settings for YOUR FIELD GROUP", just after "Appears on", click button "Edit", here you can choose specific taxonomy term
Is it possible to achieve the same outcome of the toolset blocks using shortcodes?
I'm particularly keen to use the search/query capability, and am happy to write the layout using shortcodes in Elementor
Solution:
It is possible, you can create a content template, for example "my-ct", design it with Blocks editor, display custom fields/taxonomies and view blocks in it, in your Elementor content, you can display above content template using shortcode [wpv-post-body view_template="my-ct"]