Skip Navigation

[Resolved] bootstrap pagination navs

This support ticket is created 7 years, 2 months ago. 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.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

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)

This topic contains 2 replies, has 1 voice.

Last updated by Akhil 7 years, 2 months ago.

Assisted by: Luo Yang.

Author
Posts
#572004

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

link: hidden link

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]