Paul Marconi
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é |
|---|---|---|---|---|---|
|
Transfer renewals to clients
Commencé par : Paul Marconi in: Toolset Professional Support |
|
2 | 3 | Il y a 4 years, 5 months | |
|
List all the existing Views using php
Commencé par : Paul Marconi in: Toolset Professional Support |
|
2 | 3 | Il y a 4 years, 6 months | |
|
Error message at the top of the Appearance > Widgets page
Commencé par : Paul Marconi in: Toolset Professional Support |
|
4 | 9 | Il y a 4 years, 6 months | |
|
Toolset View checkbox filter – list all the choices from a custom field
Commencé par : Paul Marconi in: Toolset Professional Support |
|
2 | 8 | Il y a 4 years, 7 months | |
|
Remove ‘Toolset Settings’ icon or meta box from sidebar in gutenberg editor page
Commencé par : Paul Marconi in: Toolset Professional Support |
|
2 | 3 | Il y a 4 years, 9 months | |
|
Toolset view – Add ACF custom fields to parametric search
Commencé par : Paul Marconi
in: Toolset Professional Support
Problem: Solution: It is only with this plugin installed that you are able to use the text search option to search through custom fields. |
|
2 | 7 | Il y a 4 years, 11 months | |
|
Dequeue unused styles and scripts
Commencé par : Paul Marconi
in: Toolset Professional Support
Problem: I would like to dequeue the stylesheets and script files enqueued for the lightbox plugin, but the script I added does not seem to dequeue these assets as expected. Solution: Use priority 1 in the third param of add_action to dequeue these assets more effectively:
add_action( 'wp_print_footer_scripts', 'ts_dequeue_scripts', 1 );
function ts_dequeue_scripts( $handles ){
wp_dequeue_script( 'lightbox' );
}
add_action( 'wp_print_footer_scripts', 'ts_dequeue_scripts', 1 );
function ts_dequeue_scripts( $handles ){
wp_dequeue_script( 'lightbox' );
}
Relevant Documentation: |
|
2 | 3 | Il y a 4 years, 11 months |