briana-5
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 |
---|---|---|---|---|---|
Create field groups through import?
Started by: briana-5 in: Toolset Professional Support |
|
2 | 3 | 4 years, 1 month ago | |
Speed up loading of page with nested view
Started by: briana-5 in: Toolset Professional Support |
|
2 | 8 | 4 years, 1 month ago | |
Displaying view within Bootstrap List Group
Started by: briana-5 in: Toolset Professional Support |
|
2 | 5 | 4 years, 4 months ago | |
Can’t move blocks
Started by: briana-5
in: Toolset Professional Support
Problem: I'm unable to move blocks because there is no toolbar above each block. Solution: Deactivate the Top Toolbar menu option to expose the toolbar above each block. Relevant Documentation: |
|
2 | 6 | 4 years, 5 months ago | |
Change the content template on the fly?
Started by: briana-5 in: Toolset Professional Support |
|
2 | 9 | 5 years, 1 month ago | |
Use json data as variable in views filter
Started by: briana-5
in: Toolset Professional Support
Problem: I have a View that filters based on shortcode attributes. I would like use a JavaScript templating library like Handlebars to set the View's shortcode attribute with data from a JSON object that exists on the page when the page loads. Solution: Unfortunately there is no JavaScript API for forms, so there is not an easy way to set a shortcode attribute value with JavaScript after the View has loaded. If the JSON data is available in PHP before the page loads, then you may be able to use the PHP API render_view to set the desired attribute value and render the View programmatically instead of using the wpv-view shortcode: $args = array( 'name' => 'grab-categories', 'billid2' => 'some value' ); echo render_view( $args ); Relevant Documentation: |
|
2 | 3 | 5 years, 4 months ago |