|
Should I use the new post relationship features now
Started by: Franco Calcagni
in: Toolset Professional Support
Quick solution available
Problem: I would like to know if I should use the new M2M beta plugins now, or continue using the production versions. I am creating a new site. I would like to choose the safest option, and I would like to know about backwards compatibility.
Solution: The safest solution is to wait until the new relationship production versions are released, since beta plugins are more prone to errors and less complete. However, new features in the beta plugins are not available yet in the production versions so you will not be able to take advantage of key improvements, like repeating field groups and more robust relationship filters in Views. When the new relationship features are released in the production versions, a migration process will be offered that will migrate existing relationships into the new relationship structure. This will help ensure existing content works in the new relationship structures. Once migration happens, there is no reversal process so at that point any new relationship data added to the system will not be backwards compatible. If any custom code is put in place that queries those old relationships, some manual code changes may be necessary as well.
|
|
2 |
3 |
6 years, 8 months ago
Franco Calcagni
|
|
Repeating Fields
Started by: davoodD-2
in: Toolset Professional Support
|
|
2 |
17 |
6 years, 8 months ago
Beda
|
|
Create 2 or more subscriptions with a different role for each subscription, using Toolset and WooCommerce Subscriptions Plugin?
Started by: richardM-10
in: Toolset Professional Support
Quick solution available
Problem
Can I add new users with a User Form by CRED (so I can use some additional user fields) and connect it with a Subscription Product the same way I can connect it with a regular WooCommerce product?
|
|
2 |
2 |
6 years, 8 months ago
Beda
|
|
Using conditional logic
Started by: jackO
in: Toolset Professional Support
|
|
2 |
2 |
6 years, 9 months ago
Luo Yang
|
|
How to use taxonomy terms as variables in Content template
Started by: jozsefG
in: Toolset Professional Support
Quick solution available
Problem: I would like to use a Term field to store some style information. In a Post, I would like to access that style information using the Types termmeta shortcode, but it doesn't work.
Solution: The recommended workflow is to create a taxonomy View, filtered by term, where the term is set by the current post. This will allow you to loop over all the terms applied to the current post and output any termmeta information you want to include.
|
|
2 |
6 |
6 years, 9 months ago
Christian Cox
|
|
Custom field work on shop page but not for single product page
Started by: jackO
in: Toolset Professional Support
Quick solution available
Problem:
Client is creating a Content Template for single products, but the changes are not reflected on the front-end.
Solution:
The client is mixing Layouts and Views Content Templates, creating both and assigning them to single products. In that case Layouts "wins", and the Views Content Template is not used. If not required the Layout needs to be unassigned from single products.
Relevant Documentation:
https://toolset.com/documentation/user-guides/when-to-use-content-templates-instead-of-layouts/
|
|
2 |
5 |
6 years, 9 months ago
Nigel
|
|
WooCommerce and WC Custom Post Types Manager
Started by: AlexanderN4266
in: Toolset Professional Support
|
|
2 |
4 |
6 years, 9 months ago
Luo Yang
|
|
information disappears when adding query filters to author archive
Started by: coetzeeG
in: Toolset Professional Support
Quick solution available
|
|
2 |
10 |
6 years, 9 months ago
coetzeeG
|
|
How to organize gallery for multipurpose (and external) usage
Started by: Ljuba
in: Toolset Professional Support
Quick solution available
Problem: I would like to use CRED to allow my site Users to upload multiple images, and associate those images with CPTs. Some of those CPTs are child posts, some are parents, some are grandparents. What is the best way to associate the images with all levels of the CPT hierarchy?
Solution: It depends on your site's requirements. There are several things to consider.
- It is easier to create custom search filters using custom fields attached to the same post type shown in the View.
- However, it is not possible to use repeating fields in child posts in the current stable version of Types. The new beta M2M features will address some of this issue.
- Taxonomies can be used to relate the images to multiple CPTs, but they must be managed by your Users.
- Galleries and Carousels in Divi Builder have limited options for filtering the results, and it is not possible to use shortcodes as filters. So Divi cannot access custom fields effectively in the Gallery or Carousel module.
- Elementor ACF Gallery modules may or may not work with Types custom fields. Types custom fields are stored in the postmeta table using the previx "wpcf-".
|
|
2 |
11 |
6 years, 9 months ago
Ljuba
|
|
Adding another Toolset area to the site
Started by: StephenD4019
in: Toolset Professional Support
|
|
1 |
2 |
6 years, 9 months ago
StephenD4019
|
|
Job posting site
Started by: ericW-5
in: Toolset Professional Support
|
|
2 |
2 |
6 years, 9 months ago
Shane
|
|
What are the options for displaying different content to different users on the front-end?
Started by: Ljuba
in: Toolset Professional Support
Quick solution available
Problem:
What are the options for displaying different content to different users on the front-end?
Solution:
To display different content on the front-end according to some criteria you essentially have two options.
If the thing being tested relates to the person doing the looking (the user browsing the website is registered and has a certain role because they have paid for a particular membership, for example) then you can use Access to restrict the visibility of whole pages, or to selectively show certain content on a page (as described here: https://toolset.com/documentation/user-guides/access-control-texts-inside-page-content/).
If the thing being tested relates to the thing being looked at then you would need to add custom fields to the content being viewed and then use the wpv-conditional shortcodes to test the content of those custom fields and selectively display what is wrapped in the shortcode, as described here: https://toolset.com/documentation/user-guides/conditional-html-output-in-views/
|
|
2 |
7 |
6 years, 9 months ago
Ljuba
|
|
Checkboxes or taxonomy
Started by: Ljuba
in: Toolset Professional Support
Quick solution available
Problem:
Is it recommended to use taxonomies (with checkboxes) or checkboxes custom fields?
Solution:
If you intend to filter a View using these checkboxes you should probably use taxonomies rather than a checkboxes custom field, because within WordPress taxonomy filters are more performant that meta query filters (https://tomjn.com/2017/02/27/not-post-meta-bad/).
See the answer below for a more detailed discussion.
|
|
2 |
3 |
6 years, 9 months ago
Ljuba
|
|
How to bundle and export things I created with Toolset?
Started by: simoneN-2
in: Toolset Professional Support
Quick solution available
Problem:
I created several things with toolset on a site.
I want to re-use it, without redoing all the work.
Is this possible?
Solution:
Yes, in different ways, starting from simply exporting/importing structures through Toolset > Import/Export, or with Module Manager.
More complex, you can use the framework installer to install structures we built, but you like to use, or, you can build and ship themes.
Or, you can create Modules, which you can re-use for development on other sites, using the module manager:
Relevant Documentation:
https://toolset.com/home/toolset-for-theme-authors/
https://toolset.com/documentation/user-guides/using-toolset-module-manager/
https://discover-wp.com/
https://toolset.com/documentation/user-guides/how-to-importexport-types-structures/
|
|
2 |
3 |
6 years, 9 months ago
simoneN-2
|
|
Ad custom search to author page
Started by: coetzeeG
in: Toolset Professional Support
Quick solution available
|
|
2 |
9 |
6 years, 9 months ago
coetzeeG
|