Pat
In den letzten 30 Tagen erstellte Support-Threads: 0
Lieblings-Forenthemen
This user has no favorite topics.
Forum Topics Created
Status | Thema | Supporter | Stimmen | Artikel | Aktualität |
---|---|---|---|---|---|
Impossible to manage a field with Toolset
Gestartet von: Pat in: Toolset Professional Support |
2 | 5 | vor 5 Jahren, 10 Monaten | ||
Add number of ratings in product listing page
Gestartet von: Pat in: Toolset Professional Support |
4 | 14 | vor 5 Jahren, 10 Monaten | ||
Reload same page after Cred WC submission
Gestartet von: Pat
in: Toolset Professional Support
Problem: Solution: You can find the proposed solution, in this case with the following reply: Relevant Documentation: |
2 | 7 | vor 5 Jahren, 10 Monaten | ||
Split: Cred WC submission – remove success message from url
Gestartet von: Pat in: Toolset Professional Support |
2 | 2 | vor 5 Jahren, 10 Monaten | ||
Conditional ShortCode with lots of nested attributes and shortcodes
Gestartet von: Pat
in: Toolset Professional Support
Problem: Solution: |
2 | 5 | vor 5 Jahren, 10 Monaten | ||
I need to place an icon before the TEST text.
Gestartet von: Pat in: Toolset Professional Support |
2 | 3 | vor 5 Jahren, 10 Monaten | ||
WC „Add to cart“ text does not change with Views shortcode
Gestartet von: 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 | vor 5 Jahren, 10 Monaten | ||
How to arrange custom field groups in the admin page
Gestartet von: 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 | vor 5 Jahren, 10 Monaten | ||
Conditional out^put using user fields
Gestartet von: 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 | vor 5 Jahren, 10 Monaten | ||
Taxonomy Views inside WordPress archive
Gestartet von: 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 | vor 5 Jahren, 10 Monaten | ||
Nested shortcode inside Cred
Gestartet von: Pat in: Toolset Professional Support |
2 | 11 | vor 5 Jahren, 11 Monaten | ||
Change focus of the Map focus on marker function
Gestartet von: Pat in: Toolset Professional Support |
2 | 5 | vor 5 Jahren, 11 Monaten | ||
Group several roles into one group
Gestartet von: 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 | vor 5 Jahren, 11 Monaten | ||
Views filter on a limited range of options
Gestartet von: Pat in: Toolset Professional Support |
2 | 3 | vor 5 Jahren, 11 Monaten | ||
Generation of image sizes
Gestartet von: 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 | vor 5 Jahren, 12 Monaten |