P
|
ppradhan@live.com author 11/18/2022 |
I used custom css and looks nice visually. But the problem is when I click Next it uses pagination of 10 range and skips the rest, I wanted the range of 5. // Custom CSS .pagination li:nth-of-type(1n+6) { } First Screen
clicking at Next will start from 11 Second Screen
|
D
|
DealerModulesDevClub member 11/18/2022 |
In your PHPRunner, just go to the "Misc" page from the menu on the bottom and change:
Paul |
P
|
ppradhan@live.com author 11/19/2022 |
@DealerModules11, |
![]() |
fhumanes 11/21/2022 |
Hello, I think this is the code that controls the pagination on the pages List. How you see, it is coded to do it 10 or 5, depending on whether it is on mobile or not. It has not worked for me or I have not been able to inform you that I am working on a mobile. The only thing I have left is to modify this code so that in all cases 5 links or blocks are. Cheers, |