• Resolved tijnvandeneijnde

    (@tijnvandeneijnde)


    When turning on the standard pagination on mobile I get the following result:

    I would expect it to be 1 row. In this case it should show prev 1 ... 9 next, like done on the desktop.

    In the backend it looks like this:

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @tijnvandeneijnde

    I’m sorry, but this is how things work for this kind of pagination system, due to a limitation of how the system works like. It is not possible to adjust the numbers displayed per device.

    I would recommend trying to hide the numbers on mobile, or choosing a different kind of pagination type.

    Hope this clears things up!

    Thank you.

    Thread Starter tijnvandeneijnde

    (@tijnvandeneijnde)

    Hello @cteduard

    Thanks for the quick response!

    That’s unfortunate, is this related to the Blocksy theme or WordPress itself?

    Hello @tijnvandeneijnde

    This is more or less related to how the system works like. It is not necessarily a Blocksy or a WordPress issue per se. More of a limitation of technology, as PHP does not provide per-device adjustments.

    Thank you.

    Thread Starter tijnvandeneijnde

    (@tijnvandeneijnde)

    Understood, what do you think about the solution below?

    Instead of showing as many numbers as possible, we could limit it to only showing the first and last numbers.

    Perhaps on mobile, we could hide prev and next

    In this case, we could just show < 1 ... 9 >. Or something in a similar fashion. Showing just the first and last number will make sure that it will show on every screen.

    Would this be possible?

    Hello @tijnvandeneijnde

    Unfortunately, that isn’t possible right now. The system is not modifiable in such a way that would permit showing different numbers per device.

    The available options are to either hide the arrows or numbers on a per device basis. That should get you consistent results.

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Standard pagination on mobile menu is showing all the numbers’ is closed to new replies.