dmfzw
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 |
---|---|---|---|---|---|
wysiwyg buttons missing after Toolset Types 3.4.16 update
Started by: dmfzw in: Toolset Professional Support |
3 | 6 | 2 years ago | ||
Display Albums and Songs inside “Artist” Post type
Started by: dmfzw
in: Toolset Professional Support
Problem: How to display the different Albums WITH their songs in the Artist content template? Solution: You can try nested view, for example: https://toolset.com/forums/topic/display-albums-and-songs-inside-artist-post-type/#post-2141609 Relevant Documentation: |
2 | 9 | 3 years, 3 months ago | ||
Toolset causing “critical error” in WordPress
Started by: dmfzw
in: Toolset Professional Support
Problem: Toolset is causing a critical error in WordPress. Solution: Increasing the available memory on the server and in the wp-config.php file configurations seems to solve the problem here. |
2 | 18 | 3 years, 4 months ago | ||
Toolset Blocks not displaying featured image, only the featured image URL
Started by: dmfzw in: Toolset Professional Support |
2 | 4 | 4 years, 9 months ago | ||
a-z filter glossary
Started by: dmfzw in: Toolset Professional Support |
2 | 4 | 5 years, 9 months ago | ||
Display Custom Post Type’s Achieve on Homepage using Layouts
Started by: dmfzw
in: Toolset Professional Support
Problem: The issue here is that the user wanted to add their archive cell to their homepage layout. Solution: Is there any way to achieve this, or can only the normal WordPress 'posts' appear on the homepage using Layouts I was execting to be able to select which 'post types' I want to display on the homepage (like when creating a view), but there's no option for this. This is because when adding an archive cell to your layout it is under the assumption that you are creating a custom archive page. If this was the case then you will need to use the "Change how this layout is used" button to assign the layout to a custom archive. As a workaround for this you will need to create a substitute archive page by using views. All that is need is by going to Toolset-> Views and just creating a new view for the CPT you want to display on the homepage. Then you just need to go to your homepage layout and add a view cell, then add this new view that you've just created. This works just as well as with the archive. |
2 | 3 | 5 years, 9 months ago | ||
Slider displaying on all archive pages instead of just hompage
Started by: dmfzw in: Toolset Professional Support |
2 | 6 | 5 years, 10 months ago | ||
Hide Empty Taxonomies
Started by: dmfzw in: Toolset Professional Support |
2 | 4 | 6 years, 2 months ago | ||
3 featured images in a row
Started by: dmfzw
in: Toolset Professional Support
Problem: You can find proposed solution, in this case, with the following reply: |
3 | 6 | 6 years, 3 months ago | ||
How to display images with text by the side
Started by: dmfzw
in: Toolset Professional Support
Problem: Solution: In this example this is the markup format used in the template linked to the Loop Output: <div class="media-block"> <div class="media-block-left"> [wpv-post-featured-image] </div> <div class="media-block-right"> <h3>[wpv-post-link]</h3> [wpv-post-excerpt] </div> </div> And this is the custom CSS to achieve the layout: .media-block { display: flex; align-items: flex-start; } .media-block-left { margin: 10px 10px 0 0; } .media-block-right { flex: 1; } Relevant Documentation: |
2 | 3 | 6 years, 3 months ago | ||
Group results by year and month using date field
Started by: dmfzw
in: Toolset Professional Support
Problem: Solution: You should call the shortcode within your view's loop: <wpv-loop> [heading condition="year" value="[types field='stud-registration-date' style='text' format='Y'][/types]"] <h4>[types field='stud-registration-date' style='text' format='Y'][/types]</h4> [/heading] [heading condition="month" value="[types field='stud-registration-date' style='text' format='F'][/types]"] <h5>[types field='stud-registration-date' style='text' format='F'][/types]</h5> [/heading] <li> <h4>[wpv-post-title]</h4> </li> </wpv-loop> you can find proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 5 | 6 years, 3 months ago |