jesperK
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 |
---|---|---|---|---|---|
Use value of shortcode inside a view
Started by: jesperK in: Toolset Professional Support |
2 | 11 | 5 years, 1 month ago | ||
Construct a view
Started by: jesperK
in: Toolset Professional Support
Problem: I would like to set up a View that includes 9 items per row. The first item should span two rows of 4 smaller grid items. How should I set up the loop to support this structure? Solution: Use the wrap, item and index attributes to set this up. [wpv-layout-start] [wpv-items-found] <section id="front-section-two" class="front-section cf"> <!-- wpv-loop-start --> <wpv-loop wrap="9" pad="true"> [wpv-item index=1] <div class="section-two-column-one"> <article>Content template here</article> </div> <div class="section-two-column-two columns-wrap"> [wpv-item index=other] <article>Content template here</article> [wpv-item index=9] <article>Content template here</article> </div> [wpv-item index=pad] [wpv-item index=pad-last] </div> </wpv-loop> <!-- wpv-loop-end --> </section> [/wpv-items-found] [wpv-no-items-found] <strong>[wpml-string context="wpv-views"]No items found[/wpml-string]</strong> [/wpv-no-items-found] [wpv-layout-end] Relevant Documentation: |
2 | 5 | 5 years, 1 month ago | ||
Populate types field with post id
Started by: jesperK in: Toolset Professional Support |
2 | 8 | 5 years, 2 months ago | ||
Only one headline when calling site users
Started by: jesperK in: Toolset Professional Support |
2 | 6 | 5 years, 2 months ago | ||
Possible conflict between new version of types access and wp oauth server
Started by: jesperK in: Toolset Professional Support |
2 | 14 | 5 years, 5 months ago | ||
View only shows one post
Started by: jesperK in: Toolset Professional Support |
2 | 5 | 5 years, 7 months ago | ||
Can not update toolset… The package could not be installed.
Started by: jesperK in: Toolset Professional Support |
1 | 2 | 5 years, 9 months ago | ||
Render a user custom field in admin columns
Started by: jesperK in: Toolset Professional Support |
2 | 3 | 5 years, 10 months ago | ||
WP_Query does not work with taxonomy at the backend
Started by: jesperK in: Toolset Professional Support |
2 | 4 | 6 years ago | ||
Limit the possible choices on Radio buttons
Started by: jesperK
in: Toolset Professional Support
Problem: Solution: Toolset's Product Management receives a notification and accordingly evaluates and plans features for Toolset. |
2 | 3 | 6 years ago | ||
I need a simple solution for time slots with CRED
Started by: jesperK in: Toolset Professional Support |
2 | 5 | 6 years, 1 month ago | ||
News Site layout
Started by: jesperK in: Toolset Professional Support |
3 | 4 | 6 years, 2 months ago | ||
"Filter section" is gone from the ui?
Started by: jesperK in: Toolset Professional Support |
1 | 2 | 6 years, 4 months ago | ||
Screenshot in a slider with custom shortcode
Started by: jesperK
in: Toolset Professional Support
Problem: Solution: |
2 | 2 | 6 years, 7 months ago | ||
hide items on initial page load – rediect
Started by: jesperK
in: Toolset Professional Support
Problem: In Views custom search form, when all the checkboxes has being unchecked, I need Views display some posts with specific filters. Solution: It is a custom PHP codes problem, please check the solution here: Relevant Documentation: |
2 | 7 | 6 years, 7 months ago |