digitalF
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 |
---|---|---|---|---|---|
custom link to wrap around the entire view
Started by: digitalF
in: Toolset Professional Support
Problem: Display URL field with custom HTML codes. Solution: You need to output the URL link directly with attribute output='raw', for example: https://toolset.com/forums/topic/custom-link-to-wrap-around-the-entire-view/#post-1202807 Relevant Documentation: https://toolset.com/documentation/customizing-sites-using-php/functions/#url |
2 | 3 | 5 years, 10 months ago | ||
Event start date
Started by: digitalF
in: Toolset Professional Support
Problem: I have a View showing Event posts from the Tribe Events plugin. I would like to show the event start date field in the View, but I cannot find it in the custom field list. Solution: You can create a custom shortcode to display the event start date: add_shortcode('tribe-start-date', 'tribe_start_date_shortcode'); function tribe_start_date_shortcode() { global $post; return tribe_get_start_date( $post->ID, false, '(l dS F Y)' ); } Relevant Documentation: |
2 | 7 | 5 years, 11 months ago | ||
views not loading
Started by: digitalF in: Toolset Professional Support |
1 | 2 | 5 years, 12 months ago | ||
views not loading on any page except the homepage
Started by: digitalF in: Toolset Professional Support |
1 | 2 | 5 years, 12 months ago | ||
Events listing in correct order
1
2
Started by: digitalF in: Toolset Professional Support |
2 | 17 | 5 years, 12 months ago | ||
getting events to list in date order
Started by: digitalF in: Toolset Professional Support |
3 | 8 | 6 years ago | ||
Views Event list
Started by: digitalF in: Toolset Professional Support |
2 | 5 | 6 years, 1 month ago | ||
listing categories
Started by: digitalF in: Toolset Professional Support |
2 | 2 | 6 years, 6 months ago | ||
custom post type course category breadcrumb
Started by: digitalF
in: Toolset Professional Support
Problem: This issue here is that the user wanted to prepend 'explore-courses' to his CPT slug. Solution: To do this go to Toolset -> Post Types and edit your post type. Scroll to Options and then you can select this option-> Use a custom URL format and then enter the slug you want to add to the link. |
2 | 7 | 6 years, 6 months ago | ||
URL field to open in a new tab
Started by: digitalF
in: Toolset Professional Support
Problem: I would like to create a link that opens in a new tab, using the URL from a custom field. When I add target="_blank" to the custom field, the link does not open in a new tab. Solution: Add target="_blank" to a link tag, then use the raw URL field as the link's href attribute. <a class='w-btn style_solid color_primary icon_none standard-button' href="[types field="newsletter-url" output="raw"][/types]" target="_blank">View Newsletter</a><br> Relevant Documentation: |
2 | 3 | 6 years, 6 months ago | ||
Plugin is conflicting with the events Calendar
Started by: digitalF in: Toolset Professional Support |
2 | 6 | 6 years, 6 months ago |