Pat
Admite hilos creados en los últimos 30 días: 0
Debates favoritos del foro
Este usuario no tiene debates favoritos.
Temas del foro creados
Status | Debate | Supporter | Voces | Mensajes | Caducidad |
---|---|---|---|---|---|
Impossible to manage a field with Toolset
Iniciado por: Pat en: Toolset Professional Support |
2 | 5 | hace 5 años, 9 meses | ||
Add number of ratings in product listing page
Iniciado por: Pat en: Toolset Professional Support |
4 | 14 | hace 5 años, 9 meses | ||
Reload same page after Cred WC submission
Iniciado por: Pat
en: Toolset Professional Support
Problem: Solution: You can find the proposed solution, in this case with the following reply: Relevant Documentation: |
2 | 7 | hace 5 años, 9 meses | ||
Split: Cred WC submission – remove success message from url
Iniciado por: Pat en: Toolset Professional Support |
2 | 2 | hace 5 años, 9 meses | ||
Conditional ShortCode with lots of nested attributes and shortcodes
Iniciado por: Pat
en: Toolset Professional Support
Problem: Solution: |
2 | 5 | hace 5 años, 10 meses | ||
I need to place an icon before the TEST text.
Iniciado por: Pat en: Toolset Professional Support |
2 | 3 | hace 5 años, 10 meses | ||
WC «Add to cart» text does not change with Views shortcode
Iniciado por: Pat
en: 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 | hace 5 años, 10 meses | ||
How to arrange custom field groups in the admin page
Iniciado por: Pat
en: 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 | hace 5 años, 10 meses | ||
Conditional out^put using user fields
Iniciado por: Pat
en: 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 | hace 5 años, 10 meses | ||
Taxonomy Views inside WordPress archive
Iniciado por: Pat
en: 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 | hace 5 años, 10 meses | ||
Nested shortcode inside Cred
Iniciado por: Pat en: Toolset Professional Support |
2 | 11 | hace 5 años, 10 meses | ||
Change focus of the Map focus on marker function
Iniciado por: Pat en: Toolset Professional Support |
2 | 5 | hace 5 años, 10 meses | ||
Group several roles into one group
Iniciado por: Pat
en: 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 | hace 5 años, 10 meses | ||
Views filter on a limited range of options
Iniciado por: Pat en: Toolset Professional Support |
2 | 3 | hace 5 años, 10 meses | ||
Generation of image sizes
Iniciado por: Pat
en: 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 | hace 5 años, 11 meses |