BD
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Add the active taxonomy slug to the menu when viewing a related custom post type
Started by: BD in: Toolset Professional Support |
2 | 7 | 1 year, 8 months ago | ||
[wpv-taxonomy-description] not rendering html from WYSIWYG editor
Started by: BD in: Toolset Professional Support |
2 | 3 | 2 years, 5 months ago | ||
Click on a calendar date to view events on that day
Started by: BD
in: Toolset Professional Support
Problem: How to make a link to the single post in the Calendar View in a classic View. Solution: I added the [wpv-post-url] shortcode to show the post URL. Then I wrapped it in a div with a class: <div class="calendar">[types field='important-date' style='calendar'][/types]<div class="the-post-url" style="display: none;">[wpv-post-url]</div></div> Then I added the JS code below to JS Editor to move that URL to the proper A tag that you made it bold: (function($) { $('div.calendar').each(function() { var theURL = $(this).find('.the-post-url').text(); $(this).find('table a').attr('href', theURL); }); })(jQuery); |
2 | 7 | 2 years, 11 months ago | ||
Output just the ALT tag for a repeating image field in Views when URL=’true’
Started by: BD
in: Toolset Professional Support
Problem: Solution: You can find the proposed solution in this case with the following reply: Relevant Documentation: |
2 | 7 | 2 years, 11 months ago | ||
Custom Ordering using Views for Many to Many Relationships
Started by: BD
in: Toolset Professional Support
Problem: I have a custom post type 'content-panels' that has a many-to-many relationship with Pages. I would like the order of the Content Panels to be different on a page-by-page basis, so I have created a numeric custom field ('position-of-content-panel-on-page') that is associated with the intermediary post type: 'content-panel-page'. I have successfully set the order number for the Content Panels (different for each page). The problem I have is that I need Views to output the Content Panels in the order dictated by the same intermediate custom field. Solution: You need to setup a post view: - Query posts of intermediary post type 'content-panel-page' - Order the results by custom field 'position-of-content-panel-on-page' - Filter by post type relationship between 'content-panels' and 'Pages'. - In view's loop, display related "Content Panels" post information Relevant Documentation: https://toolset.com/course-lesson/displaying-related-posts/#displaying-one-related-item-parent |
2 | 7 | 2 years, 11 months ago | ||
Where to use this Field Group – 'Default' page template never stays ticked
Started by: BD in: Toolset Professional Support |
2 | 4 | 3 years, 2 months ago | ||
Hide a LOAD MORE button after Ajax has loaded last results
Started by: BD
in: Toolset Professional Support
Problem: Solution: span.wpv-filter-next-link.page-link { display: none; } |
2 | 5 | 4 years, 9 months ago | ||
Views Parametric Filter Sorting / Selections no Longer Working with Views 3.0.1
1
2
Started by: BD in: Toolset Professional Support |
3 | 18 | 5 years ago | ||
Using total count of unfiltered posts as conditional: if [wpv-found-count] < ALL
Started by: BD in: Toolset Professional Support |
2 | 7 | 5 years, 10 months ago | ||
"Include in search" for custom fields doesn't stay checked in a repeatable group
Started by: BD in: Toolset Professional Support |
2 | 12 | 6 years ago | ||
Heads Up: Types download is named 'Downloads' on your website
Started by: BD in: Toolset Professional Support |
2 | 3 | 6 years, 7 months ago |