The custom post type "venue" displays a white background, unlike the "artist" custom post type, which has the correct background color. Attempting to reuse the "artist" template for "venue" does not fix the background issue.
Solution:
- Create separate Content Templates for the "artist" and "venue" custom post types.
- Assign a unique CSS class for each template in their respective settings.
- Add CSS to your theme to define the desired background color for each class.
Using a Toolset View within an Elementor Loop Grid displays all linked files for all posts, rather than only the files associated with the current post.
Solution:
Toolset Views and Elementor Loop Grids are not fully compatible. Instead, use a Toolset View for the loop and integrate it with Elementor via a shortcode.
Create a Toolset View for the Loop:
- Go to Toolset > Views.
- Create a new View to display your "Documents" custom post type.
- Configure the View to display the fields you need, ensuring it filters by the current post.
Add the Toolset View to Elementor:
- In Elementor, use the Text Editor or Shortcode widget.
- Add the shortcode for your Toolset View.
You want to link "Documents" (CPT) to "Events" (CPT) so that certain documents can be associated with specific events and displayed dynamically on an event's page.
Solution:
One-to-Many Relationship:
- Use this if each Document is linked to only one Event.
- Example: A single Document can only be associated with one Event.
Many-to-Many Relationship:
- Use this if a Document can be linked to multiple Events and an Event can have multiple Documents.
- Example: Shared resources like policies or templates across multiple events.
The customer encountered a footer bar on their site displaying the message:
“This site is registered on Toolset.com as a development site.”
They found this footer message intrusive and wanted to remove it immediately.
Solution:
This issue occurs because the site's Toolset key is registered as a "development" site. To resolve this, the customer was advised to:
- Remove the current site key.
- Generate a new site key and set it as a "production" key instead of "development."
- This process was detailed in a related forum reply shared with the customer.