Problem:
Automatic login after registration not working Solution:
The customer confirmed they had a problem because they didn't have a username on the registration form
I aim to pass a value from a custom field "product id" on a custom post type template "brands" to another view displaying fields from a different custom post type "products." However, I am uncertain about creating a custom shortcode to achieve this.
Image block in VIEW on toolset CPT template missing options
Solution:
Please update Toolset:
- IMPORTANT STEP! Create a backup of your website. Or better approach will be to test this on a copy/staging version of the website to avoid any disruption of a live website.
- Go to "WordPress Dashboard > Plugins > Add new > Commercial (tab)".
- Click the "Check for Updates" button.
- Update Toolset and its addons there.
Problem:
Search for posts with custom post status in views not working Solution:
I checked it and the issue was with the third filter: Filter by post relationship or repeatable fields group owner.
With it disabled, the filter by status was working fine.
I checked it and it seems like the Owner participates of two different relationships. By selecting the only one relationship, it somehow was impacting with the status filter.
I changed it slightly, updating it to check if the current item in the loop has any relationship with the current owner.