Skip Navigation

[Résolu] Pagination puts Next Previous in wrong place

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

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
- 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)

This topic contains 2 réponses, has 2 voix.

Last updated by eldredC Il y a 7 années et 6 mois.

Assisted by: Minesh.

Auteur
Publications
#454082
error.PNG

On hidden link
I am trying to set up Next Previous Pagination but my next and previous links are in the wrong place and I can't work out how to move them.

I have this in my Loop Output Editor

<div>
[wpv-layout-start]
<h1>Search Results</h1>
	[wpv-items-found]
	<!-- wpv-loop-start -->
		<wpv-loop>
			[wpv-post-body view_template="WordPress Archive - loop item 2"]
		</wpv-loop>
	<!-- wpv-loop-end -->
	[/wpv-items-found]
	[wpv-no-items-found]
		<strong>[wpml-string context="wpv-views"]No items found[/wpml-string]</strong>
	[/wpv-no-items-found]
[wpv-pager-archive-prev-page][wpml-string context="wpv-views"]Previous[/wpml-string][/wpv-pager-archive-prev-page][wpv-pager-archive-next-page][wpml-string context="wpv-views"]Next[/wpml-string][/wpv-pager-archive-next-page]
[wpv-layout-end]
</div>

And this is the Loop Content

<div>
[fusion_builder_container hundred_percent="no" equal_height_columns="yes"]
<div>
[fusion_builder_column type="1_2"]
<h1>[wpv-post-link]</h1>
          [wpv-conditional if="( $(wpcf-marina-latitude) ne '' ) AND ( $(wpcf-marina-longitude) ne '' )"]
<p><strong>Marina GPS Location:</strong></p>
<p>Lat: [types field="marina-latitude" format="FIELD_VALUE"][/types], Long: [types field="marina-longitude" format="FIELD_VALUE"][/types]</p>
          [/wpv-conditional]
          
          [wpv-conditional if="( $(wpcf-marina-latitude) eq '' ) OR ( $(wpcf-marina-longitude) eq '' )"]
<div>
  <p><strong>Office GPS Location:</strong></p>
  <p>Lat: [types field="marina-address" format="FIELD_LATITUDE"][/types], Long: [types field="marina-address" format="FIELD_LONGITUDE"][/types]</p>
</div>
          [/wpv-conditional]
<div>
  <p><strong>Address</strong></p>
  [types field='marina-address'][/types]
</div>
<div style="margin-top: 5px;">
  [fusion_button link="[wpv-post-url]" title="Click to view full details" target="_self" alignment="left" modal="" hide_on_mobile="" class="" id="" color="default" icon="fa-arrow-right" icon_position="right" size="small"]Click to view Marina details[/fusion_button]
</div>
[/fusion_builder_column]
</div>
<div>
[fusion_builder_column type="1_2"]
[wpv-conditional if="( $(wpcf-marina-latitude) ne '' ) AND ( $(wpcf-marina-longitude) ne '' )"]
[leaflet-map lat=[types field='marina-latitude' output='raw'][/types] lng=[types field='marina-longitude' output='raw'][/types] zoom=8][leaflet-marker lat=[types field='marina-latitude' output='raw'][/types] lng=[types field='marina-longitude' output='raw'][/types]]
[/wpv-conditional]
[wpv-conditional if="( $(wpcf-marina-latitude) eq '' ) OR ( $(wpcf-marina-longitude) eq '' )"]
[leaflet-map lat=[types field='marina-address' format='FIELD_LATITUDE'][/types] lng=[types field='marina-address' format='FIELD_LONGITUDE'][/types] zoom=8][leaflet-marker lat=[types field='marina-address' format='FIELD_LATITUDE'][/types] lng=[types field='marina-address' format='FIELD_LONGITUDE'][/types]]
[/wpv-conditional]
[/fusion_builder_column]
</div>
[/fusion_builder_container]
</div>
#454101

Minesh
Supporter

Languages: Anglais (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

In general - Pagination should be added to the View's filter section. You can add it to loop output section but before or after the <wpv-loop> but here it seems you have CSS issue.

First I suggest - you should go through following Docs for pagination:
=> https://toolset.com/documentation/user-guides/views-pagination/
=> https://toolset.com/documentation/user-guides/getting-started-views/part-4-pagination/

If your issue still persists, I would like to know at which place exactly you would like to place your pagination links. Few screenshots will be helpful.

#454736

Thank you

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.