Saltar navegación

[Esperando confirmación del usuario] ALWAYS indicate end of search results

This support ticket is created hace 5 días, 14 horas. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

Este tema contiene 1 respuesta, tiene 1 mensaje.

Última actualización por Minesh hace 4 días, 22 horas.

Asistido por: Minesh.

Autor
Mensajes
#2790599

a.R

Hi 🙂

With the code snippet below, the end of search results will only be indicated, if there has been a pagination.
How ALWAYS indicate it?

Thank you 🙂

		<wpv-loop>
          [wpv-post-body view_template="Beitragsvorschau"]
		</wpv-loop>
  
	<!-- wpv-loop-end -->

  

  [wpv-conditional if="([wpv-pager-current-page] eq [wpv-pager-total-pages])"]
  <div class="mobilschatten" style="font-size: 100%; color: #ddd; font-weight: bold; margin: 1.4em; text-align: center;">~ The End. ~</div>
  [/wpv-conditional]
#2790675

Minesh
Supporter

Idiomas: Inglés (English )

Zona horaria: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

I believe that the conditional display you are using currently to check for last page is the only way you can check for the end of last page.