Laura
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 |
---|---|---|---|---|---|
Preload notice in devtools
Gestartet von: Laura in: Toolset Professional Support |
|
1 | 2 | vor 1 Monat, 2 Wochen | |
Unable to register: Site key not matching subscription-fetching
Gestartet von: Laura
in: 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 | vor 1 Monat, 3 Wochen | |
Toolset Forms plugin preventing Select All function in Flamingo plugin
Gestartet von: Laura in: Toolset Professional Support |
|
2 | 2 | vor 6 Monaten, 2 Wochen | |
PHP Notice: Only variables should be passed by reference
Gestartet von: Laura
in: 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 | vor 6 Monaten, 2 Wochen | |
WPML plugin cannot connect to wpml . org
Gestartet von: Laura
in: Toolset Professional Support
Problem: Solution: I tried this and it worked: https://wpml.org/faq/wpml-plugin-cannot-connect-to-wpml-org/ |
|
2 | 3 | vor 1 Jahr, 6 Monaten | |
Compatible with WP 6.0
Gestartet von: Laura in: Toolset Professional Support |
|
2 | 3 | vor 2 Jahren, 11 Monaten | |
Backend control the admin menu
Gestartet von: Laura
in: Toolset Professional Support
Problem: Solution: you should try to use the following plugin that would help: Relevant Documentation: |
|
2 | 3 | vor 3 Jahren, 1 Monat | |
Is it possible to create an imagemap with toolset?
Gestartet von: Laura in: Toolset Professional Support |
|
2 | 3 | vor 3 Jahren, 4 Monaten | |
Toolset plugin cannot connect to toolsetcom
Gestartet von: Laura
in: 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 | vor 3 Jahren, 4 Monaten | |
Toolset plugin cannot connect to toolset dot com
Gestartet von: Laura in: Toolset Professional Support |
|
2 | 8 | vor 3 Jahren, 5 Monaten | |
View Filter still not filtering correctly
Gestartet von: Laura in: Toolset Professional Support |
|
2 | 5 | vor 3 Jahren, 7 Monaten | |
View Sliders not filtering correctly
Gestartet von: Laura in: Toolset Professional Support |
|
2 | 5 | vor 3 Jahren, 7 Monaten | |
Error message: Class Toolset_Relationship_Query_V2 contains 1 abstract method
Gestartet von: Laura in: Toolset Professional Support |
|
2 | 8 | vor 3 Jahren, 8 Monaten | |
Slider for Custom post-type
Gestartet von: Laura in: Toolset Professional Support |
|
2 | 8 | vor 3 Jahren, 9 Monaten | |
Dashboard notice about missing custom fields after updating toolset
Gestartet von: Laura in: Toolset Professional Support |
|
2 | 3 | vor 5 Jahren, 3 Monaten |