barisS
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 |
---|---|---|---|---|---|
Conditional Outputs
Started by: barisS in: Toolset Professional Support |
2 | 2 | 7 years, 1 month ago | ||
Google Structured Data Tag
Started by: barisS in: Toolset Professional Support |
2 | 4 | 7 years, 1 month ago | ||
Adding an increasing number next to the field
Started by: barisS in: Toolset Professional Support |
2 | 2 | 7 years, 1 month ago | ||
How can I show the full size of the images
Started by: barisS
in: Toolset Professional Support
Problem: I have a repeating image custom field, and I would like to show thumbnails of each image that link to full-size image files. Solution: Use the wpv-for-each shortcode to iterate over each image, then use the types field shortcode to output the resized thumbnail and full-size image URL. [wpv-conditional if="( $(wpcf-property-gallery) ne '' )"] <div class="text-center property-gallery"> [wpv-for-each field='wpcf-property-gallery'] <a href="[types field='property-gallery' size='full' url='true'][/types]">[types field='property-gallery' width='300' height='230' align='none' resize='crop'][/types]</a><br /> [/wpv-for-each] </div> [/wpv-conditional] Relevant Documentation: |
2 | 5 | 7 years, 2 months ago | ||
How can I replace image boxes with a slider
Started by: barisS in: Toolset Professional Support |
2 | 3 | 7 years, 2 months ago |