MorganM3180
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 |
---|---|---|---|---|---|
Views slider is showing outside the container in Firefox
Started by: MorganM3180 in: Toolset Professional Support |
|
2 | 5 | 3 years, 8 months ago | |
Query Filter in View no longer provides AND/OR option
Started by: MorganM3180 in: Toolset Professional Support |
|
2 | 4 | 4 years ago | |
Toolset Blocks plugin is causing “the editor has encountered an unexpedted error
Started by: MorganM3180
in: Toolset Professional Support
Problem: Solution: |
|
3 | 8 | 4 years, 7 months ago | |
How to use Toolset Field Group metadata in Slider Revolution layers
Started by: MorganM3180 in: Toolset Professional Support |
|
2 | 2 | 4 years, 9 months ago | |
Creating a Search archive using View
Started by: MorganM3180 in: Toolset Professional Support |
|
2 | 4 | 5 years, 3 months ago | |
I am not able to create any new wordpress archives
Started by: MorganM3180 in: Toolset Professional Support |
|
2 | 6 | 5 years, 3 months ago | |
Setting up conditional css depending on taxonomy
Started by: MorganM3180
in: Toolset Professional Support
Problem: I would like to set up a conditional that tests which term from a specific taxonomy is applied to the current post in the loop. Based on that term, I would like to apply a specific CSS class to my content. Solution: The has_term function can be used to test whether or not the current post has a specific term applied. You can use that function in a conditional to output different bits of markup depending on the term applied to the current post. This approach doesn't work well if multiple terms from the taxonomy can be associated with a single post. It is best when only a single term is applied to a single post. [wpv-conditional if="( has_term('one', 'category', null) eq '1' )"] <div class="category-one"> [/wpv-conditional] [wpv-conditional if="( has_term('two', 'category', null) eq '1' )"] <div class="category-two"> [/wpv-conditional] [wpv-conditional if="( has_term('three', 'category', null) eq '1' )"] <div class="category-three"> [/wpv-conditional] [wpv-conditional if="( has_term('four', 'category', null) eq '1' )"] <div class="category-four"> [/wpv-conditional] [wpv-conditional if="( has_term('five', 'category', null) eq '1' )"] <div class="category-five"> [/wpv-conditional] [wpv-conditional if="( has_term('six', 'category', null) eq '1' )"] <div class="category-six"> [/wpv-conditional] [wpv-post-link] [wpv-post-body view_template="None"] </div> Relevant Documentation: |
|
2 | 9 | 5 years, 3 months ago | |
Sorting options not appearing on Front End
Started by: MorganM3180 in: Toolset Professional Support |
|
2 | 2 | 5 years, 4 months ago |