gabrielB
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 |
|---|---|---|---|---|---|
|
CPT Relationship Content Template not loading within Elementor Loop Grid
Iniciado por: gabrielB en: Toolset Professional Support |
|
1 | 2 | 1 year, 2 months ago | |
|
Trim data from a custom field when displaying it
Iniciado por: gabrielB en: Toolset Professional Support |
|
1 | 3 | 1 year, 6 months ago | |
|
Loading Custom Fields in an Elementor Pop-up from a Loop Grid in a Page
Iniciado por: gabrielB en: Toolset Professional Support |
|
1 | 4 | 1 year, 6 months ago | |
|
Formatting Money
Iniciado por: gabrielB en: Toolset Professional Support |
|
1 | 11 | 1 year, 7 months ago | |
|
Conditional content within a post-type relationship.
Iniciado por: gabrielB en: Toolset Professional Support |
|
2 | 11 | 1 year, 7 months ago | |
|
Toolset / Elementor Issues
Iniciado por: gabrielB en: Toolset Professional Support |
|
2 | 10 | 3 years, 1 month ago | |
|
How to get rid of toolsetCommonEs styleToHead()
Iniciado por: gabrielB
en: 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 | 3 years, 2 months ago | |
|
Rewrite permalinks option not working with nested CPT
Iniciado por: gabrielB en: Toolset Professional Support |
|
2 | 2 | 3 years, 5 months ago | |
|
Updating a site from 2.3.2
Iniciado por: gabrielB en: Toolset Professional Support |
|
2 | 7 | 3 years, 8 months ago | |
|
Site switched to SSL. Images loading over http not https
Iniciado por: gabrielB en: Toolset Professional Support |
|
2 | 6 | 4 years, 1 month ago | |
|
Loading a section title if related posts exist
Iniciado por: gabrielB en: Toolset Professional Support |
|
2 | 6 | 4 years, 2 months ago | |
|
Toolset is causing a critical error on my website
Iniciado por: gabrielB
en: 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 | 4 years, 6 months ago |