kayser
Support threads created in the last 30 days: 1
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
| Status | Topic | Supporter | Voices | Posts | Freshness |
|---|---|---|---|---|---|
|
image link
Started by: kayser
in: Toolset Professional Support
Problem: Images on the frontend were opening the media page even though the image link option had been set to “None”. Solution: The frontend content was not coming from the main WordPress editor. It was being loaded from a WYSIWYG custom field named editor, used by the View. The image links were still present in that custom field. After removing the link from the correct custom field, the frontend reflected the change. Future edits need to be made in that custom field, not in the main page content. |
|
1 | 4 | 3 weeks, 1 day ago | |
|
customizing cluster
Started by: kayser in: Toolset Professional Support |
|
1 | 12 | 6 months, 2 weeks ago | |
|
nested view
Started by: kayser
in: Toolset Professional Support
Problem: I want to display nested repeatable fields in Toolset to show a tour schedule of a recording truck with cities, each having multiple locations and schedules. I was unsure how to implement this using Toolset Views and Repeatable Field Groups. Solution: Enable legacy Views, then create a nested structure with two Repeatable Field Groups—Cities and within each, Locations. Use two nested Views: one for Locations and one for Cities, filtering by parent post, and embed them in the Content Template for the main "Stations" post. Relevant Documentation: https://toolset.com/course-lesson/enabling-legacy-version-of-toolset-views/ |
|
1 | 7 | 11 months, 1 week ago | |
|
link to custom post from other field
Started by: kayser
in: Toolset Professional Support
Problem: I want to associate each album with an author and display the author's name as a clickable link that directs to their custom post page. Solution: The best approach is to create a one-to-many post relationship between the Author and Album post types. This allows you to select an author directly within the album post. Then, using a Toolset View, you can retrieve and display the related author’s title with a link to their page. Relevant Documentation: https://toolset.com/course-chapter/using-post-relationships-on-membership-sites/ |
|
1 | 7 | 1 year, 1 month ago | |
|
Filtering Views Query by Date ?
Started by: kayser in: Toolset Professional Support |
|
1 | 10 | 1 year, 2 months ago | |
|
picture size
Started by: kayser
in: Toolset Professional Support
Problem: I encountered an issue where image sizes render differently in Chrome compared to Firefox. Solution: To fix the issue, add the following CSS code to your theme:
div.tb-gallery img {
height: 100% !important;
}
.tb-gallery--grid--nocrop .tb-gallery__cell {
height: 100%;
}
|
|
1 | 6 | 1 year, 4 months ago | |
|
type E_ERROR
Started by: kayser in: Toolset Professional Support |
|
1 | 11 | 1 year, 5 months ago | |
|
rand result in custom searc
Started by: kayser
in: Toolset Professional Support
Problem: The user wants to display search results in a random order in a Toolset View without showing the sorting dropdown menu. Solution: Set Sorting to Random Order: 1. Add a sorting control to the Toolset View. Hide Sorting Dropdown Menu: 1. Use custom CSS to hide the sorting dropdown menu.
div.wpv-sorting-block {
display: none;
}
Relevant Documentation: https://toolset.com/course-lesson/creating-a-view/#add-front-end-sorting-to-a-view |
|
2 | 11 | 2 years, 1 month ago | |
|
styling read more
Started by: kayser in: Toolset Professional Support |
|
2 | 6 | 2 years, 2 months ago | |
|
no marker icon
Started by: kayser
in: Toolset Professional Support
Problem: The marker is not appearing on the map, and assistance is needed to resolve the issue. Solution: Ensure that you follow the steps outlined in the Toolset documentation for displaying markers on maps: https://toolset.com/documentation/legacy-features/maps-plugin/displaying-markers-on-maps/ Additionally, correct the URL format in the "marker_icon" attribute of the shortcode; replace "https//" with "https://": Relevant Documentation: https://toolset.com/documentation/legacy-features/maps-plugin/displaying-markers-on-maps/ |
|
2 | 2 | 2 years, 2 months ago | |
|
single duplicate in a grid
Started by: kayser
in: Toolset Professional Support
Problem: Two grids with single fields are causing duplication issues when the second row is conditional. The second field in red is duplicated in the first one (in blue). Solution: - Check for HTML code inside conditionals that might cause errors, especially unclosed tags. Relevant Documentation: https://toolset.com/course-lesson/using-toolset-conditional-block/ |
|
2 | 11 | 2 years, 2 months ago | |
|
makes an error in the html of the content template but
Started by: kayser in: Toolset Professional Support |
|
2 | 8 | 2 years, 3 months ago | |
|
different map marker
1
2
Started by: kayser in: Toolset Professional Support |
|
2 | 19 | 2 years, 8 months ago | |
|
thumbnail size
Started by: kayser in: Toolset Professional Support |
|
2 | 7 | 3 years, 9 months ago | |
|
an empty space in the alignment
Started by: kayser
in: Toolset Professional Support
Problem: Solution: |
|
2 | 9 | 4 years, 11 months ago |