Laura
Admite hilos creados en los últimos 30 días: 0
Debates favoritos del foro
Este usuario no tiene debates favoritos.
Temas del foro creados
Status | Debate | Supporter | Voces | Mensajes | Caducidad |
---|---|---|---|---|---|
Preload notice in devtools
Iniciado por: Laura en: Toolset Professional Support |
|
1 | 2 | hace 1 mes, 2 semanas | |
Unable to register: Site key not matching subscription-fetching
Iniciado por: Laura
en: Toolset Professional Support
Problem: I am having an issue where the Toolset plugin shows a notice stating it cannot connect to toolset.com, likely due to network or security settings blocking outgoing communication. Solution: I should ensure I am logged in to toolset.com, then go to WordPress Dashboard > Plugins > Add New > Commercial (Tab) to unregister and re-register Toolset using the provided steps, and if the issue persists, contact my hosting provider to whitelist api.toolset.com and cloudfront.net. |
|
1 | 3 | hace 1 mes, 3 semanas | |
Toolset Forms plugin preventing Select All function in Flamingo plugin
Iniciado por: Laura en: Toolset Professional Support |
|
2 | 2 | hace 6 meses, 1 semana | |
PHP Notice: Only variables should be passed by reference
Iniciado por: Laura
en: Toolset Professional Support
Problem: I'm encountering a PHP notice: "Only variables should be passed by reference" due to code in my check_filetype.php file. The code, created years ago, is producing this warning in the logs. Solution: This warning occurs because PHP prefers variables over direct function calls in end() statements. To resolve this, assign the results of explode() functions to variables before using end(). Here’s an updated version of your code: <?php /** * Check if the user uploaded job CPT file is a pdf. */ toolset_snippet_security_check() or die( 'Direct access is not allowed' ); add_shortcode( 'check_filetype', 'func_check_file_type' ); function func_check_file_type( $atts ) { $atts = shortcode_atts( array( 'url' => '', ), $atts ); $url_parts = explode( '/', $atts['url'] ); $file_name = end( $url_parts ); $file_extension = explode( '.', $file_name ); return end( $file_extension ); } Explanation of Changes: - Saved the results of explode() into $url_parts and $file_extension. |
|
2 | 3 | hace 6 meses, 2 semanas | |
WPML plugin cannot connect to wpml . org
Iniciado por: Laura
en: Toolset Professional Support
Problem: Solution: I tried this and it worked: https://wpml.org/faq/wpml-plugin-cannot-connect-to-wpml-org/ |
|
2 | 3 | hace 1 año, 6 meses | |
Compatible with WP 6.0
Iniciado por: Laura en: Toolset Professional Support |
|
2 | 3 | hace 2 años, 11 meses | |
Backend control the admin menu
Iniciado por: Laura
en: Toolset Professional Support
Problem: Solution: you should try to use the following plugin that would help: Relevant Documentation: |
|
2 | 3 | hace 3 años, 1 mes | |
Is it possible to create an imagemap with toolset?
Iniciado por: Laura en: Toolset Professional Support |
|
2 | 3 | hace 3 años, 4 meses | |
Toolset plugin cannot connect to toolsetcom
Iniciado por: Laura
en: Toolset Professional Support
Problem: There are some JS errors in the the "Toolset Debug Information and Troubleshooting" page. Solution: There should be other compatibility issue(with other plugins/theme) in your website, and it won't prevent you from taking debug information. Relevant Documentation: |
|
2 | 4 | hace 3 años, 4 meses | |
Toolset plugin cannot connect to toolset dot com
Iniciado por: Laura en: Toolset Professional Support |
|
2 | 8 | hace 3 años, 5 meses | |
View Filter still not filtering correctly
Iniciado por: Laura en: Toolset Professional Support |
|
2 | 5 | hace 3 años, 7 meses | |
View Sliders not filtering correctly
Iniciado por: Laura en: Toolset Professional Support |
|
2 | 5 | hace 3 años, 7 meses | |
Error message: Class Toolset_Relationship_Query_V2 contains 1 abstract method
Iniciado por: Laura en: Toolset Professional Support |
|
2 | 8 | hace 3 años, 8 meses | |
Slider for Custom post-type
Iniciado por: Laura en: Toolset Professional Support |
|
2 | 8 | hace 3 años, 9 meses | |
Dashboard notice about missing custom fields after updating toolset
Iniciado por: Laura en: Toolset Professional Support |
|
2 | 3 | hace 5 años, 3 meses |