Plugin Support
Habib
(@habibjh)
Hi @ormgrecipes,
I’m extremely sorry for the late. Tomorrow I will release a new version of the post grid plugin. Hopefully, it will be fixed in the next version. I will let you know after the release.
Thank you
Habib
Plugin Support
Habib
(@habibjh)
Hi @ormgrecipes,
We have released a new version of the post grid plugin. Please update the plugin. Hopefully, the problem will be fixed automatically after the update.
Now you can control the broken point of the pagination from here – https://prnt.sc/FMStiMU5PGj4
Thank you
Hello @habibjh,
I’m sorry to report that the update didn’t change anything on my site. I’m still seeing the numbers at the bottom. I’m using the list view layout, changed my pagination to 6 in the settings and I’m using the shortcode. Not sure that will help, but hopefully I can have the next and previous with this layout. Please advise. Thanks!
Plugin Support
Habib
(@habibjh)
Hi @ormgrecipes,
Do you want to use just the “Next” and “Prev” buttons only? If yes, there is no way to make it. But you can do it easily with CSS. You can put the below CSS in [ Appearance > Customize > Additional CSS ] to keep the next and previous buttons only.
.rt-pagination li span,
.rt-pagination li a{
display: none !important;
}
.rt-pagination li a[aria-label="First"],
.rt-pagination li a[aria-label="Previous"],
.rt-pagination li a[aria-label="Next"],
.rt-pagination li a[aria-label="Last"] {
display-inline: inline-block !important;
font-size: 30px;
}
Otherwise, you can decrease the number to 1 from here https://prnt.sc/FMStiMU5PGj4 to decrease the number of the pagination.
Thank you
-
This reply was modified 8 months, 2 weeks ago by Habib.
-
This reply was modified 8 months, 2 weeks ago by Habib.
@habibjh
Yes, I want only the next/prev buttons and the script didn’t work, however, I decreased the pagination and now I only see 1 2 > >> at the bottom of my blog page which I can live with. At least I don’t see all the page numbers like before. Thanks!
Plugin Support
Habib
(@habibjh)
Hi @ormgrecipes,
As I can see the CSS didn’t apply on your site. So Please add those CSS to your Customize and clean all cache from your server and browser. If still it doesn’t work please make a ticket to RadiusTheme support.