tomG-8
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 |
---|---|---|---|---|---|
Broken link to "Services grid Views tutorial"
Started by: tomG-8 in: Types Community Support |
2 | 3 | 7 years ago | ||
Redundant Archives Layouts and WordPress Archives
Started by: tomG-8
in: Types Community Support
Problem: Why must I use WordPress Archives and also set up Archive Layouts? Are these both necessary? Solution: With the Layouts plugin active, you can create a Layout design for an archive page using the drag and drop interface to set up rows and columns of cells. However, you won't be able to control the results display on that archive page until you insert a WordPress Archive cell where you can design the Loop Output. So the two items work together when Layouts is active. Layouts is used to design the wrapping container, and WordPress Archives are used to construct the loop of results (and filters, if you choose to use them). Relevant Documentation: |
2 | 3 | 7 years ago | ||
Add cell-style visual layout engine for within loops
Started by: tomG-8
in: Types Community Support
Problem: So I have now submitted this idea as a feature request to our team for further consideration. |
2 | 5 | 7 years ago | ||
Need help building a multi-column archive
Started by: tomG-8
in: Types Community Support
Problem: I would like to create a multi-column design for a WordPress Archive. Solution: Use Bootstrap's grid system, or add wrapper div elements styled with CSS widths. <h2>[wpv-post-link]</h2> <div style="float:left; width:50%;"> [types field='image' alt='%%ALT%%' title='%%TITLE%%' width='400' height='400' align='left' resize='proportional' separator=', '][/types] </div> <div style="float:left; width:50%; padding-left: 10px;"> [wpv-post-body view_template="None"] <label>Client</label> [wpv-post-taxonomy type="client"]<br> <label>Format</label> [wpv-post-taxonomy type="format"]<br> <label>Date</label> [types field='dateofpublication' style='text' format='F, Y'][/types] </div> <br style="clear:both;" /> Relevant Documentation: |
3 | 6 | 7 years ago |