Blocks missing settings in content editor and views block
Started by: SteveR6772
in: Toolset Professional Support
2
4
4 years, 10 months ago
Minesh
Toolset Views update breaks layout code of my site (built using Beaver Builder)
Started by: JeremyM3920
in: Toolset Professional Support
Quick solution available
2
7
4 years, 10 months ago
JeremyM3920
Receiving error when registering: “Invalid site key for the current site.”
Started by: christineM
in: Toolset Professional Support
Quick solution available
Problem: I see an error when registering: "Invalid site key for the current site".
Solution: Be sure the registered URL is identical to the site URL. Check "www" and "http://" vs. "https://"
2
3
4 years, 10 months ago
christineM
How do I sort my archive view by custom field values?
Started by: sheaN
in: Toolset Professional Support
2
10
4 years, 10 months ago
sheaN
Link to edit profile does not work
Started by: matthiasV-2
in: Toolset Professional Support
2
14
4 years, 10 months ago
matthiasV-2
How can I change the results loop to masonry?
Started by: andyB-12
in: Toolset Professional Support
2
2
4 years, 10 months ago
Christian Cox
cannot choose field to pick user id for notifications
Started by: spotlightS
in: Toolset Professional Support
2
11
4 years, 10 months ago
Shane
See User Profile after Registering User with Cred
Started by: himanshuS
in: Toolset Professional Support
2
33
4 years, 10 months ago
Christian Cox
Counter variable when using wpv-for-each
Started by: Cesar
in: Toolset Professional Support
Quick solution available
Problem: I would like to output an index value when looping over a repeating field instanced with wpv-for-each.
Solution: You'll need a custom shortcode to do this. Add the following custom shortcode definition in your child theme's functions.php file, or in a new snippet in Toolset > Settings > Custom Code.
add_shortcode('wpv-index', function () {
static $i = 0;
$n = $i++;
return $n;
});
That will create a shortcode wpv-index, which we can use in the wpv-for-each loop to create these carousel-indicators list items.
Next, use wpv-for-each to iterate over the fotografia field instances and generate the indicator list items:
[wpv-for-each field='wpcf-fotografia']
<li data-target="#carousel" data-slide-to="[wpv-index]"></li>
[/wpv-for-each]
2
3
4 years, 10 months ago
Cesar
How can I translate from the front-end?
Started by: avansisI-2
in: Toolset Professional Support
2
14
4 years, 10 months ago
Christian Cox
We need help on several issues
Started by: matthiasV-2
in: Toolset Professional Support
2
8
4 years, 10 months ago
matthiasV-2
Drag and drop fields in post form
Started by: johnE-5
in: Toolset Professional Support
2
5
4 years, 10 months ago
johnE-5
View Filter
Started by: philipC-4
in: Toolset Professional Support
Quick solution available
2
6
4 years, 10 months ago
philipC-4
Post excerpt
Started by: Jay
in: Toolset Professional Support
2
7
4 years, 10 months ago
Jay
Unable to see custom fields when editing custom types
Started by: wimD-2
in: Toolset Professional Support
1
2
4 years, 10 months ago
wimD-2