Paul Marconi
In den letzten 30 Tagen erstellte Support-Threads: 0
Lieblings-Forenthemen
This user has no favorite topics.
Forum Topics Created
| Status | Thema | Supporter | Stimmen | Artikel | Aktualität |
|---|---|---|---|---|---|
|
Transfer renewals to clients
Gestartet von: Paul Marconi in: Toolset Professional Support |
|
2 | 3 | vor 4 years, 2 months | |
|
List all the existing Views using php
Gestartet von: Paul Marconi in: Toolset Professional Support |
|
2 | 3 | vor 4 years, 3 months | |
|
Error message at the top of the Appearance > Widgets page
Gestartet von: Paul Marconi in: Toolset Professional Support |
|
4 | 9 | vor 4 years, 3 months | |
|
Toolset View checkbox filter – list all the choices from a custom field
Gestartet von: Paul Marconi in: Toolset Professional Support |
|
2 | 8 | vor 4 years, 4 months | |
|
Remove ‘Toolset Settings’ icon or meta box from sidebar in gutenberg editor page
Gestartet von: Paul Marconi in: Toolset Professional Support |
|
2 | 3 | vor 4 years, 6 months | |
|
Toolset view – Add ACF custom fields to parametric search
Gestartet von: 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 | vor 4 years, 8 months | |
|
Dequeue unused styles and scripts
Gestartet von: 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 | vor 4 years, 9 months | |
|
Add Toolset Hook to my custom plugin
Gestartet von: Paul Marconi
in: Toolset Professional Support
Problem: Solution: You just need to get the value of key "toolset_options" from wp_options table and then unserialize it and look for the array key "show_admin_bar_shortcut" which holds the value either "on" or "off". If you want to display the "Design with Toolset" menu, you should update the "show_admin_bar_shortcut" to "on" and if you want to disable it then set it value to "off" and accordingly save the "toolset_options" key value. Relevant Documentation: |
|
2 | 3 | vor 4 years, 9 months | |
|
Toolset View – Infinite scroll not working
Gestartet von: Paul Marconi
in: Toolset Professional Support
Problem: Solution: You can find the proposed solution in this case with the following reply: Relevant Documentation: |
|
2 | 7 | vor 4 years, 9 months | |
|
Load an external js file when page contains a view
Gestartet von: Paul Marconi
in: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
|
2 | 5 | vor 4 years, 9 months | |
|
Toolset View – Grouping posts by category name with filters on the side
Gestartet von: Paul Marconi in: Toolset Professional Support |
|
2 | 9 | vor 4 years, 11 months |