cassianS
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 |
---|---|---|---|---|---|
Dynamic default value for the edit user CRED form field
Started by: cassianS in: Toolset Professional Support |
1 | 2 | 3 years, 2 months ago | ||
Create edit form which combines user fields and several custom post fields
1
2
3
Started by: cassianS in: Toolset Professional Support |
4 | 38 | 3 years, 2 months ago | ||
Customize a break point for mobile screens
Started by: cassianS
in: Toolset Professional Support
Problem: I am trying to set up a breakpoint for mobile phone screens on columns block, but it doesn't work. Solution: please try to switch to Toolset Grid block, and test again, see our document: Relevant Documentation: |
3 | 8 | 3 years, 3 months ago | ||
Best way to filter through repeatable fields
Started by: cassianS in: Toolset Professional Support |
2 | 3 | 3 years, 4 months ago | ||
Pages, hidden by Toolset Access are visible on mobile menu
Started by: cassianS in: Toolset Professional Support |
2 | 3 | 3 years, 4 months ago | ||
Enqueue WordPress child theme CSS files after Toolset Blocks style\.css
Started by: cassianS
in: Toolset Professional Support
Problem: Solution: define( 'TB_SCRIPT_STYLE_LAZY_LOAD', false ); After that, the styles will be enqueued in the default way, and you will be able to set it as a dependency for your child theme's styles. So you can depend on the "toolset-blocks-css". For example: if ( !function_exists( 'child_theme_configurator_css' ) ): function child_theme_configurator_css() { wp_enqueue_style( 'chld_thm_cfg_child', trailingslashit( get_stylesheet_directory_uri() ) . 'style.css', array( 'twenty-twenty-one-style','twenty-twenty-one-style','twenty-twenty-one-print-style', 'toolset-blocks-css' ) ); } endif; add_action( 'wp_enqueue_scripts', 'child_theme_configurator_css', 10 ); |
3 | 7 | 3 years, 4 months ago | ||
Are Toolset post forms have validation?
Started by: cassianS in: Toolset Professional Support |
2 | 3 | 3 years, 8 months ago | ||
Some posts are not displayed and others are displayed under same view
Started by: cassianS in: Toolset Professional Support |
2 | 2 | 4 years, 5 months ago | ||
Display filtered view based on shortcode attribute
Started by: cassianS in: Toolset Professional Support |
2 | 3 | 4 years, 7 months ago | ||
Custom shortcode in a conditional statement
Started by: cassianS in: Toolset Professional Support |
2 | 5 | 4 years, 8 months ago | ||
I am getting error when upload images and Toolset Types is probably a reason
1
2
Started by: cassianS in: Toolset Professional Support |
2 | 20 | 4 years, 9 months ago | ||
Display marker (s) on the map
Started by: cassianS in: Toolset Professional Support |
2 | 8 | 4 years, 11 months ago | ||
Updates regarding compatability of WooCommerce Booking & Toolset Views?
Started by: cassianS in: Toolset Professional Support |
2 | 3 | 4 years, 12 months ago | ||
PDF preview code from Toolset support is not working for me
Started by: cassianS in: Toolset Professional Support |
2 | 2 | 5 years, 4 months ago | ||
WYSIWYG formatting
Started by: cassianS
in: Toolset Professional Support
Problem: First custom WYSIWYG field instance in a Content Template or Content Layout strips the paragraph tags. Solution: Edit the content template "Single Product", use shortcode [wpv-autop] to wrap the first WYSIWYG field instance, like this: https://toolset.com/forums/topic/wysiwyg-formatting/#post-1224278 Relevant Documentation: https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-autop |
2 | 14 | 5 years, 7 months ago |