gabrielB
Support threads created in the last 30 days: 4
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Trim data from a custom field when displaying it
Started by: gabrielB in: Toolset Professional Support |
1 | 3 | 1 day 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 | 3 days, 23 hours ago | ||
Formatting Money
Started by: gabrielB in: Toolset Professional Support |
1 | 11 | 2 weeks, 4 days ago | ||
Conditional content within a post-type relationship.
Started by: gabrielB in: Toolset Professional Support |
2 | 11 | 3 weeks, 2 days ago | ||
Toolset / Elementor Issues
Started by: gabrielB in: Toolset Professional Support |
2 | 10 | 1 year, 7 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 | 1 year, 8 months ago | ||
Rewrite permalinks option not working with nested CPT
Started by: gabrielB in: Toolset Professional Support |
2 | 2 | 1 year, 11 months ago | ||
Updating a site from 2.3.2
Started by: gabrielB in: Toolset Professional Support |
2 | 7 | 2 years, 1 month ago | ||
Site switched to SSL. Images loading over http not https
Started by: gabrielB in: Toolset Professional Support |
2 | 6 | 2 years, 6 months ago | ||
Loading a section title if related posts exist
Started by: gabrielB in: Toolset Professional Support |
2 | 6 | 2 years, 7 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 ago | ||
I’m getting a “Conditional Display” message when saving pages with custom fields
Started by: gabrielB
in: Toolset Professional Support
Problem: Whenever I edit a Page I see the same warning message: "Conditions for displaying some custom fields on this page have changed". Even if I dismiss the warning and update the post, the warning returns next time I try to edit the Page. Solution: Activate a default theme and deactivate all plugins except Types. Edit all the custom field groups associated with Pages. Twirl open each custom field and leave the panel open, then save the field group. Reactivate the theme and other plugins. |
2 | 8 | 5 years ago | ||
Error: Passwords do not match
1
2
Started by: gabrielB in: Toolset Professional Support |
2 | 19 | 5 years, 5 months ago | ||
How to call custom field from parent post
Started by: gabrielB in: Toolset Professional Support |
2 | 6 | 5 years, 6 months ago | ||
Many to Many Post Relationship with Users
Started by: gabrielB
in: Toolset Professional Support
Problem: The issue here is that the user wanted to create a Many to Many relationship with users and posts. Solution: Unfortunately you are not able to relate a user and posts in this way and you will need to create a Profile for the user in a CPT. Take a look at the link below. This should be able to assist you with setting up the user profile. |
2 | 8 | 5 years, 7 months ago |