gabrielB
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
CPT Relationship Content Template not loading within Elementor Loop Grid
Started by: gabrielB in: Toolset Professional Support |
|
1 | 2 | 5 months ago | |
Trim data from a custom field when displaying it
Started by: gabrielB in: Toolset Professional Support |
|
1 | 3 | 9 months ago | |
Loading Custom Fields in an Elementor Pop-up from a Loop Grid in a Page
Started by: gabrielB in: Toolset Professional Support |
|
1 | 4 | 9 months ago | |
Formatting Money
Started by: gabrielB in: Toolset Professional Support |
|
1 | 11 | 9 months, 2 weeks ago | |
Conditional content within a post-type relationship.
Started by: gabrielB in: Toolset Professional Support |
|
2 | 11 | 9 months, 3 weeks ago | |
Toolset / Elementor Issues
Started by: gabrielB in: Toolset Professional Support |
|
2 | 10 | 2 years, 4 months ago | |
How to get rid of toolsetCommonEs styleToHead()
Started by: gabrielB
in: Toolset Professional Support
Problem: The user is experiencing issues with Toolset and Elementor, where toolsetCommonEs.styleToHead() appears when displaying WYSIWYG fields. The provided code only removes the first instance of the issue. Solution: Use this Javascript code: jQuery(document).ready(function( $ ) { $(".elementor-element").each(function() { $(this).html($(this).html().replace('toolsetCommonEs.styleToHead()',"")); }); $(".elementor-widget-container").each(function() { $(this).html($(this).html().replace('toolsetCommonEs.styleToHead()',"")); }); }); Relevant Documentation: https://toolset.com/forums/topic/cant-get-rid-of-toolsetcommones-styletohead-in-woocommerce-tab/ |
|
2 | 5 | 2 years, 5 months ago | |
Rewrite permalinks option not working with nested CPT
Started by: gabrielB in: Toolset Professional Support |
|
2 | 2 | 2 years, 7 months ago | |
Updating a site from 2.3.2
Started by: gabrielB in: Toolset Professional Support |
|
2 | 7 | 2 years, 10 months ago | |
Site switched to SSL. Images loading over http not https
Started by: gabrielB in: Toolset Professional Support |
|
2 | 6 | 3 years, 3 months ago | |
Loading a section title if related posts exist
Started by: gabrielB in: Toolset Professional Support |
|
2 | 6 | 3 years, 4 months ago | |
Toolset is causing a critical error on my website
Started by: gabrielB
in: Toolset Professional Support
Problem: The issue here is that the user is experiencing a fatal error on their site when Views is being used. Checking their debug information we found that the user was running php version 8 on their server. Solution: Unfortunately we have not yet announced compatibility with php version 8 so it would be best to downgrade to a version of php 7 to resolve the issue. |
|
2 | 3 | 3 years, 9 months ago |