cassianS
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 | Topic | Supporter | Voix | Publications | Nouveauté |
|---|---|---|---|---|---|
|
Using view with custom attribute as an option for generic select field
1
2
Commencé par : cassianS
in: Toolset Professional Support
Problem: Solution: |
|
3 | 18 | Il y a 4 years, 1 months | |
|
Display posts in relationship with multiple parents/childhs
Commencé par : cassianS in: Toolset Professional Support |
|
2 | 5 | Il y a 4 years, 1 months | |
|
Author dropdown is not available when Toolset Access plugin is activated
Commencé par : cassianS
in: Toolset Professional Support
Problem: Solution:
function wpdocs_add_members_to_dropdown( $query_args, $r ) {
$query_args['role'] = array('member', 'administrator');
// Unset the 'who' as this defaults to the 'author' role
unset( $query_args['who'] );
return $query_args;
}
add_filter( 'wp_dropdown_users_args', 'wpdocs_add_members_to_dropdown', 10, 2 );
|
|
2 | 10 | Il y a 4 years, 1 months | |
|
Dynamic default value for the edit user CRED form field
Commencé par : cassianS in: Toolset Professional Support |
1 | 2 | Il y a 4 years, 1 months | ||
|
Create edit form which combines user fields and several custom post fields
1
2
3
Commencé par : cassianS in: Toolset Professional Support |
|
4 | 38 | Il y a 4 years, 1 months | |
|
Customize a break point for mobile screens
Commencé par : 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 | Il y a 4 years, 2 months | |
|
Best way to filter through repeatable fields
Commencé par : cassianS in: Toolset Professional Support |
|
2 | 3 | Il y a 4 years, 3 months | |
|
Pages, hidden by Toolset Access are visible on mobile menu
Commencé par : cassianS in: Toolset Professional Support |
|
2 | 3 | Il y a 4 years, 3 months | |
|
Enqueue WordPress child theme CSS files after Toolset Blocks style\.css
Commencé par : 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 | Il y a 4 years, 4 months | |
|
Are Toolset post forms have validation?
Commencé par : cassianS in: Toolset Professional Support |
|
2 | 3 | Il y a 4 years, 7 months |