Laura
Support threads created in the last 30 days: 1
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Warnings in Query Monitor
Started by: Laura in: Toolset Professional Support |
1 | 1 | 20 hours, 47 minutes ago | ||
Preload notice in devtools
Started by: Laura in: Toolset Professional Support |
|
1 | 2 | 3 months, 3 weeks ago | |
Unable to register: Site key not matching subscription-fetching
Started by: 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 | 4 months ago | |
Toolset Forms plugin preventing Select All function in Flamingo plugin
Started by: Laura in: Toolset Professional Support |
|
2 | 2 | 8 months, 3 weeks ago | |
PHP Notice: Only variables should be passed by reference
Started by: 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 | 8 months, 3 weeks ago | |
WPML plugin cannot connect to wpml . org
Started by: 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 | 1 year, 8 months ago | |
Compatible with WP 6.0
Started by: Laura in: Toolset Professional Support |
|
2 | 3 | 3 years, 1 month ago | |
Backend control the admin menu
Started by: Laura
in: Toolset Professional Support
Problem: Solution: you should try to use the following plugin that would help: Relevant Documentation: |
|
2 | 3 | 3 years, 3 months ago | |
Is it possible to create an imagemap with toolset?
Started by: Laura in: Toolset Professional Support |
|
2 | 3 | 3 years, 7 months ago | |
Toolset plugin cannot connect to toolsetcom
Started by: 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 | 3 years, 7 months ago | |
Toolset plugin cannot connect to toolset dot com
Started by: Laura in: Toolset Professional Support |
|
2 | 8 | 3 years, 7 months ago | |
View Filter still not filtering correctly
Started by: Laura in: Toolset Professional Support |
|
2 | 5 | 3 years, 9 months ago | |
View Sliders not filtering correctly
Started by: Laura in: Toolset Professional Support |
|
2 | 5 | 3 years, 10 months ago | |
Error message: Class Toolset_Relationship_Query_V2 contains 1 abstract method
Started by: Laura in: Toolset Professional Support |
|
2 | 8 | 3 years, 10 months ago | |
Slider for Custom post-type
Started by: Laura in: Toolset Professional Support |
|
2 | 8 | 3 years, 11 months ago |