Quantcast
Channel: Toolset » All Posts
Viewing all articles
Browse latest Browse all 20145

Reply To: [Waiting for user feedback] Conditional Field Not Showing Up

$
0
0

This is the code from the view in question

[wpv-layout-start]
[wpv-items-found]
<div class="one-sixth first">
<i class="fa fa-users"></i>
</div>
<div class="five-sixths">
<h2> Workshops </h2>
<p>Teen Yoga Training E-Books for Teachers</p>
</div>

<wpv-loop>
[wpv-item index=1]
<div class="one-third first">

[wpv-if evaluate="'[types field="flash-message"][/types]' = ''"]
[types field="flash-message"][/types]
[/wpv-if]

<ul>
<li>[wpv-post-featured-image]</li>
<li class="addcart">[wpv-woo-buy-or-select add_to_cart_text="" link_to_product_text=""]</li>
<li><h3>[wpv-post-link]</h3></li>
<li><strong>[wpv-woo-product-price]</strong></li>
</ul>
</div>
[wpv-item index=other]
<div class="one-third">
<ul>
<li>[wpv-post-featured-image]</li>
<li class="addcart">[wpv-woo-buy-or-select add_to_cart_text="" link_to_product_text=""]</li>
<li><h3>[wpv-post-link]</h3></li>
<li><strong>[wpv-woo-product-price]</strong></li>
</ul>
</div>
[wpv-item index=3]
<div class="one-third">
<ul>
<li>[wpv-post-featured-image]</li>
<li class="addcart">[wpv-woo-buy-or-select add_to_cart_text="" link_to_product_text=""]</li>
<li><h3>[wpv-post-link]</h3></li>
<li><strong>[wpv-woo-product-price]</strong></li>
</ul>
</div>
<div class="cf"></div>
</wpv-loop>

[/wpv-items-found]
[wpv-no-items-found]
[wpml-string context="wpv-views"]<strong>No items found</strong>[/wpml-string]
[/wpv-no-items-found]
[wpv-layout-end]


Viewing all articles
Browse latest Browse all 20145

Trending Articles