Add a seperator
Started by: jonE-2
in: Toolset Professional Support
3
4
4 years, 11 months ago
Christian Cox
Repeating Custom Field: Embedded Media –> “wpv-for-each” doesn’t seem to work
Started by: Lara
in: Toolset Professional Support
Quick solution available
2
3
4 years, 11 months ago
Lara
Extra p tags – not on archive
Started by: chrisS-18
in: Toolset Professional Support
Quick solution available
Problem:
The user is building using Beaver Builder. She gets some extra
tags.
Solution:
This is a known issue and will be fixed in the future.
As a workaround, use a custom Javascript code that will remove all empty
tags.
jQuery(function($){
// remove empty <p> tags.
$('p').each(function(){
var $this = jQuery(this)
if ( $this.is(":empty") )
$this.remove()
})
});
4
16
4 years, 11 months ago
matsF
I cant modified content template
Started by: avansisI-2
in: Toolset Professional Support
2
14
4 years, 11 months ago
avansisI-2
How to display same level taxonomies or categories on archive page?
Started by: kayeL
in: Toolset Professional Support
2
2
4 years, 11 months ago
Jamal
Display parent taxonomy title on custom wordpress archive page
Started by: kayeL
in: Toolset Professional Support
Quick solution available
2
6
4 years, 11 months ago
kayeL
Updating failed. The response is not a valid JSON response.
Started by: joelW-3
in: Toolset Professional Support
3
8
4 years, 11 months ago
joelW-3
CRED edit form throws an error on Submit
Started by: Anthony
in: Toolset Professional Support
Quick solution available
Problem:
The user was having errors when submitting a cred form.
Solution:
It turns out that the issue comes from some erroneous conditions on some date fields. After recreating the conditions the issue has dissappeared.
2
8
4 years, 11 months ago
Anthony
I need a frontend solution to connect or add new posts
Started by: bramV-4
in: Toolset Professional Support
2
4
4 years, 11 months ago
Shane
Limit Google Map address locations to Germany via Toolset Forms
Started by: simonM-5
in: Toolset Professional Support
Quick solution available
Problem: I would like to limit the autocomplete address options in a Toolset Forms address field to be from a specific country, Germany.
Solution: Add the following JavaScript snippet to your Form's JS panel:
jQuery(document).ready(function(){
jQuery(".js-toolset-maps-address-autocomplete").geocomplete({country: 'DE',type: []});
});
2
3
4 years, 11 months ago
simonM-5
wrong UI in Gutenberg Editor
Started by: boW-2
in: Toolset Professional Support
2
5
4 years, 11 months ago
Raja Mohammed
View block does work
Started by: ojM
in: Toolset Professional Support
2
4
4 years, 11 months ago
Jamal
Is it possible add google address coordinates in json?
Started by: avansisI-2
in: Toolset Professional Support
Quick solution available
2
13
4 years, 11 months ago
avansisI-2
Lister les catégories sans duplicate
Started by: stephaneM-4
in: Toolset Professional Support
Quick solution available
2
3
4 years, 11 months ago
stephaneM-4
responsive breakpoints
Started by: fernandoV-6
in: Toolset Professional Support
3
5
4 years, 11 months ago
Jamal