thomasS-11
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 |
---|---|---|---|---|---|
You must have a valid subscription in order to get upgrades or support for this
Started by: thomasS-11 in: Toolset Professional Support |
2 | 2 | 6 years, 4 months ago | ||
Views showing shortcodes if too many image fields are present
Started by: thomasS-11
in: Toolset Professional Support
Problem: If too many image fields are present in the content, Views stops rendering shortcodes and prints them out on the page. Solution: There is currently a known issue with some newer versions of PHP that have the PCRE regex parser. Some of our shortcode regex algorithms are failing, resulting in shortcodes being printed on to the screen instead of being parsed. We are working on improvements that will prevent this failure. In the meantime, the most practical solution is to disable the PCRE.jit parser by adding this line to your wp-config.php file: ini_set('pcre.jit', false); |
2 | 5 | 6 years, 7 months ago | ||
Bug report: Views is asking for license key, even though its set and valid.
1
2
Started by: thomasS-11
in: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
4 | 19 | 6 years, 7 months ago | ||
Create a View that shows sibling child CPT posts on the single CPT page
Started by: thomasS-11
in: Toolset Professional Support
Problem: I would like to create a View that shows siblings of the current Post Solution: In Query Options, check "Don't include current page in query result" so that only sibling posts will show up, and the current post will not be shown. In the Loop Output editor, use the Fields and Views button to include a link or other information about each sibling. Add the View from step 1 into the Content Template for your CPT single post page using this shortcode: [wpv-view name="playlist" wpvprchildof="[wpv-post-id id='$serie']"] You can see the wpvprchildof attribute required by the filter from step 1. The value of this shortcode attribute will provide the post ID of the parent post: [wpv-post-id id='$serie'] Relevant Documentation: |
2 | 16 | 7 years, 1 month ago | ||
Remove parent div of view
Started by: thomasS-11 in: Toolset Professional Support |
2 | 4 | 7 years, 3 months ago |