Post Content not showing in pages and posts, conflict with Toolset View plugin.
Started by: saadC
in: Toolset Professional Support
Quick solution available
2
3
5 years, 1 month ago
saadC
How to display custom post by taxonomy
Started by: Christos
in: Toolset Professional Support
2
3
5 years, 1 month ago
Christos
How can I manage container block margins in the block editor?
Started by: Daniella
in: Toolset Professional Support
Quick solution available
Problem: I have set the margin around my Container block to 0, but I still see space between the blocks. How can I remove that space?
Solution: In this case, the space is added by the theme. Add a group block and place the containers in the same group, or add custom CSS to override the theme's styles.
2
4
5 years, 1 month ago
Christian Cox
Toolset Blocks
Started by: HermannS6808
in: Toolset Professional Support
2
3
5 years, 1 month ago
HermannS6808
Will the toolset block published before the end of November
Started by: Christos
in: Toolset Professional Support
Quick solution available
Problem:
Will the toolset block published before the end of November
Solution:
Yes, most probably we are likely to release the Toolset Blocks by November or early December.
Relevant Documentation:
2
4
5 years, 1 month ago
Christos
Create fields for uploaded images and galleries
Started by: frankW
in: Toolset Professioneller Support
2
7
5 years, 1 month ago
Nigel
Content Layout Editor will not open
Started by: MargeP6083
in: Toolset Professional Support
2
3
5 years, 1 month ago
MargeP6083
how to insert posts created with WP block editor(chose category and sort by view
Started by: masanorig
in: Toolset Professional Support
2
4
5 years, 1 month ago
Minesh
Invalid or unexpected token
Started by: martinH-10
in: Toolset Professional Support
2
5
5 years, 1 month ago
martinH-10
Poder elegir varias opciones de busqueda
Started by: juanC-8
in: Soporte profesional de Toolset
2
25
5 years, 1 month ago
juanC-8
How to show an address added with toolset maps on several lines in single view
Started by: tobiasF-3
in: Toolset Professioneller Support
Quick solution available
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
5 years, 1 month ago
tobiasF-3
ACF field type image and return format URL
Started by: gruppe-am-park-gmbhM-2
in: Toolset Professioneller Support
2
2
5 years, 1 month ago
Shane
Star rating field type?
Started by: geophray
in: Toolset Professional Support
2
4
5 years, 1 month ago
Shane
Dynamic API Example
Started by: SteveR6772
in: Toolset Professional Support
3
8
5 years, 2 months ago
SteveR6772
Compatibility to Divi 4.0 Theme/Builder
Started by: Andreas
in: Toolset Professioneller Support
2
2
5 years, 2 months ago
Luo Yang