Akhil
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 |
---|---|---|---|---|---|
post view counter – whats working ?
Started by: Akhil in: Toolset Professional Support |
2 | 3 | 6 years, 6 months ago | ||
Create Archives by Taxonomies selection .
Started by: Akhil in: Toolset Professional Support |
2 | 10 | 6 years, 6 months ago | ||
Display all fields
Started by: Akhil in: Toolset Professional Support |
2 | 5 | 6 years, 6 months ago | ||
Entry Date field
Started by: Akhil in: Toolset Professional Support |
2 | 3 | 6 years, 6 months ago | ||
output first level taxonomies only at view
Started by: Akhil in: Toolset Professional Support |
2 | 3 | 6 years, 6 months ago | ||
types termmeta
Started by: Akhil in: Toolset Professional Support |
1 | 2 | 6 years, 6 months ago | ||
option to disable m2m api ?
Started by: Akhil
in: Toolset Professional Support
Problem: Solution: |
2 | 4 | 6 years, 6 months ago | ||
Creating class for each multiple taxomonies field
Started by: Akhil
in: Toolset Professional Support
Problem: Output term's link with customized CSS class name. Solution: you create another taxonomy view, list terms of taxonomy, filter by: In section "Loop Editor", display the term's link like this: ... <wpv-loop> <a href="[wpv-taxonomy-url]" class="cat_meta_[wpv-taxonomy-slug]">[wpv-taxonomy-title]</a> </wpv-loop> ... Use above view as child view of the post view you mentioned above. and test again. Relevant Documentation: |
2 | 4 | 6 years, 7 months ago | ||
High autoload in database
Started by: Akhil in: Toolset Professional Support |
2 | 4 | 6 years, 8 months ago | ||
scripts merge
Started by: Akhil in: Toolset Professional Support |
2 | 4 | 6 years, 8 months ago | ||
Checkbox state as conditional in layout, filter.
Started by: Akhil in: Toolset Professional Support |
2 | 10 | 6 years, 8 months ago | ||
distance filter issue2
Started by: Akhil in: Toolset Professional Support |
2 | 9 | 6 years, 9 months ago | ||
Distance filter problem on archive page
Started by: Akhil
in: Toolset Professional Support
Problem: I cannot get a distance filter to work on a WordPress Archive. Solution: The distance filter feature is not fully implemented in WordPress Archives. The best way to get around this is to create a View that behaves like your WordPress Archive, using Query Filters. Then insert the View in your WordPress Archive, outside the wpv-loop tags. Cut everything from inside the wpv-loop tags and paste it inside the View's wpv-loop tags. Remove all filters from the old WordPress Archive. |
2 | 10 | 6 years, 9 months ago | ||
img srcset
Started by: Akhil
in: Toolset Professional Support
Problem: Pls advice what are my options now. it seems toolset is generating the srcset . is there any custom code to disable the srcset for certain part ? this is the code: [wpv-conditional if="( $(wpcf-property-photo) ne '' )"] <div class="img2"> [types field='property-photo' width='200' height='150' size='thumbnail' align='none' resize='crop'][/types] </div> [/wpv-conditional] ps: 925.jpg is the img name this is the output: <div class="img2"> <img src="https://www.site/media/listings/landed-house/925-200x150.jpg" class="attachment-thumbnail" alt="" style="" title="" srcset="https://www.site/media/listings/landed-house/925-200x150.jpg 200w, https://www.site/media/listings/landed-house/925-400x300.jpg 400w, https://www.site/media/listings/landed-house/925-768x576.jpg 768w, https://www.site/media/listings/landed-house/925.jpg 800w" sizes="(max-width: 200px) 100vw, 200px" width="200" height="150"> </div> Solution: In your case, it is a custom image field, so you can display the image URL directly, for example: [wpv-conditional if="( $(wpcf-property-photo) ne '' )"] <div class="img2"> [wpv-for-each field="wpcf-property-photo"] <img src="[types field='property-photo' width='200' height='150' size='thumbnail' align='none' resize='crop' url="true"][/types] "> [/wpv-for-each] </div> [/wpv-conditional] Relevant Documentation: https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-for-each Iterate through multiple items in a post meta field and output the enclosed text for each item. Including Types repeating fields. https://toolset.com/documentation/customizing-sites-using-php/functions/#image url: |
2 | 8 | 6 years, 9 months ago | ||
Need help on layout design and approach
Started by: Akhil in: Toolset Professional Support |
2 | 4 | 6 years, 10 months ago |