tobiasF-3
Fils de soutien créés au cours des 30 derniers jours : 0
Sujets de forum favoris
This user has no favorite topics.
Sujets de forum créés
Status | Sujet | Supporter | Voix | Publications | Nouveauté |
---|---|---|---|---|---|
How to add a note system
Commencé par : tobiasF-3 in: Toolset Professioneller Support |
|
2 | 10 | Il y a 5 années et 4 mois | |
Contacts Database
Commencé par : tobiasF-3 in: Toolset Professioneller Support |
|
2 | 12 | Il y a 5 années et 4 mois | |
How to show an address added with toolset maps on several lines in single view
Commencé par : tobiasF-3
in: Toolset Professioneller Support
Problem: The issue here is that the user wanted to display their address field in multiple lines, rather than in a single line by default. Solution: This simple custom shortcode should do the trick // Add Shortcode function wp_split_address( $atts ) { // Attributes $atts = shortcode_atts( array( 'address' => '', ), $atts ); return str_replace(",","<br/>",$atts['address']); } add_shortcode( 'wp_split_address', 'wp_split_address' ); Add it to your toolset custom code section in Toolset -> Settings -> Custom Code and then activate it once it is added. Then the example usage is [wp_split_address address="my-types-shortcode"] Please try this and let me know if it helps. |
|
2 | 15 | Il y a 5 années et 4 mois | |
Favourite System: cannot remove favourite, but can add double
Commencé par : tobiasF-3
in: Toolset Professional Support
Problem: Solution: Please check the following reply: You can find the proposed solution in this case with the following reply; Relevant Documentation: |
|
2 | 11 | Il y a 5 années et 5 mois | |
When to use a repeatable field group over a post type relationship
Commencé par : tobiasF-3 in: Toolset Professional Support |
|
2 | 5 | Il y a 5 années et 5 mois | |
Conditional to check if a multiple checkbox or multiple checkboxes are selected
Commencé par : tobiasF-3 in: Chat Support |
|
1 | 1 | Il y a 5 années et 5 mois | |
Creating a shortlist system for members similar to airbnb – favorite system
1
2
3
Commencé par : tobiasF-3
in: Toolset Professional Support
Problem: Solution: You can find the proposed solution in this case with the following reply: Relevant Documentation: |
|
2 | 35 | Il y a 5 années et 5 mois | |
Creating a Location & Casting Database/Directory for Film Production
Commencé par : tobiasF-3 in: Toolset Professional Support |
|
2 | 5 | Il y a 5 années et 5 mois | |
Adoption & Sponsoring System for Charity Website
1
2
Commencé par : tobiasF-3 in: Toolset Professional Support |
|
2 | 20 | Il y a 5 années et 7 mois | |
Access Shortcode not working
Commencé par : tobiasF-3 in: Toolset Professional Support |
|
2 | 2 | Il y a 6 années et 3 mois |