Skip Navigation

[Resuelto] bootstrap pagination navs

This support ticket is created hace 7 años, 2 meses. 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.

Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9: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/Hong_Kong (GMT+08:00)

Este tema contiene 2 respuestas, tiene 1 mensaje.

Última actualización por Akhil hace 7 años, 2 meses.

Asistido por: Luo Yang.

Autor
Mensajes
#572004

HI ,Luo, good day.'
Please advice how to create bootstrap style slider and pagination using views .

link: enlace oculto

I need the guide for the < > nav bars .

Thanks.

#572012

i have this code working

  <a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
    <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
    <span class="sr-only">Previous</span>
  </a>
  <a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
    <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
    <span class="sr-only">Next</span>
  </a>

how do i integrate with this view codes pls.

[wpv-pagination][wpv-pager-prev-page force="true"][wpml-string context="wpv-views"]Previous[/wpml-string][/wpv-pager-prev-page][wpv-pager-next-page force="true"][wpml-string context="wpv-views"]Next[/wpml-string][/wpv-pager-next-page][/wpv-pagination]


#572015

ok. found out after some testing.

final working paginaiton code

[wpv-pagination]
  [wpv-pager-prev-page force="true"]
    <span class="glyphicon-left" aria-hidden="true"></span>
    <span class="sronly">Previous</span>[/wpv-pager-prev-page]
  [wpv-pager-next-page force="true"]
    <span class="glyphicon-right" aria-hidden="true"></span>
    <span class="sronly">Next</span>[/wpv-pager-next-page]
  [/wpv-pagination]