Skip Navigation

[Résolu] bootstrap pagination navs

This support ticket is created Il y a 7 années et 2 mois. 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.

Aucun de nos assistants n'est disponible aujourd'hui sur le forum Jeu d'outils. Veuillez créer un ticket, et nous nous le traiterons dès notre prochaine connexion. Merci de votre compréhension.

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)

Ce sujet contient 2 réponses, a 1 voix.

Dernière mise à jour par Akhil Il y a 7 années et 2 mois.

Assisté par: Luo Yang.

Auteur
Publications
#572004

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

link: lien caché

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]