Hello!
Some views don't display at my website when similar views for other content type works fine. Both are almost similar.
Working example (attention, all links are NSFW):
hidden link
Scroll to the h3 header, Local Swingers Parties in Neighbour Places. All related links below display fine. That's for the Swingers Club custom type.
Example of the problem:
hidden link
Scroll to the h3 header, Hookup ads in neighbour places. No links below! If you'll look at html code - you will see that there are lists of that links but there aren't links between divs:
<div class="container wpv-loop js-wpv-loop">
<div class="row ">
<div class="col-sm-3"></div>
<div class="col-sm-3"></div>
<div class="col-sm-3"></div>
<div class="col-sm-3"></div>
</div>
That custom type calls Hookup ad.
Problem pages are Hookup ads locations taxonomy archives (hidden link). I use the following code in the bottom of the template:
<h3>Hookup ads in neighbour places</h3>
[wpv-conditional if="( [get_term_parent_id taxonomy='hookup-ads-location'] gt '0' )"]
[wpv-view name="hookup-ads-location-in-neighbourhood-by-term-id" terms="[get_term_parent_id taxonomy='hookup-ads-location']"]
[/wpv-conditional]
[wpv-conditional if="( [get_term_parent_id taxonomy='hookup-ads-location'] eq '0' )"]
[wpv-view name="hookup-ads-location-top-level"]
[/wpv-conditional]
This is to start to follow the chain of views I use.
There are 2 things which confuse me:
- all the similar views/code works successfully for the Swingers Club custom type
- I tested "hookup-ads-location-top-level" at regular blog post - it works fine (actually I use almost the same view to display same links at the homepage and it works)
So looks like something wrong with displaying them at exactly that template.
Pls, help me to find out what is the problem.
I cloned the instance with a website, so here are the details:
[Credentials moved to private reply]