Steve
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 |
---|---|---|---|---|---|
slide show modal window display all closing 3 marks
Started by: Steve in: Toolset Professional Support |
1 | 3 | 5 days, 16 hours ago | ||
conditional widget on woo category archive pages
Started by: Steve
in: Toolset Professional Support
Problem: The customer created WooCommerce archive pages using Toolset and wanted to display a widget in those archive pages only. They used the is_product_category() conditional wrapper, but the widget content did not appear on the front end. The customer was unsure if a different conditional wrapper was needed because the WooCommerce archive was created using Toolset. Solution: We suggested using the woocommerce_page_title hook to add the conditional, which worked in a similar setup. Additionally, we provided an alternative solution involving the creation of a custom shortcode [is_tax_sc] to check if the current page is an archive page of a specific taxonomy (in this case, 'product_cat'). This shortcode could then be used with Toolset’s conditional shortcode to display the widget only on the product archive pages. The customer later confirmed that the issue was resolved after switching from a Genesis page hook to a WooCommerce hook. |
2 | 5 | 3 months, 1 week ago | ||
Sort a taxonomy by a custom field
Started by: Steve in: Toolset Professional Support |
2 | 7 | 5 months, 1 week ago | ||
filtering woo archive by product category
Started by: Steve
in: Toolset Professional Support
Problem: Create a taxonomy view that lists terms of the custom taxonomy. |
2 | 3 | 5 months, 2 weeks ago | ||
conditional display of content based on role of logged in user
Started by: Steve in: Toolset Professional Support |
2 | 4 | 5 months, 2 weeks ago | ||
restricting editing acess to a single post type
Started by: Steve in: Toolset Professional Support |
3 | 7 | 8 months, 2 weeks ago | ||
pagination stopped working
Started by: Steve in: Toolset Professional Support |
2 | 5 | 9 months ago | ||
filtering by multiple url parameters
Started by: Steve in: Toolset Professional Support |
2 | 6 | 1 year, 2 months ago | ||
php conditional
Started by: Steve in: Toolset Professional Support |
2 | 8 | 1 year, 4 months ago | ||
toolset woocommerce
Started by: Steve in: Toolset Professional Support |
2 | 3 | 1 year, 6 months ago | ||
view to list posts with same title
Started by: Steve in: Toolset Professional Support |
2 | 5 | 1 year, 7 months ago | ||
using a view inside a wordpress function
Started by: Steve in: Toolset Professional Support |
2 | 5 | 1 year, 8 months ago | ||
content pagination I think
Started by: Steve in: Toolset Professional Support |
2 | 10 | 1 year, 8 months ago | ||
random background image
Started by: Steve
in: Toolset Professional Support
Problem: I want to create a random background image for a div that changes every time the page loads. I am using classic Toolset views and a Genesis child theme. Solution: - Create an image custom field and make it a repeating field with the slug set to "slider-images." - Create a shortcode as described in the documentation link below. - To use the random image as a background, add custom HTML code inside the content template or wherever you want to use the shortcode, with the following format: <div class="background-container" style="background-image: URL([types field='slider-images' index="[generate-rand-num field='slider-images' output='raw']"][/types])"> Content of the DIV </div> Relevant Documentation: https://toolset.com/forums/topic/choose-random-image-from-custom-field/ |
2 | 3 | 1 year, 8 months ago | ||
conditional display based on user field
Started by: Steve in: Toolset Professional Support |
3 | 5 | 1 year, 10 months ago |