Pat
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 |
---|---|---|---|---|---|
Reload same page after Cred WC submission
Started by: Pat
in: Toolset Professional Support
Problem: Solution: You can find the proposed solution, in this case with the following reply: Relevant Documentation: |
2 | 7 | 5 years, 10 months ago | ||
Split: Cred WC submission – remove success message from url
Started by: Pat in: Toolset Professional Support |
2 | 2 | 5 years, 10 months ago | ||
Conditional ShortCode with lots of nested attributes and shortcodes
Started by: Pat
in: Toolset Professional Support
Problem: Solution: |
2 | 5 | 5 years, 10 months ago | ||
I need to place an icon before the TEST text.
Started by: Pat in: Toolset Professional Support |
2 | 3 | 5 years, 10 months ago | ||
WC “Add to cart” text does not change with Views shortcode
Started by: Pat
in: Toolset Professional Support
Problem: I'm using the shortcode [wpv-woo-buy-or-select add_to_cart_text='TEST' link_to_product_text='TEST' show_variation_options="yes" group_add_to_cart_text="TEST"] inside a Views and I'm still have the standard WC "Add to cart" text. Solution: In the product listing page, for the variation product posts, the shortcode [wpv-woo-buy-or-select] is designed to display a "Select options" button, just like Woocommerce shop page by default(without shortcode [wpv-woo-buy-or-select]). And you can customize text "Select options" by attribute "link_to_product_text", for example: [wpv-woo-buy-or-select add_to_cart_text="Add to basket" link_to_product_text="TEST"] Relevant Documentation: https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-woo-buy-or-select |
2 | 7 | 5 years, 10 months ago | ||
How to arrange custom field groups in the admin page
Started by: Pat
in: Toolset Professional Support
Problem: I would like to know if there is a way to arrange them in the admin post page. Solution: When you edit a page/post, the field group metabox is drag-able, you can drag the metabox to where you want, and arrange them manually. Relevant Documentation: |
2 | 3 | 5 years, 10 months ago | ||
Conditional out^put using user fields
Started by: Pat
in: Toolset Professional Support
Problem: The issue here is that the user wanted to get the current year dynamically. Solution: This can be done by using the shortcode below. // Add Shortcode function wpc_current_year() { return date("Y"); } add_shortcode( 'wpc_current_year', 'wpc_current_year' ); Add this shortcode to the Custom Code section in Toolset -> Settings -> Custom Code and then activate it. You should be able to get the current year with this shortcode [wpc_current_year] Now in order to use this in the conditional you must add it to the views 3rd party shortcode arguments in Toolset -> Settings -> Frontend. |
2 | 6 | 5 years, 10 months ago | ||
Taxonomy Views inside WordPress archive
Started by: Pat
in: Toolset Professional Support
Problem: The issue here is that the user wanted to have a taxonomy view inside a custom archive. Solution: This is actually possible and Details on how to achieve this can be seen in the link below. |
2 | 10 | 5 years, 10 months ago | ||
Nested shortcode inside Cred
Started by: Pat in: Toolset Professional Support |
2 | 11 | 5 years, 10 months ago | ||
Change focus of the Map focus on marker function
Started by: Pat in: Toolset Professional Support |
2 | 5 | 5 years, 10 months ago | ||
Group several roles into one group
Started by: Pat
in: Toolset Professional Support
Problem: I have created several custom roles for a site and I'm using the dynamic pricing plugin. Is there a way with Access to group several roles into one (ie : meaning that when using this grouping role, all roles that are linked to it will be allowed. Solution: There isn't such a built-in feature within Toolset Access plugin. Relevant Documentation: |
2 | 3 | 5 years, 10 months ago | ||
Views filter on a limited range of options
Started by: Pat in: Toolset Professional Support |
2 | 3 | 5 years, 10 months ago | ||
Generation of image sizes
Started by: Pat
in: Toolset Professional Support
Problem: I see lots of images created at different sizes when I upload an image to a custom field. I would like to limit the number of image sizes. Solution: The theme and other plugins can register their own custom image sizes, which are outside the control of Toolset. Types field shortcodes can be used to display images at different sizes, and those resized images will be stored on the server. |
2 | 3 | 5 years, 11 months ago | ||
Product image disappears when using a Views filter
Started by: Pat
in: Toolset Professional Support
Problem: I have a View of Products that seems to work okay until the URL is modified by adding a filter. After that, the Product images do not appear in the View. Solution: Add the following CSS override: div.woocommerce-product-gallery--with-images{ opacity: 1 !important; transition: opacity 0.25s ease-in-out; } |
2 | 7 | 5 years, 11 months ago | ||
Issue with inserted a Views loop editor inside DIvi
Started by: Pat in: Toolset Professional Support |
2 | 5 | 5 years, 11 months ago |