I am using a search view with a loop to show ads when the users types a string.
The loop was working fine, Now i can´t show the [pv-post-link] anymore or other links inside the loop:
[wpv-layout-start]
[wpv-items-found]
<!-- wpv-loop-start -->
<center> Click on ad </center> <br>
<wpv-loop>
<tr>
<div class="row cartao">
<div class="col-sm-12"><center>[wpv-post-link]</center></div> //Not showing anything!
<div class="col-sm-12"><center>[wpv-post-url]</center></div> // Shows the URL correctly!
</div>
<br>
</tr>
</wpv-loop>
<!-- wpv-loop-end -->
[/wpv-items-found]
[wpv-no-items-found]
[wpml-string context="wpv-views"]Ad not found..[/wpml-string]
<br><br>
[/wpv-no-items-found]
[wpv-layout-end]
Could you help me, please?
Nigel
Supporter
Languages:
English (English )
Spanish (Español )
Timezone:
Europe/London (GMT+00:00)
Hi Selmo
That is an odd one if you are simply outputting wpv-post-link in the Loop Ouput section and it is not outputting anything.
Before anything else can you double-check it isn't in the page markup but hidden by some CSS?
Assuming not, can you quickly try switching theme to twentyseventeen and disabling all non-Toolset plugins and check again.
If you still can't see it I will probably need to take a copy of your site for testing, but I will wait to hear back from you first.